File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ servers:
353353
354354An object representing a Server Variable for server URL template substitution.
355355
356- The server URL templating is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax.
356+ The server URL templating is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax:
357357
358358` ` ` abnf
359359server-url-template = 1*( literals / server-variable )
@@ -524,7 +524,7 @@ For example, the template `/foo/{bar}` cannot match the URI path "/foo/alpha/bet
524524
525525See [URL Percent-Encoding](#url-percent-encoding) for additional guidance on escaping characters.
526526
527- The path templating is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax
527+ The path templating is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax :
528528
529529` ` ` abnf
530530path-template = "/" *( path-segment "/" ) [ path-segment ]
@@ -2615,7 +2615,7 @@ The unescaped, percent-decoded path template in the above examples would be `/2.
26152615Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
26162616This mechanism is used by [Link Objects](#link-object) and [Callback Objects](#callback-object).
26172617
2618- The runtime expression is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax
2618+ The runtime expression is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax :
26192619
26202620` ` ` abnf
26212621 expression = "$url" / "$method" / "$statusCode" / "$request." source / "$response." source
You can’t perform that action at this time.
0 commit comments