Skip to content

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

@ealtendorf

Description

@ealtendorf
  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions