Skip to content

Commit 1e7cd49

Browse files
committed
Fixes 821
Reference specific version of emca262.
1 parent 78413ee commit 1e7cd49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,11 +3221,11 @@ https://example.com/schemas/common#/$defs/count/minimum
32213221
&RFC8259;
32223222
&ldp;
32233223
<reference anchor="ecma262"
3224-
target="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf">
3224+
target="https://www.ecma-international.org/ecma-262/5.1">
32253225
<front>
3226-
<title>ECMA 262 specification</title>
3226+
<title>ECMA-262 5.1 edition specification</title>
32273227
<author/>
3228-
<date/>
3228+
<date month="June" year="2011" />
32293229
</front>
32303230
</reference>
32313231
</references>

jsonschema-validation.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,11 +1316,11 @@
13161316
&RFC6901;
13171317
&RFC8259;
13181318
<reference anchor="ecma262"
1319-
target="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf">
1319+
target="https://www.ecma-international.org/ecma-262/5.1">
13201320
<front>
1321-
<title>ECMA 262 specification</title>
1321+
<title>ECMA-262 5.1 edition specification</title>
13221322
<author/>
1323-
<date/>
1323+
<date month="June" year="2011" />
13241324
</front>
13251325
</reference>
13261326
<reference anchor="relative-json-pointer">

0 commit comments

Comments
 (0)