-
Notifications
You must be signed in to change notification settings - Fork 0
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
implement semantic validation #4
Comments
Please define "semantic validation". |
checking if the values that are supplied actually make sense. for example: I want three levels of violation
I want some more sophisticated validation than what a simple library call to a JSONSchema library could do. Thus the split into syntactic checking and semantic validation. Ruling out common human mistakes. |
Such constraints potentially can be specified using Shapes Constraint Language (SHACL). Further links at OpenGovLD/specs#137. |
This sounds like linking against libxml2 which I'd prefer to avoid. I also don't really care about things that can "potentially" be specified at the moment. I rather care about things that have been specified. Such things are better discussed at OParl/spec, I presume. |
Some of your own examples violate common sense but not necessarily the specification. |
No description provided.
The text was updated successfully, but these errors were encountered: