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

validator-core: add schema validation command #135

Open
4 tasks
cboucheIGN opened this issue Oct 9, 2019 · 0 comments
Open
4 tasks

validator-core: add schema validation command #135

cboucheIGN opened this issue Oct 9, 2019 · 0 comments

Comments

@cboucheIGN
Copy link
Contributor

cboucheIGN commented Oct 9, 2019

Principle

Allow user to validate their models :

java -jar validator-cli model_validator --model http://....../featureType.json

Validation

  • Ensure that JSON is valid throw a JSON schema
  • WARN if FeatureType is not defined for a TableModel
  • ERROR if model names are not unique (especially for TableModel)
  • ...
@mborne mborne added this to the 4.1 milestone Jul 2, 2020
@mborne mborne modified the milestones: 4.1, 4.x Jun 21, 2021
@mborne mborne modified the milestones: 4.x, 4.2 Jul 9, 2021
@mborne mborne self-assigned this Jul 13, 2021
@mborne mborne modified the milestones: 4.2, 4.x Jul 13, 2021
@mborne mborne removed their assignment Nov 13, 2022
@mborne mborne removed this from the 4.x milestone Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants