Skip to content

Commit

Permalink
chore: remove ABNF rules related to AsyncAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Dec 20, 2023
1 parent 6070953 commit 3d6ec37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,13 +698,11 @@ The runtime expression is defined by the following [ABNF](https://tools.ietf.org

```abnf
expression = ( "$url" / "$method" / "$statusCode" / "$request." source / "$response." source / "$message." source / "$inputs." name / "$outputs." name / "$steps." name / "$workflows." name)
source = ( header-reference / query-reference / path-reference / body-reference / message-header-reference / message-payload-reference )
source = ( header-reference / query-reference / path-reference / body-reference )
header-reference = "header." token
query-reference = "query." name
path-reference = "path." name
body-reference = "body" ["#" json-pointer ]
message-header-reference = "header" ["#" json-pointer]
message-payload-reference = "payload" ["#" json-pointer]
json-pointer = *( "/" reference-token )
reference-token = *( unescaped / escaped )
unescaped = %x00-2E / %x30-7D / %x7F-10FFFF
Expand Down

0 comments on commit 3d6ec37

Please sign in to comment.