We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cd5acd + 540da08 commit cbebc95Copy full SHA for cbebc95
relative-json-pointer.xml
@@ -98,8 +98,7 @@
98
The ABNF syntax of a Relative JSON Pointer is:
99
</t>
100
<sourcecode type="abnf9110"><![CDATA[
101
- relative-json-pointer = origin-specification json-pointer
102
- / origin-specification "#"
+ relative-json-pointer = origin-specification ( "#" / json-pointer )
103
; json-pointer from RFC 6901
104
105
origin-specification = non-negative-integer [ index-manipulation ]
0 commit comments