-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add property to detect JSON FG and its version number #70
Comments
I'm partial to the |
Meeting 2022-10-31: Such a hint is valuable and should be added. We are leaning towards the "conformsTo" so that the conformance classes can be identified by the generating and consuming software. The values of "conformsTo" would be the conformance class URIs (e.g. "http://www.opengis.net/spec/json-fg-1/0.1/conf/core"). Of course, parsing the URIs to extract the version number is a bit of a hassle, so maybe the version should also be provided in a separate member? Comments are welcome. |
Meeting 2023-01-09: We think this is necessary and given that we did not receive any comments, we will move forward with a PR. |
It might be useful to have something in the file that fulfills two purposes:
This could be two properties, but it could also be a single property.
For the case that it's a single property, I have two ideas in mind:
jsonfg_version
(or similar) property that holds the version number.Example:
"jsonfg_version": "0.1.0"
Example
"conformsTo": ["https://example.com/jsonfg/v0.1.0/schema.json"]
The text was updated successfully, but these errors were encountered: