-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontributes-template.json
More file actions
38 lines (38 loc) · 872 Bytes
/
contributes-template.json
File metadata and controls
38 lines (38 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
"platformSettings.platforms": {
"type": "array",
"title": "a",
"description": "Platform definitions.",
"items": {
"type": "object",
"title": "command sequence",
"description": "asd",
"properties": {
"platform": {
"type": "string",
"title": "n",
"description": "Platform definition.",
"default": ""
},
"inherits": {
"type": [
"string",
"array"
],
"title": "n",
"description": "Inherit from platform.",
"default": ""
},
"settings": {
"type": "object",
"title": "n",
"description": "The settings to be loaded.",
"default": {},
"items": {
"type": "object",
"title": "n",
"description": "The individual setting nodes to be loaded."
}
}
}
}
}