summaryrefslogtreecommitdiffstats
path: root/src/daemon/schema/notification.json
blob: 360be3b21f4d4dd2759fd825106c70d4ad9ccc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "type": "object",
    "ephemeral": "true",
    "properties": {
    "actions": {
        "type": "array"
		},
	"query": {
	"type": "string"
	    }
    }
}