File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1907,8 +1907,8 @@ method for specifications with external references.
19071907Payload values are only available in parsable response payloads which match the advertised media
19081908type and for media types that can be referenced using a JSON Pointer fragment Id. In all cases,
19091909if 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.
19121912
19131913# #### Example
19141914
@@ -1929,7 +1929,7 @@ lastname: Williams
19291929missingValue: null
19301930` ` `
19311931
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.
19331933For example :
19341934
19351935` ` ` json
@@ -1946,7 +1946,7 @@ will be extracted as such:
19461946color: ["red", "green", "blue"]
19471947` ` `
19481948
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.
19501950
19511951
19521952# #### <a name="variableSubstitution"></a>Variable Substitution
You can’t perform that action at this time.
0 commit comments