Copy
Ask AI
{
"type": "object",
"properties": {
"action": {
"const": "openLink",
"default": "openLink",
"type": "string"
},
"url": {
"description": "URL to open",
"type": "string"
}
},
"required": [
"action",
"url"
]
}