woocommerce/tools/executors/changelogger/schema.json

14 lines
239 B
JSON

{
"cli": "nx",
"id": "Changelogger",
"description": "Executes Jetpack Changelogger scripts.",
"type": "object",
"properties": {
"action": {
"type": "string",
"description": "Action to take"
}
},
"required": [ "action" ]
}