File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -1091,15 +1091,17 @@ content:
10911091 long:
10921092 type: number
10931093 examples:
1094- dataValue:
1095- lat: 10
1096- long: 60
1097- serializedValue: '{"lat":10,"long":60}'
1094+ 'New York':
1095+ dataValue:
1096+ lat: 40.6
1097+ long: -73.9
1098+ serializedValue: '{"lat":40.6,"long":-73.9}'
10981099examples:
1099- dataValue:
1100- lat: 10
1101- long: 60
1102- serializedValue: coordinates=%7B%22lat%22%3A10%2C%22long%22%3A60%7D
1100+ 'New York':
1101+ dataValue:
1102+ lat: 40.6
1103+ long: -73.9
1104+ serializedValue: coordinates=%7B%22lat%22%3A40.6%2C%22long%22%3A-73.9%7D
11031105` ` `
11041106
11051107A querystring parameter using regular form encoding, but managed with a Media Type Object.
@@ -1108,6 +1110,7 @@ Examples are shown at both the media type and parameter level to emphasize that,
11081110
11091111` ` ` yaml
11101112in: querystring
1113+ name: metadata
11111114content:
11121115 application/x-www-form-urlencoded:
11131116 schema:
You can’t perform that action at this time.
0 commit comments