Skip to content

Commit b90ce0f

Browse files
committed
Update schema
1 parent 57652a2 commit b90ce0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cocktail-02.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,11 @@
213213
"ingredients": {
214214
"type": "array",
215215
"description": "List of ingredients",
216+
"uniqueItems": true,
216217
"items": {
217218
"type": "object",
218219
"title": "Ingredient",
220+
"additionalProperties": true,
219221
"properties": {
220222
"_id": {
221223
"description": "The unique identifier for an ingredient, used as a refrence in cocktail ingredient list",

0 commit comments

Comments
 (0)