mirror of
https://github.com/LukeHagar/varsity.git
synced 2025-12-06 04:22:00 +00:00
21 lines
319 B
JSON
21 lines
319 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"quantity": {
|
|
"type": "integer",
|
|
"minimum": 0
|
|
},
|
|
"reserved": {
|
|
"type": "integer",
|
|
"minimum": 0
|
|
},
|
|
"available": {
|
|
"type": "integer",
|
|
"minimum": 0
|
|
},
|
|
"warehouse": {
|
|
"$ref": "./warehouse-schema.json"
|
|
}
|
|
}
|
|
}
|