{ "type": "object", "required": ["type", "operation", "value"], "properties": { "type": { "type": "string", "enum": ["order_count"] }, "operation": { "$ref": "#/definitions/operations" }, "value": { "type": "integer" } } }