Skip to content

Commit a920ed4

Browse files
authored
Merge pull request OAI#3749 from handrews/operationref-urlref
operationRef is a URI-reference
2 parents cce8d92 + 0035208 commit a920ed4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

schemas/v3.0/schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,7 @@ definitions:
980980
type: string
981981
operationRef:
982982
type: string
983+
format: uri-reference
983984
parameters:
984985
type: object
985986
additionalProperties: {}

schemas/v3.1/schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ $defs:
622622
properties:
623623
operationRef:
624624
type: string
625+
format: uri-reference
625626
operationId:
626627
type: string
627628
parameters:

0 commit comments

Comments
 (0)