{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/danilo-aguiar-br/browser-automation-cli/docs/schemas/reload.schema.json",
"title": "reload command input",
"type": "object",
"description": "Reload page",
"properties": {
"ignore_cache": {
"type": "boolean"
}
},
"required": [],
"additionalProperties": false
}