woocommerce/packages/php/remote-specs-validation/schemas/shared/rules/order_count.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"
}
}
}