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
Swagger schema validation failed.
#/paths/~1api~1users~1me/get/responses must NOT have additional properties
Error: Swagger schema validation failed.
#/paths/~1api~1users~1me/get/responses must NOT have additional properties
at o (https://apitools.dev/swagger-parser/online/js/bundle.min.js:1:95564)
at https://apitools.dev/swagger-parser/online/js/bundle.min.js:29:45042
SyntaxError: Swagger schema validation failed.
#/paths/~1api~1users~1me/get/responses must NOT have additional properties
at Function.o [as syntax] (https://apitools.dev/swagger-parser/online/js/bundle.min.js:1:95564)
at validateSchema (https://apitools.dev/swagger-parser/online/js/bundle.min.js:1:6322)
at SwaggerParser.validate (https://apitools.dev/swagger-parser/online/js/bundle.min.js:1:3391)
The text was updated successfully, but these errors were encountered:
Originally reported at Orval: orval-labs/orval#950
As per the OpenAPI specification, it is allowed with wildcard http response codes (like 2xx, 3xx). Orval does not seem to support this.
https://learn.openapis.org/specification/paths.html#the-responses-object
Fails with:
The text was updated successfully, but these errors were encountered: