Skip to content

Commit b0779b6

Browse files
committed
Clarify origin or runtime expressions ABNF non-terminals
1 parent a9cab9c commit b0779b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/arazzo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,10 @@ The runtime expression is defined by the following [ABNF](https://tools.ietf.org
845845
"^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA
846846
```
847847

848+
Here, `json-pointer` is taken from [RFC6901](https://tools.ietf.org/html/rfc6901), `CHAR` from [RFC7159](https://tools.ietf.org/html/rfc7159#section-7) and `token` from [RFC7230](https://tools.ietf.org/html/rfc7230#section-3.2.6).
849+
850+
The `name` identifier is case-sensitive, whereas `token` is not.
851+
848852
#### Examples
849853

850854
Source Location | example expression | notes

0 commit comments

Comments
 (0)