Skip to content
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

Schema files of data domain models could not be loaded correctly #138

Open
ealtendorf opened this issue Mar 18, 2019 · 1 comment
Open
Labels

Comments

@ealtendorf
Copy link
Collaborator

  1. The JSON schema version is not explicitly specified in most data domain model definition files:

"$schema": "http://json-schema.org/schema#" should be changed in:
"$schema": "http://json-schema.org/draft-07/schema" (or some other version)

Otherwise an exception is thrown:
Caused by: org.everit.json.schema.SchemaException: #: could not determine schema version: no meta-schema is known with URL [http://json-schema.org/schema#]

  1. Some links reference a file in GitHub, but not as a raw.githubusercontent.com link, so that these references also could not be loaded correctly.
@ealtendorf ealtendorf added the bug label Mar 18, 2019
@dagnelies
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants