add min + expiry

This commit is contained in:
JMARyA 2024-08-30 14:13:56 +02:00
parent 0e174dc06e
commit e1618b40ef
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 88 additions and 17 deletions

View file

@ -26,6 +26,16 @@
"type": "string",
"title": "Variant Name",
"description": "The name of the Variant"
},
"min": {
"type": "number",
"title": "Minimum inventory",
"description": "The minimum amount of inventory for an Item. Thre actual inventory amount should always be higher than that."
},
"expiry": {
"type": "number",
"title": "Expiry days",
"description": "Number of days until this item variant is considered expired."
}
}
}