Skip to content

Commit 7f59ae0

Browse files
committed
schema: version and date for files
1 parent 5ad89f8 commit 7f59ae0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

game-schema-d4.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,14 @@
241241
},
242242
"playable": {
243243
"type": "boolean",
244-
"description": "Describes if the file is a GB/GBC ROM"
244+
"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"
245252
},
246253
"hash": {
247254
"type": "object",

0 commit comments

Comments
 (0)