Skip to content

Commit 72b4826

Browse files
committed
I-5 Remove uri format from server url
As uri format don't known about variables usage we can't validate with this format
1 parent 3f4f3d0 commit 72b4826

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

schemas/openapi-v3.1.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@
161161
"type": "object",
162162
"properties": {
163163
"url": {
164-
"type": "string",
165-
"format": "uri-reference"
164+
"type": "string"
166165
},
167166
"description": {
168167
"type": "string"

schemas/openapi-v3.1.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ $defs:
112112
properties:
113113
url:
114114
type: string
115-
format: uri-reference
116115
description:
117116
type: string
118117
variables:

0 commit comments

Comments
 (0)