Skip to content

Commit 0480c56

Browse files
committed
Fix typos from review.
1 parent a3de90a commit 0480c56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-hyperschema.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ GET /foo/
918918
"properties": {
919919
"name": {"type": "string"}
920920
}
921-
}},
921+
},
922922
"examples": {
923923
"title": "The collection of example for the thing",
924924
"type": "array",
@@ -928,7 +928,7 @@ GET /foo/
928928
"id": {"type": "integer"}
929929
},
930930
"links": [{
931-
"rel": "item"
931+
"rel": "item",
932932
"href": "/examples/{id}",
933933
"anchorPointer": "1"
934934
}]
@@ -957,8 +957,8 @@ GET /foo/
957957
}]]>
958958
</artwork>
959959
<postamble>
960-
The default context for the the link to "/example/1234" is the first
961-
array entry, and for the link to "/example/5678" it is the second array
960+
The default context for the link to "/examples/1234" is the first
961+
array entry, and for the link to "/examples/5678" it is the second array
962962
entry. But "anchorPointer" moves this up one instance level (the "1"
963963
Relative JSON Pointer) to be the array containing each entry.
964964
</postamble>

0 commit comments

Comments
 (0)