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

Using JSON schemas which are not described by a JSONSchema meta schema #20

Open
tegx opened this issue Dec 3, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@tegx
Copy link

tegx commented Dec 3, 2020

This is a feature request i guess, if I upload the following schema:

}
  "$schema": "http://localhost:8040/api/v1/schemas/CDCSchema",
  "$id": "http://localhost:8040/api/v1/schemas/CUG",
  "title": "CUG",
  "type": "object",
  "...": "..."
}

an internal error message is generated: Error validating JSON schema: Unknown MetaSchema: https://localhost:8040/api/v1/schemas/CDCSchema. (This message is not in the response (which is ok^^).)

It would be helpful if schemas can be used that are not directly described by a JSONSchema meta schema. For the beginning it would be enough (at least for me) to consider only meta schemas that are located in the store instance. =)

@VolkerHartmann VolkerHartmann self-assigned this Dec 4, 2020
@VolkerHartmann VolkerHartmann added the enhancement New feature or request label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants