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