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

16 lines
226 B
JSON

{
"type": "object",
"required": ["type", "plugins"],
"properties": {
"type": {
"type": "string",
"enum": ["plugins_activated"]
},
"plugins": {
"type": "array",
"items": {
"type": "string"
}
}
}
}