From 72b48264eaeb7afb01fae80e26e99243ab6d33f1 Mon Sep 17 00:00:00 2001 From: DEVizzent Date: Thu, 29 Jun 2023 22:09:18 +0200 Subject: [PATCH] I-5 Remove uri format from server url As uri format don't known about variables usage we can't validate with this format --- schemas/openapi-v3.1.json | 3 +-- schemas/openapi-v3.1.yaml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/schemas/openapi-v3.1.json b/schemas/openapi-v3.1.json index 295029f..814ad78 100644 --- a/schemas/openapi-v3.1.json +++ b/schemas/openapi-v3.1.json @@ -161,8 +161,7 @@ "type": "object", "properties": { "url": { - "type": "string", - "format": "uri-reference" + "type": "string" }, "description": { "type": "string" diff --git a/schemas/openapi-v3.1.yaml b/schemas/openapi-v3.1.yaml index 49c7a52..1943af8 100644 --- a/schemas/openapi-v3.1.yaml +++ b/schemas/openapi-v3.1.yaml @@ -112,7 +112,6 @@ $defs: properties: url: type: string - format: uri-reference description: type: string variables: