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 @@ -2125,7 +2125,7 @@ field in an [Operation Object](#operationObject)), references MAY also be made t
2125
2125
links:
2126
2126
UserRepositories:
2127
2127
# returns array of '#/components/schemas/repository'
2128
- operationRef: '#/paths/~12.0~1repositories~1{username} /get'
2128
+ operationRef: '#/paths/~12.0~1repositories~1%7Busername%7D /get'
2129
2129
parameters:
2130
2130
username: $response.body#/username
2131
2131
` ` `
@@ -2136,13 +2136,13 @@ or an absolute `operationRef`:
2136
2136
links:
2137
2137
UserRepositories:
2138
2138
# returns array of '#/components/schemas/repository'
2139
- operationRef: https://na2.gigantic-server.com/#/paths/~12.0~1repositories~1{username} /get
2139
+ operationRef: https://na2.gigantic-server.com/#/paths/~12.0~1repositories~1%7Busername%7D /get
2140
2140
parameters:
2141
2141
username: $response.body#/username
2142
2142
` ` `
2143
2143
2144
2144
Note that in the use of `operationRef`, the _escaped forward-slash_ is necessary when
2145
- using JSON references .
2145
+ using JSON Pointers, and it is necessary to URL-encode `{` and `}` as `%7B` and `%7D`, respectively when using JSON Pointers as URI fragments .
2146
2146
2147
2147
2148
2148
# #### <a name="runtimeExpression"></a>Runtime Expressions
You can’t perform that action at this time.
0 commit comments