diff --git a/draft-ietf-jsonpath-base.md b/draft-ietf-jsonpath-base.md index 254dc908..d6e3df48 100644 --- a/draft-ietf-jsonpath-base.md +++ b/draft-ietf-jsonpath-base.md @@ -541,7 +541,7 @@ to the JSONPath processing (e.g., index values and steps) MUST be within the range of exact values defined in I-JSON {{-i-json}}, namely within the interval \[-(253)+1, (253)-1]. -2. Uses of function extensions must be *well-typed*, +2. Uses of function extensions MUST be *well-typed*, as described in {{fnex}}. A JSONPath implementation MUST raise an error for any query which is not @@ -683,6 +683,19 @@ and produces a nodelist consisting of that root node. ### Examples +