-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reference to schema file #37
Comments
https://www.schemastore.org/json/ could be a way to to it publicly. To do we need to commit the objdictgen schema as a PR to https://github.com/SchemaStore/schemastore |
The schema file is properly annotated, but the OD files are not linked to the schema. Reopening |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add property
"$schema"
with a reference to the file https://github.com/Laerdal/python-objdictgen/blob/main/src/objdictgen/schema/od.schema.json to the *.json file format. This will help JSON tools and editors to validate and edit file files.The text was updated successfully, but these errors were encountered: