{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/danilo-aguiar-br/browser-automation-cli/docs/schemas/view.schema.json",
"title": "view command input",
"type": "object",
"description": "Accessibility snapshot with @eN refs",
"properties": {
"path": {
"description": "Optional file to write tree text",
"type": "string"
},
"verbose": {
"type": "boolean"
}
},
"required": [],
"additionalProperties": false
}