Skip to content

Commit 8dde3de

Browse files
committed
Core: clarify ordering of properties with feedback from epoberezkin
1 parent 9cd5cfb commit 8dde3de

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@
177177
<t>
178178
Implied in this definition is that arrays must be the same length,
179179
objects must have the same number of members,
180+
properties in objects are unordered,
180181
there is no way to define multiple properties with the same key,
181-
and that mere formatting differences (indentation, placement of commas, trailing zeros) are insignificant.
182+
and mere formatting differences (indentation, placement of commas, trailing zeros) are insignificant.
182183
</t>
183184
</section>
184185

@@ -644,6 +645,7 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
644645
Daniel Perrett,
645646
Erik Wilde,
646647
Ben Hutton,
648+
Evgeny Poberezkin,
647649
and Henry H. Andrews
648650
for their submissions and patches to the document.
649651
</t>

jsonschema-hyperschema.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ GET /foo/
878878
Daniel Perrett,
879879
Erik Wilde,
880880
Ben Hutton,
881+
Evgeny Poberezkin,
881882
and Henry H. Andrews
882883
for their submissions and patches to the document.
883884
</t>

jsonschema-validation.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@
817817
Daniel Perrett,
818818
Erik Wilde,
819819
Ben Hutton,
820+
Evgeny Poberezkin,
820821
and Henry H. Andrews
821822
for their submissions and patches to the document.
822823
</t>

0 commit comments

Comments
 (0)