As I am doing more research into using schema with JSON, I am finding that perhaps the choice of names for the schema file in the project root would be better named to match the json file being used.
This means, for us, canonical-data.schema.json. This will allow tooling, I believe, to automatically find that schema file and assist in the ways that it may assist while editing and doing auto-completion.
My proposal:
- rename the
canonical-schema.json to canonical-data.schema.json
This will effect work done in #658.
As I am doing more research into using schema with JSON, I am finding that perhaps the choice of names for the schema file in the project root would be better named to match the json file being used.
This means, for us,
canonical-data.schema.json. This will allow tooling, I believe, to automatically find that schema file and assist in the ways that it may assist while editing and doing auto-completion.My proposal:
canonical-schema.jsontocanonical-data.schema.jsonThis will effect work done in #658.