woocommerce/packages/php/remote-specs-validation/schemas/shared/rules/base_location_country.json

20 lines
284 B
JSON

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