You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editor/src/app/editor_generator_schema.json
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -92,20 +92,17 @@
92
92
"definitions": {
93
93
"publiccode-yaml-version": {
94
94
"title": "publiccode-yaml-version",
95
-
"type": "array",
96
-
"uniqueItems": true,
97
-
"items": {
98
-
"type": "string",
99
-
"title": "Version",
100
-
"enum": ["developmnet", "0.1"]
101
-
},
95
+
"label": "publiccode-yaml-version",
96
+
"type": "string",
97
+
"enum": ["developmnet", "0.1"],
102
98
"description":
103
99
"This key contains the version of the publicode definition.",
104
100
"widget": "choice-multiple-expanded"
105
101
},
106
102
"name": {
107
103
"type": "string",
108
-
"title": "The Name",
104
+
"title": "Name",
105
+
"label": "Name",
109
106
"description":
110
107
"This key contains the name of the software. It contains the (short) public name of the product, which can be localised in the specific localisation section. It should be the name most people usually refer to the software. In case the software has both an internal 'code' name and a commercial name, use the commercial name.",
0 commit comments