blob: 49af9b7f1161d5049d7e3a1dee0673d24d9ef5aa [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"
}
}
}
}