json-schema-spec icon indicating copy to clipboard operation
json-schema-spec copied to clipboard

Build failure due to Relative JSON Pointer specification

Open Julian opened this issue 1 year ago • 1 comments

CI appears to no longer run now that it's 2024 but the relative-json-pointer.xml specification contains a <date> element with no month and 2023

producing:

/home/runner/work/json-schema-spec/json-schema-spec/relative-json-pointer.xml(16): Error: Expected to have the current year when month is missing, but found '2023'

on build.

I'm not sure what the intended solution is for this, but ideally it's something we don't need to do every year (i.e. hopefully it's not just "bump to 2024")?

Julian avatar Jan 08 '24 20:01 Julian

For a sample run see e.g. https://github.com/json-schema-org/json-schema-spec/actions/runs/7453007216/job/20277474638 from merging a trivial fix to the website link, though GitHub actions logs won't last forever obviously so that may not work as a link for you Reader in the Future.

Julian avatar Jan 08 '24 20:01 Julian

This has been fixed.

gregsdennis avatar Jun 18 '24 21:06 gregsdennis