-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove restrictions #2
Comments
Re additionalProperties: |
Re result type: Also, OM-JSON does not claim to fully implement O&M. |
Yep exactly as Simon said - we needed it for the validation. I've added the
|
About result type, I know that JSON Schema has limitations, but this shouldn't influence the format you develop. We were thinking of possibly using a later version of OM-JSON ourselves for big coverage data, where we would have as "result" something like that: https://github.com/Reading-eScience-Centre/coveragejson/blob/master/spec.md |
If you develop a JSON-Schema representation of JSON Coverage we can easily add the necessary JSON-ref to the result model in OM-JSON (or you can fork of course). |
There shouldn't be a dependency from OM-JSON to outside schemas. That's On 24/09/2015 11:31, Simon Cox wrote:
|
I see that the schema has
"additionalProperties": false
. Why is that the case? JSON is all about extensibility. Similarly, why is the "result" required to be exactly one of the defined types? I thought O&M's result type is Any.The text was updated successfully, but these errors were encountered: