update
This commit is contained in:
parent
2823eea3ee
commit
1cc0b61c35
1 changed files with 26 additions and 20 deletions
|
@ -15,10 +15,8 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"type": "array",
|
|
||||||
"minItems": 1,
|
|
||||||
"items": {
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"minProperties": 1,
|
||||||
"title": "Item Variant",
|
"title": "Item Variant",
|
||||||
"description": "A Variant of an Item",
|
"description": "A Variant of an Item",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -36,6 +34,14 @@
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"title": "Expiry days",
|
"title": "Expiry days",
|
||||||
"description": "Number of days until this item variant is considered expired."
|
"description": "Number of days until this item variant is considered expired."
|
||||||
|
},
|
||||||
|
"barcodes": {
|
||||||
|
"type": "array",
|
||||||
|
"title": "Associated Barcodes",
|
||||||
|
"description": "Associated Barcodes",
|
||||||
|
"items": {
|
||||||
|
"type": "number",
|
||||||
|
"title": "Barcode"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue