minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
92 stars 45 forks source link

Add JSON Schema for `.cdb.json` #396

Closed AFCMS closed 1 year ago

AFCMS commented 1 year ago

Didn't test the Github Actions script yet

rubenwardy commented 1 year ago

I'm not a huge fan of GitHub actions creating commits, I think it breaks purity of CI. I'd prefer an API endpoint for this

AFCMS commented 1 year ago

So I should delete the github actions file? What should I do instead exactly?

AFCMS commented 1 year ago

I'm not a huge fan of GitHub actions creating commits, I think it breaks purity of CI. I'd prefer an API endpoint for this

Oh, I see. You want CDB to dynamically generate a schema and serve it using an API endpoint.

Will do another pr.