You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently not possible to build the Relative JSON Pointer's spec.
`xml2rfc` will complain about the date tag not being the current year
while not having a month set either.
This is the error I get:
```
xml2rfc --html relative-json-pointer.xml -o relative-json-pointer.html
json-schema-spec/relative-json-pointer.xml(16): Error: Expected <date> to have the current year when month is missing, but found '2021'
Unable to complete processing relative-json-pointer.xml
```
This PR changes the `<date/>` year to the current year.
Signed-off-by: Juan Cruz Viotti <[email protected]>
0 commit comments