Skip to content

Commit ded1e1d

Browse files
author
Ron
authored
Merge pull request OAI#1185 from krishahn/response-payload-values
edit Response Payload Values
2 parents 7e62227 + 7c7d3e8 commit ded1e1d

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
@@ -1907,8 +1907,8 @@ method for specifications with external references.
19071907
Payload values are only available in parsable response payloads which match the advertised media
19081908
type and for media types that can be referenced using a JSON Pointer fragment Id. In all cases,
19091909
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.
19121912

19131913
##### Example
19141914

@@ -1929,7 +1929,7 @@ lastname: Williams
19291929
missingValue: 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.
19331933
For example:
19341934

19351935
```json
@@ -1946,7 +1946,7 @@ will be extracted as such:
19461946
color: ["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

0 commit comments

Comments
 (0)