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: schemas/game-schema-d4.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -169,25 +169,25 @@
169
169
},
170
170
"wip": {
171
171
"type": "boolean",
172
-
"description": "Flag a game as work-in-progress (not yet completely stable/bugfree)"
172
+
"description": "Flag the entry as work-in-progress."
173
173
},
174
174
"commercial": {
175
175
"type": "boolean",
176
-
"description": "Flag the entry as a commercial release"
176
+
"description": "Flag the entry as a commercial (i.e. the main/most complete version of the game is distributed for profit)."
177
177
},
178
178
"use-requirements": {
179
179
"type": "object",
180
180
"properties": {
181
-
"disabledownloads": {
181
+
"disable-downloads": {
182
182
"type": "boolean",
183
183
"description": "Disable downloads for all the attached files to the entry"
184
184
},
185
-
"disableplay": {
185
+
"disable-play": {
186
186
"type": "boolean",
187
187
"description": "Allow or not the game to be played directly on the website through an emulator"
188
188
}
189
189
},
190
-
"description": "Global preferences aimed at potential users of the database (e.g. the Homebrew Hub frontend). Those values ovverride the ones set to the single files."
190
+
"description": "Global preferences aimed at potential consumers of the database (e.g. the Homebrew Hub frontend). Those values ovverride the ones set on the single files."
0 commit comments