• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "object",
3  "additionalProperties": false,
4  "properties":{
5    "data": {
6      "type": "object",
7      "description": "Defines variables."
8    },
9    "actions": {
10      "type": "object",
11      "description": "Defines events."
12    },
13    "apiVersion": {
14      "type": "object",
15      "description": "Defines api version compatibility information."
16    }
17  }
18}
19