openworm / tracker-commons

Compilation of information and code bases related to open-source trackers for C. elegans
11 stars 12 forks source link

Update JSON-schema meta-schema version #151

Closed MichaelCurrie closed 7 years ago

MichaelCurrie commented 7 years ago

The JavaScript schema validation utility I'm using, ajv, does not accept draft-4 meta-schemas like http://json-schema.org/draft-04/schema#, currently used at the meta-schema for our schema.

image

This fix just requires a change of one line: I think we can just change it to http://json-schema.org/schema.

Since no one else is validating against the schema I think I am safe to make this hotfix directly to master.

MichaelCurrie commented 7 years ago

Fixed by 13a1f4fce9ca3e7385396de532bcf5c137c273e7