You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.4.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2074,13 +2074,13 @@ for specifications with external references.
2074
2074
2075
2075
Keys and values for `parameters` have multiple syntaxes:
2076
2076
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).
2079
2079
2080
2080
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:
2081
2081
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.
0 commit comments