update
This commit is contained in:
parent
acf5ebae78
commit
0e174dc06e
6 changed files with 53 additions and 16 deletions
|
@ -9,6 +9,11 @@
|
|||
"title": "Item Name",
|
||||
"description": "The name of the Item"
|
||||
},
|
||||
"category": {
|
||||
"title": "Category",
|
||||
"description": "The category of the item",
|
||||
"type": "string"
|
||||
},
|
||||
"variants": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
|
@ -26,5 +31,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"required": ["name", "variants"]
|
||||
"required": [
|
||||
"name",
|
||||
"variants"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue