Skip to content

Commit cbebc95

Browse files
authored
Merge pull request #1408 from json-schema-org/gregsdennis/relative-json-pointer-improve-anbf
update abnf per @eemeli suggestion
2 parents 6cd5acd + 540da08 commit cbebc95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

relative-json-pointer.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
The ABNF syntax of a Relative JSON Pointer is:
9999
</t>
100100
<sourcecode type="abnf9110"><![CDATA[
101-
relative-json-pointer = origin-specification json-pointer
102-
/ origin-specification "#"
101+
relative-json-pointer = origin-specification ( "#" / json-pointer )
103102
; json-pointer from RFC 6901
104103
105104
origin-specification = non-negative-integer [ index-manipulation ]

0 commit comments

Comments
 (0)