Skip to content

Commit 7c7d3e8

Browse files
committed
edit Response Payload Values
1 parent e6ec613 commit 7c7d3e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versions/3.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,8 +1908,8 @@ method for specifications with external references.
19081908
Payload values are only available in parsable response payloads which match the advertised media
19091909
type and for media types that can be referenced using a JSON Pointer fragment Id. In all cases,
19101910
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.
19131913

19141914
##### Example
19151915

@@ -1930,7 +1930,7 @@ lastname: Williams
19301930
missingValue: null
19311931
```
19321932

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.
19341934
For example:
19351935

19361936
```json
@@ -1947,7 +1947,7 @@ will be extracted as such:
19471947
color: ["red", "green", "blue"]
19481948
```
19491949

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.
19511951

19521952

19531953
##### <a name="variableSubstitution"></a>Variable Substitution

0 commit comments

Comments
 (0)