We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6545292 + 8d15255 commit 9f62a96Copy full SHA for 9f62a96
1 file changed
client/schemas/blueprint-spec2-schema.json
@@ -70,7 +70,22 @@
70
"type": "boolean"
71
},
72
"icon": {
73
- "type": "string"
+ "oneOf": [
74
+ {
75
+ "type": "object",
76
+ "additionalProperties": false,
77
+ "properties": {
78
+ "path": {
79
+ "type": "string"
80
+ }
81
+ },
82
+ "required": ["path"]
83
84
85
+ "type": "null"
86
87
+ ],
88
+ "title": "Blueprint Icon"
89
90
"blueprint-labels": {
91
"type": "array",
0 commit comments