Merge branch 'develop'

This commit is contained in:
Athanasius 2022-12-10 11:12:35 +00:00
commit 7c3863d72d
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -75,6 +75,8 @@
"Items": {
"type" : "array",
"items": {
"type" : "object",
"required" : [ "id", "Name", "Price", "Stock", "Demand" ],
"properties" : {
"id" : {
@ -100,6 +102,7 @@
}
}
}
}
},
"definitions": {
"disallowed" : { "not" : { "type": [ "array", "boolean", "integer", "number", "null", "object", "string" ] } }