We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad89f8 commit 7f59ae0Copy full SHA for 7f59ae0
1 file changed
game-schema-d4.json
@@ -241,7 +241,14 @@
241
},
242
"playable": {
243
"type": "boolean",
244
- "description": "Describes if the file is a GB/GBC ROM"
+ "description": "Describes if the file can be played in the emulator"
245
+ },
246
+ "version": {
247
+ "type": "string"
248
249
+ "date": {
250
+ "type": "string",
251
+ "format": "date"
252
253
"hash": {
254
"type": "object",
0 commit comments