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

13 lines
199 B
JSON

{
"type": "object",
"required": ["type", "publish_after"],
"properties": {
"type": {
"type": "string",
"enum": ["publish_after_time"]
},
"publish_after": {
"type": "string"
}
}
}