Skip to content

Commit

Permalink
I-5 Remove uri format from server url
Browse files Browse the repository at this point in the history
As uri format don't known about variables usage we can't validate with this format
  • Loading branch information
DEVizzent committed Jul 12, 2023
1 parent 3f4f3d0 commit 72b4826
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions schemas/openapi-v3.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri-reference"
"type": "string"
},
"description": {
"type": "string"
Expand Down
1 change: 0 additions & 1 deletion schemas/openapi-v3.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ $defs:
properties:
url:
type: string
format: uri-reference
description:
type: string
variables:
Expand Down

0 comments on commit 72b4826

Please sign in to comment.