Add API endpoint for .cdb.json JSON Schema (#402)

Fixes #393
This commit is contained in:
AFCMS
2023-01-02 20:26:10 +01:00
committed by GitHub
parent 65e8929689
commit 13dcd373f2
2 changed files with 109 additions and 0 deletions

View File

@@ -445,3 +445,6 @@ Supported query parameters:
* `high_reviewed`: highest reviewed
* GET `/api/welcome/v1/` ([View](/api/welcome/v1/)) - in-menu welcome dialog. Experimental (may change without warning)
* `featured`: featured games
* GET `/api/cdb_schema/` ([View](/api/schema/))
* Get JSON Schema of `.cdb.json`, including licenses, tags and content warnings.
* See [JSON Schema Reference](https://json-schema.org/).