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
failureResponse:
type: object
properties:
reason:
type: string
maxLength: 255
description: a simple description for the failure
required:
- reason
# additionalProperties: false
rror] (compile:swaggerParseSpec) com.fasterxml.jackson.core.JsonParseException: Can not instantiate value of type [simple type, class de.zalando.swagger.strictModel$Schema] from Boolean value (false); no single-boolean/Boolean-arg constructor/factory method
[error] at [Source: N/A; line: -1, column: -1] (through reference chain: de.zalando.swagger.Schema["additionalProperties"]) through reference chain: paths → /customer-subscriptions → post → responses → default → schema
The text was updated successfully, but these errors were encountered:
@alexec, as for now we do not support OpenAPI 3.0
The definition of additionalProperties as false is invalid in Swagger 2.0
Please refer to OAI/OpenAPI-Specification#668 for further explanations
No following schema fails to compile
The text was updated successfully, but these errors were encountered: