Skip to content

Commit

Permalink
Add filed for additional supported features (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Jan 24, 2022
1 parent e020567 commit 5fb81b2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions game-schema-d4.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@
"format": "date",
"description": "The date the entry was first released"
},
"features": {
"type": "array",
"description": "A list of the addional supported features",
"items": {
"type": "string",
"enum": [
"gbprinter",
"gbcamera",
"sgb"
]
}
},
"tags": {
"type": "array",
"description": "A list of the categories representing the entry",
Expand All @@ -73,9 +85,7 @@
"Platform",
"gbajam21",
"gbcompo21",
"gbcompo21-shortlist",
"gbprinter"
]
"gbcompo21-shortlist" ]
}
},
"alias": {
Expand Down

0 comments on commit 5fb81b2

Please sign in to comment.