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

19 lines
303 B
JSON

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