Skip to content

Commit ff254f5

Browse files
Merge pull request #325 from swaggerexpert/char0n/runtime-expressions
Clarify origin or runtime expressions ABNF non-terminals
2 parents ff18b2b + b0779b6 commit ff254f5

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
@@ -869,6 +869,10 @@ The runtime expression is defined by the following [ABNF](https://tools.ietf.org
869869
"^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA
870870
```
871871

872+
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).
873+
874+
The `name` identifier is case-sensitive, whereas `token` is not.
875+
872876
#### Examples
873877

874878
| Source Location | example expression | notes |

0 commit comments

Comments
 (0)