Skip to content

Commit

Permalink
operationRef is a URI-reference
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
handrews committed Apr 25, 2024
1 parent 49cfb7f commit 0035208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions schemas/v3.0/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ definitions:
type: string
operationRef:
type: string
format: uri-reference
parameters:
type: object
additionalProperties: {}
Expand Down
1 change: 1 addition & 0 deletions schemas/v3.1/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ $defs:
properties:
operationRef:
type: string
format: uri-reference
operationId:
type: string
parameters:
Expand Down

0 comments on commit 0035208

Please sign in to comment.