We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34793ee commit f53b9caCopy full SHA for f53b9ca
schemas/v2.0/schema.json
@@ -171,13 +171,13 @@
171
"example": {
172
"type": "object",
173
"patternProperties": {
174
- "^[a-z0-9-]+/[a-z0-9-+]+$": {}
+ "^[a-z0-9-]+/[a-z0-9\\-+]+$": {}
175
},
176
"additionalProperties": false
177
178
"mimeType": {
179
"type": "string",
180
- "pattern": "^[\\sa-z0-9-+;\\.=\\/]+$",
+ "pattern": "^[\\sa-z0-9\\-+;\\.=\\/]+$",
181
"description": "The MIME type of the HTTP message."
182
183
"operation": {
@@ -488,7 +488,7 @@
488
"enum": { "$ref": "http://json-schema.org/draft-04/schema#/properties/enum" },
489
"type": { "$ref": "http://json-schema.org/draft-04/schema#/properties/type" },
490
491
-
+
492
493
"allOf": {
494
"type": "array",
0 commit comments