Skip to content

Commit c7ee7f1

Browse files
committed
Fixes 821
Reference specific version of emca262.
1 parent 964c2f8 commit c7ee7f1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

jsonschema-core.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,8 +2405,8 @@
24052405
</t>
24062406
<t>
24072407
This keyword produces an annotation value which is an array of
2408-
the indexes to which this keyword validates successfully when applying
2409-
its subschema, in ascending order. The value MAY be a boolean true if the
2408+
the indexes to which this keyword validates successfully when applying
2409+
its subschema, in ascending order. The value MAY be a boolean true if the
24102410
subschema validated successfully when applied to every index of the instance.
24112411
</t>
24122412
</section>
@@ -3158,11 +3158,11 @@ https://example.com/schemas/common#/$defs/count/minimum
31583158
&RFC8259;
31593159
&ldp;
31603160
<reference anchor="ecma262"
3161-
target="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf">
3161+
target="https://www.ecma-international.org/ecma-262/5.1">
31623162
<front>
3163-
<title>ECMA 262 specification</title>
3163+
<title>ECMA-262 5.1 edition specification</title>
31643164
<author/>
3165-
<date/>
3165+
<date month="June" year="2011" />
31663166
</front>
31673167
</reference>
31683168
</references>

jsonschema-validation.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,9 +1177,9 @@
11771177
the entire resource being described MAY be removed in the future.
11781178
</t>
11791179
<t>
1180-
When the "deprecated" keyword is applied to an item in an array by means of
1181-
"items", if "items" is a single schema, the deprecation relates to the whole
1182-
array, while if "items" is an array of schemas, the deprecation relates to
1180+
When the "deprecated" keyword is applied to an item in an array by means of
1181+
"items", if "items" is a single schema, the deprecation relates to the whole
1182+
array, while if "items" is an array of schemas, the deprecation relates to
11831183
the corresponding item according to the subschemas position.
11841184
</t>
11851185
<t>
@@ -1315,11 +1315,11 @@
13151315
&RFC6901;
13161316
&RFC8259;
13171317
<reference anchor="ecma262"
1318-
target="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf">
1318+
target="https://www.ecma-international.org/ecma-262/5.1">
13191319
<front>
1320-
<title>ECMA 262 specification</title>
1320+
<title>ECMA-262 5.1 edition specification</title>
13211321
<author/>
1322-
<date/>
1322+
<date month="June" year="2011" />
13231323
</front>
13241324
</reference>
13251325
<reference anchor="relative-json-pointer">

0 commit comments

Comments
 (0)