Skip to content

Commit 3b3bbc6

Browse files
handrewsralfhandl
andcommitted
Review feedback (formatting, typos, etc.)
Co-authored-by: Ralf Handl <[email protected]>
1 parent d380b8d commit 3b3bbc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versions/3.0.4.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,13 +2074,13 @@ for specifications with external references.
20742074

20752075
Keys and values for `parameters` have multiple syntaxes:
20762076

2077-
* The key can either be just the parameter name, or can be qualified using the [parameter location](#parameterIn) `[{in}.]{name}` for operations that use the same parameter name in different locations (e.g. path\.id).
2078-
* The value can be a literal value or a [Runtime Expression](#runtimeExpression)
2077+
* The key can either be just the parameter name, or can be qualified using the [parameter location](#parameterIn) `[{in}.]{name}` for operations that use the same parameter name in different locations (e.g. `path.id`).
2078+
* The value can be a literal value or a [Runtime Expression](#runtimeExpression).
20792079

20802080
Certain keys and values for `parameters` can be ambiguous, in which case their handling is implementation-defined as it was not spelled out in earlier versions of OAS 3.0. However, it is RECOMMENDED that:
20812081

2082-
* Keys that match unqualified parameter names be treated as those names, as a parameter that is (confusingly) named to appear qualified (e.g. `path\.id`) can be qualified to disambiguate it (e.g. `path\.path\.id`)
2083-
* Values that are valid runtime expressions be handled as runtime expressions, although this means that it is not possible to pass a literal value that looks like a runtime expression
2082+
* Keys that match unqualified parameter names be treated as those names, as a parameter that is (confusingly) named to appear qualified (e.g. `path.id`) can be qualified to disambiguate it (e.g. `path.path.id`).
2083+
* Values that are valid runtime expressions be handled as runtime expressions, although this means that it is not possible to pass a literal value that looks like a runtime expression.
20842084

20852085
##### Examples
20862086

0 commit comments

Comments
 (0)