blob: 5530e3d873a3cc5ff0fc73c4d98fcef610dc9b01 [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#"
}
},
"methods": {
"deeplink": {
"summary": "Send a deep link to the application",
"params": {
"description": "An application-specific link",
"type": "string"
},
"result": {
"type": "null"
}
}
}
}