We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4f3d0 commit 72b4826Copy full SHA for 72b4826
schemas/openapi-v3.1.json
@@ -161,8 +161,7 @@
161
"type": "object",
162
"properties": {
163
"url": {
164
- "type": "string",
165
- "format": "uri-reference"
+ "type": "string"
166
},
167
"description": {
168
"type": "string"
schemas/openapi-v3.1.yaml
@@ -112,7 +112,6 @@ $defs:
112
properties:
113
url:
114
type: string
115
- format: uri-reference
116
description:
117
118
variables:
0 commit comments