Skip to content

Commit 8e74544

Browse files
jviottiRelequestual
authored andcommitted
Add month to Relative JSON Pointer's spec <date/>
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]>
1 parent c81f50d commit 8e74544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relative-json-pointer.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</address>
4141
</author>
4242

43-
<date year="2021"/>
43+
<date year="2022"/>
4444
<workgroup>Internet Engineering Task Force</workgroup>
4545
<keyword>JSON</keyword>
4646
<keyword>JavaScript</keyword>

0 commit comments

Comments
 (0)