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
When attempting to generate client docs via the swagger editor demo site, omitting the type from the schema of a response results in a 500 "something bad happened" error.
paths:
/keys/current.json:
get:
summary: current keydescription: Returns info about the current keyresponses:
200:
description: json with information about the keyschema:
type: object <--- errors if this line is omittedproperties:
signing_key:
properties:
name:
type: string
Swagger validation otherwise considers this valid.
The text was updated successfully, but these errors were encountered:
When attempting to generate client docs via the swagger editor demo site, omitting the type from the schema of a response results in a 500 "something bad happened" error.
Swagger validation otherwise considers this valid.
The text was updated successfully, but these errors were encountered: