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
Here's an example response model that's missing a type field for time_created:
TokenResponse:
additionalProperties: falseproperties:
is_foo:
type: booleantime_created:
description: The creation time of the access token in ISO8601 format.# type: stringrequired:
- is_footype: object
While the time_created field isn't required, when you use that field the Bravado client fails due to lack of the type: string field. This spec currently passes the Swagger validator.
The text was updated successfully, but these errors were encountered:
Here's an example response model that's missing a
type
field fortime_created
:While the
time_created
field isn't required, when you use that field the Bravado client fails due to lack of thetype: string
field. This spec currently passes the Swagger validator.The text was updated successfully, but these errors were encountered: