Skip to content

Commit 0035208

Browse files
committed
operationRef is a URI-reference
Restore these "format" values to the schemas, which were removed when they were removed from the Server Object's "url" field, which is a template and not a URI-reference.
1 parent 49cfb7f commit 0035208

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)