Skip to content

Commit f98f9b3

Browse files
committed
spec: fix by-UPC search results
1 parent 45233c0 commit f98f9b3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

spoonacular-openapi-3.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8175,8 +8175,7 @@
81758175
"type": "integer"
81768176
},
81778177
"title": {
8178-
"type": "string",
8179-
"minLength": 1
8178+
"type": "string"
81808179
},
81818180
"badges": {
81828181
"type": "array",
@@ -8198,23 +8197,19 @@
81988197
},
81998198
"generatedText": {
82008199
"type": "string",
8201-
"minLength": 1
8200+
"nullable": true
82028201
},
82038202
"imageType": {
8204-
"type": "string",
8205-
"minLength": 1
8203+
"type": "string"
82068204
},
82078205
"ingredientCount": {
82088206
"type": "integer"
82098207
},
82108208
"ingredientList": {
8211-
"type": "string",
8212-
"minLength": 1
8209+
"type": "string"
82138210
},
82148211
"ingredients": {
82158212
"type": "array",
8216-
"uniqueItems": true,
8217-
"minItems": 0,
82188213
"items": {
82198214
"$ref": "#/components/schemas/IngredientBasics"
82208215
}

0 commit comments

Comments
 (0)