blob: 67d267759c6ce3ca8b768333890f2f76d7abcd8f [file] [log] [blame] [edit]
{
"$schema": "interface.schema.json",
"jsonrpc": "2.0",
"info": {
"title": "Cobalt API",
"class": "Cobalt",
"description": "Cobalt JSON-RPC interface"
},
"common": {
"$ref": "common.json"
},
"include": {
"statecontrol": {
"$ref": "StateControl.json#"
},
"accessibility": {
"$ref": "Accessibility.json#"
}
},
"methods": {
"deeplink": {
"summary": "Send a deep link to the application",
"params": {
"description": "An application-specific link",
"type": "string"
},
"result": {
"type": "null"
}
}
},
"events": {
"closure": {
"summary": "Triggered when app requests to close its window"
}
}
}