File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2180,7 +2180,7 @@ field in an [Operation Object](#operationObject)), references MAY also be made t
2180
2180
links:
2181
2181
UserRepositories:
2182
2182
# returns array of '#/components/schemas/repository'
2183
- operationRef: '#/paths/~12.0~1repositories~1{username} /get'
2183
+ operationRef: '#/paths/~12.0~1repositories~1%7Busername%7D /get'
2184
2184
parameters:
2185
2185
username: $response.body#/username
2186
2186
` ` `
@@ -2191,13 +2191,13 @@ or an absolute `operationRef`:
2191
2191
links:
2192
2192
UserRepositories:
2193
2193
# returns array of '#/components/schemas/repository'
2194
- operationRef: https://na2.gigantic-server.com/#/paths/~12.0~1repositories~1{username} /get
2194
+ operationRef: https://na2.gigantic-server.com/#/paths/~12.0~1repositories~1%7Busername%7D /get
2195
2195
parameters:
2196
2196
username: $response.body#/username
2197
2197
` ` `
2198
2198
2199
2199
Note that in the use of `operationRef`, the _escaped forward-slash_ is necessary when
2200
- using JSON references .
2200
+ using JSON Pointer, and it is necessary to URL-encode `{` and `}` as `%7B` and `%7D`, respectively when using JSON Pointer as URI fragments .
2201
2201
2202
2202
2203
2203
# #### <a name="runtimeExpression"></a>Runtime Expressions
You can’t perform that action at this time.
0 commit comments