File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 8175
8175
"type": "integer"
8176
8176
},
8177
8177
"title": {
8178
- "type": "string",
8179
- "minLength": 1
8178
+ "type": "string"
8180
8179
},
8181
8180
"badges": {
8182
8181
"type": "array",
8198
8197
},
8199
8198
"generatedText": {
8200
8199
"type": "string",
8201
- "minLength ": 1
8200
+ "nullable ": true
8202
8201
},
8203
8202
"imageType": {
8204
- "type": "string",
8205
- "minLength": 1
8203
+ "type": "string"
8206
8204
},
8207
8205
"ingredientCount": {
8208
8206
"type": "integer"
8209
8207
},
8210
8208
"ingredientList": {
8211
- "type": "string",
8212
- "minLength": 1
8209
+ "type": "string"
8213
8210
},
8214
8211
"ingredients": {
8215
8212
"type": "array",
8216
- "uniqueItems": true,
8217
- "minItems": 0,
8218
8213
"items": {
8219
8214
"$ref": "#/components/schemas/IngredientBasics"
8220
8215
}
You can’t perform that action at this time.
0 commit comments