CLARIAH / grlc

grlc builds Web APIs using shared SPARQL queries
http://grlc.io
MIT License
137 stars 32 forks source link

Transformer json check #487

Closed c-martinez closed 3 months ago

c-martinez commented 3 months ago

Adds a check to make sure JSON files in a repository are valid for SPARQLTransformer, and can be processed as queries to generate API endpoints. If a JSON file is not a valid query, it will be ignored.

Addresses #481