{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "The domain to check, e.g. example.com (a full URL is also accepted)."
}
},
"required": [
"domain"
]
}{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "The domain to check, e.g. example.com (a full URL is also accepted)."
}
},
"required": [
"domain"
]
}{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The full URL of the page to inspect, e.g. https://example.com/pricing"
}
},
"required": [
"url"
]
}{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The website to audit, e.g. example.com or https://example.com"
}
},
"required": [
"url"
]
}