NLeSC / software.esciencecenter.nl

eStep website with projects software and people.
http://software.esciencecenter.nl
Other
4 stars 3 forks source link

schemas do not support relative paths #154

Closed nielsdrost closed 8 years ago

nielsdrost commented 8 years ago

Sometimes we refer to files/pages that are within the site. We would like to use a relative uri there. The schema validator does not support relative uri's.

blootsvoets commented 8 years ago

Note: JSON Schema does support relative URI's, see specification of $ref in https://spacetelescope.github.io/understanding-json-schema/structuring.html There, URLs are resolved relatively to the document ID. We should do the same.

blootsvoets commented 8 years ago

Fixed in #165.