diff --git a/schemas/v3.1/schema.json b/schemas/v3.1/schema.json index edd6d573fb..0d3f594b60 100644 --- a/schemas/v3.1/schema.json +++ b/schemas/v3.1/schema.json @@ -168,7 +168,7 @@ "properties": { "url": { "type": "string", - "format": "uri-reference" + "format": "templated-url" }, "description": { "type": "string" @@ -961,7 +961,7 @@ "properties": { "operationRef": { "type": "string", - "format": "uri-reference" + "format": "templated-url" }, "operationId": { "type": "string" @@ -1446,4 +1446,4 @@ } } } -} +} \ No newline at end of file diff --git a/schemas/v3.1/schema.yaml b/schemas/v3.1/schema.yaml index 92b8d52c26..23c5456f67 100644 --- a/schemas/v3.1/schema.yaml +++ b/schemas/v3.1/schema.yaml @@ -119,7 +119,7 @@ $defs: properties: url: type: string - format: uri-reference + format: templated-url description: type: string variables: @@ -664,7 +664,7 @@ $defs: properties: operationRef: type: string - format: uri-reference + format: templated-url operationId: type: string parameters: