Skip to content

Commit 65ff6b1

Browse files
author
Ron
authored
Merge pull request OAI#1293 from RepreZen/OpenAPI.next_operationRef
OAI#1292 Added a missing / separator after the paths in operationRef
2 parents f5b1cf0 + be6f83d commit 65ff6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,7 @@ value), references MAY also be made through a relative `operationRef`:
20692069
links:
20702070
UserRepositories:
20712071
# returns array of '#/components/schemas/repository'
2072-
operationRef: '#/paths~12.0~1repositories~1/{username}/get'
2072+
operationRef: '#/paths/~12.0~1repositories~1{username}/get'
20732073
parameters:
20742074
username: $response.body#/username
20752075
```

0 commit comments

Comments
 (0)