You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: "Validation failed. /paths/users/get/parameters/tags is an array, so it must include an \"items\" schema",
82
+
error: 'Validation failed. /paths/users/get/parameters/tags is an array, so it must include an "items" schema',
83
83
},
84
84
{
85
85
name: "array body param without items",
86
86
valid: false,
87
87
file: "array-body-no-items.yaml",
88
-
error: "Validation failed. /paths/users/post/parameters/people is an array, so it must include an \"items\" schema",
88
+
error: 'Validation failed. /paths/users/post/parameters/people is an array, so it must include an "items" schema',
89
89
},
90
90
{
91
91
name: "array response header without items",
92
92
valid: false,
93
93
file: "array-response-header-no-items.yaml",
94
94
error:
95
-
"Validation failed. /paths/users/get/responses/default/headers/Last-Modified is an array, so it must include an \"items\" schema",
95
+
'Validation failed. /paths/users/get/responses/default/headers/Last-Modified is an array, so it must include an "items" schema',
96
96
},
97
97
{
98
-
name: "\"file\" param without \"consumes\"",
98
+
name: '"file" param without "consumes"',
99
99
valid: false,
100
100
file: "file-no-consumes.yaml",
101
101
error:
102
102
"Validation failed. /paths/users/{username}/profile/image/post has a file parameter, so it must consume multipart/form-data or application/x-www-form-urlencoded",
103
103
},
104
104
{
105
-
name: "\"file\" param with invalid \"consumes\"",
105
+
name: '"file" param with invalid "consumes"',
106
106
valid: false,
107
107
file: "file-invalid-consumes.yaml",
108
108
error:
109
109
"Validation failed. /paths/users/{username}/profile/image/post has a file parameter, so it must consume multipart/form-data or application/x-www-form-urlencoded",
110
110
},
111
111
{
112
-
name: "\"file\" param with vendor specific form-data \"consumes\"",
112
+
name: '"file" param with vendor specific form-data "consumes"',
0 commit comments