A GitHub validator action could be added to all forks of this repository to ensure the following:
- YAML is syntactically correct
- YAML gets built to JSON
- Properties follow syntax requirements for identifiers
- The same prefix is included in all property names (if needed?)
- There are no collisions between property and endpoint names (there cannot be same names between properties and endpoints, otherwise relationships queries would be impossible according to the specification)
A GitHub validator action could be added to all forks of this repository to ensure the following: