{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The website URL to scan for cookie compliance"
}
},
"required": [
"url"
]
}{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The website URL to check for GCM v2 implementation"
}
},
"required": [
"url"
]
}{
"type": "object",
"properties": {}
}