16 lines
250 B
JSON
16 lines
250 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": ["type", "operation", "value"],
|
||
|
"properties": {
|
||
|
"type": {
|
||
|
"type": "string",
|
||
|
"enum": ["order_count"]
|
||
|
},
|
||
|
"operation": {
|
||
|
"$ref": "#/definitions/operations"
|
||
|
},
|
||
|
"value": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
}
|