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
"description": "License under which the software is released",
@@ -110,7 +121,10 @@
110
121
},
111
122
{
112
123
"type": "string",
113
-
"enum": ["hw:gbprinter", "hw:gbcamera"]
124
+
"enum": [
125
+
"hw:gbprinter",
126
+
"hw:gbcamera"
127
+
]
114
128
}
115
129
]
116
130
}
@@ -141,24 +155,26 @@
141
155
}
142
156
},
143
157
{
144
-
"type": "object",
145
-
"properties": {
146
-
"title": {
147
-
"type": "string",
148
-
"description": "The optional title of the link."
149
-
},
150
-
"type": {
151
-
"type": "string",
152
-
"description": "The optional type of the link, indicating the media type or link relation."
158
+
"type": "object",
159
+
"properties": {
160
+
"title": {
161
+
"type": "string",
162
+
"description": "The optional title of the link."
163
+
},
164
+
"type": {
165
+
"type": "string",
166
+
"description": "The optional type of the link, indicating the media type or link relation."
167
+
},
168
+
"url": {
169
+
"type": "string",
170
+
"format": "uri",
171
+
"description": "The URL of the link."
172
+
}
153
173
},
154
-
"url": {
155
-
"type": "string",
156
-
"format": "uri",
157
-
"description": "The URL of the link."
158
-
}
159
-
},
160
-
"required": ["url"]
161
-
}
174
+
"required": [
175
+
"url"
176
+
]
177
+
}
162
178
],
163
179
"description": "Website(s) related to the game, which can be provided as either a single URL or an array of URLs."
164
180
},
@@ -194,7 +210,9 @@
194
210
"description": "List of third-party users of the Homebrew Hub API authorised to re-distribute/embed the entry metadata and assets in their clients. See https://github.com/gbdev/database/tree/master/thirdparty for the specific terms.",
195
211
"items": {
196
212
"type": "string",
197
-
"enum": ["sameboy"]
213
+
"enum": [
214
+
"sameboy"
215
+
]
198
216
},
199
217
"uniqueItems": true
200
218
},
@@ -215,7 +233,9 @@
215
233
}
216
234
}
217
235
},
218
-
"required": ["slug"],
236
+
"required": [
237
+
"slug"
238
+
],
219
239
"definitions": {
220
240
"author": {
221
241
"type": "object",
@@ -247,7 +267,12 @@
247
267
},
248
268
"type": {
249
269
"type": "string",
250
-
"enum": ["rom", "manual", "release"]
270
+
"enum": [
271
+
"rom",
272
+
"manual",
273
+
"release",
274
+
"patch"
275
+
]
251
276
},
252
277
"playable": {
253
278
"type": "boolean",
@@ -274,12 +299,29 @@
274
299
}
275
300
}
276
301
},
302
+
"apply-to": {
303
+
"type": "object",
304
+
"description": "If the file is of type 'patch', report here one (or more) of the hash values of the base file against which the patch should be applied",
305
+
"properties": {
306
+
"md5": {
307
+
"type": "string"
308
+
},
309
+
"sha1": {
310
+
"type": "string"
311
+
},
312
+
"sha256": {
313
+
"type": "string"
314
+
}
315
+
}
316
+
},
277
317
"default": {
278
318
"type": "boolean",
279
319
"description": "Describes if the file is the default ROM to play"
0 commit comments