Skip to content

Commit b384cb5

Browse files
committed
draft4: basic third party distribution authorization field (#238)
1 parent 143a12a commit b384cb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

schemas/game-schema-d4.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@
189189
},
190190
"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."
191191
},
192+
"third-party": {
193+
"type": "array",
194+
"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+
"items": {
196+
"type": "string",
197+
"enum": ["sameboy"]
198+
},
199+
"uniqueItems": true
200+
},
192201
"nsfw": {
193202
"type": "boolean",
194203
"description": "The game contains NSFW or (potentially) controversial content"

0 commit comments

Comments
 (0)