I would like to check all swedish hiking trails every week and be notified about any items that do not conform to the schema.
I'm considering creating a new react app based on this API
One pain point is downloading of the schema again and again, which I want to avoid.
I would like these new endpoints:
- an get endpoint to get the schema as json
- an post endpoint to analyze an entity given the schema json and entity json
This could speed up the process a lot.
WDYT?