{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/danilo-aguiar-br/browser-automation-cli/docs/schemas/schema.schema.json",
"title": "schema command input",
"type": "object",
"description": "JSON Schema fragment for one command",
"properties": {
"cmd": {
"description": "Command name from `commands`",
"type": "string"
}
},
"required": [
"cmd"
],
"additionalProperties": false
}