Skip to content

Commit

Permalink
draft4: basic third party distribution authorization field (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Oct 17, 2024
1 parent 143a12a commit b384cb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schemas/game-schema-d4.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,15 @@
},
"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."
},
"third-party": {
"type": "array",
"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.",
"items": {
"type": "string",
"enum": ["sameboy"]
},
"uniqueItems": true
},
"nsfw": {
"type": "boolean",
"description": "The game contains NSFW or (potentially) controversial content"
Expand Down

0 comments on commit b384cb5

Please sign in to comment.