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"
|
||||
},
|
||||
"variants": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"title": "Item Variant",
|
||||
"description": "A Variant of an Item",
|
||||
"properties": {
|
||||
|
@ -36,6 +34,14 @@
|
|||
"type": "number",
|
||||
"title": "Expiry days",
|
||||
"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