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

JSON schema validator #23

Open
fraunhofer-iis-bot opened this issue Nov 15, 2019 · 3 comments
Open

JSON schema validator #23

fraunhofer-iis-bot opened this issue Nov 15, 2019 · 3 comments
Labels

Comments

@fraunhofer-iis-bot
Copy link
Collaborator

In GitLab by @cstender on Nov 15, 2019, 09:51

"JSON Schema is a draft standard for describing the format of JSON data. The schema itself is also JSON data. By validating a JSON structure with JSON Schema, your code can safely access the DOM without manually checking types, or whether a key exists, etc. It can also ensure that the serialized JSON conform to a specified schema."

Resources:

Possible implementations to look at:

@fraunhofer-iis-bot
Copy link
Collaborator Author

In GitLab by @cstender on Nov 15, 2019, 12:13

Related issue: https://git01.iis.fhg.de/abt-hfs/interstellar/server_adc/issues/83

@fraunhofer-iis-bot
Copy link
Collaborator Author

In GitLab by @jannismain on Mar 11, 2020, 14:56

I'm also writing JSON schemas for mkj/ci-util> :-)

@fraunhofer-iis-bot
Copy link
Collaborator Author

In GitLab by @HTE on Mar 23, 2020, 17:03

mentioned in issue abt-hfs/interstellar/server_adc#83

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

No branches or pull requests

1 participant