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

9 lines
99 B
JSON

{
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": ["pass"]
}
}
}