Since there's no version or other such property in the JSON schema, what's the expected approach for identifying the version of the schema to validate against?
There is a reference to using the media type header in an early JSON Schema RFC - is this the intended way?
https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-02#section-11.2
Whilst this works for HTTP-transmitted data what about long term storage of submissions and keeping track of what version they were created against?
Since there's no
versionor other such property in the JSON schema, what's the expected approach for identifying the version of the schema to validate against?There is a reference to using the media type header in an early JSON Schema RFC - is this the intended way?
https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-02#section-11.2
Whilst this works for HTTP-transmitted data what about long term storage of submissions and keeping track of what version they were created against?