File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1908,8 +1908,8 @@ method for specifications with external references.
1908
1908
Payload values are only available in parsable response payloads which match the advertised media
1909
1909
type and for media types that can be referenced using a JSON Pointer fragment Id. In all cases,
1910
1910
if a value does _not_ exist, the parameter will be considered a `null` value (as opposed to an
1911
- empty value) and _not_ passed as a parameter to the linked resource. In cases where a value is
1912
- required, and a parameter is not supplied, the client MAY choose to not follow the link definition.
1911
+ empty value) and _not_ passed as a parameter to the linked resource. If a value is
1912
+ required, and a parameter is not supplied, the client MAY choose not to follow the link definition.
1913
1913
1914
1914
# #### Example
1915
1915
@@ -1930,7 +1930,7 @@ lastname: Williams
1930
1930
missingValue: null
1931
1931
` ` `
1932
1932
1933
- In situations where variables appear in an array, an array of variables will be extracted.
1933
+ If variables appear in an array, an array of variables will be extracted.
1934
1934
For example :
1935
1935
1936
1936
` ` ` json
@@ -1947,7 +1947,7 @@ will be extracted as such:
1947
1947
color: ["red", "green", "blue"]
1948
1948
` ` `
1949
1949
1950
- The variables generated can be used in locations prescribed by the definition.
1950
+ The generated variables can be used in locations prescribed by the definition.
1951
1951
1952
1952
1953
1953
# #### <a name="variableSubstitution"></a>Variable Substitution
You can’t perform that action at this time.
0 commit comments