mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-19 01:57:40 +03:00
Merge branch 'develop'
This commit is contained in:
commit
7c3863d72d
@ -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" ] } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user