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
Enums values for nested objects in a Swagger schema are not visible in the HTML files produced by Spectacle.
Swagger schema example:
definitions:
Addr:
type: object
properties:
remarks:
description: >-
Additional remarks to return partial or exact match information
type: object
properties:
street:
description: >-
Partial match information for street field
type: string
enum:
- 'exact_match'
- 'did not match exactly'
The valid enum values "exact_match" and "did not match exactly" are not documented in the HTML file.
Environment:
2019-10-18 latest Docker image:
Digest: sha256:d1b38c1c5d557fbf635d38cf2c1d847d759ea3d991c0f93d57ef64c0a098d0d8
Status: Downloaded newer image for sourcey/spectacle:latest
docker.io/sourcey/spectacle:latest
The text was updated successfully, but these errors were encountered:
Enums values for nested objects in a Swagger schema are not visible in the HTML files produced by Spectacle.
Swagger schema example:
The valid enum values "exact_match" and "did not match exactly" are not documented in the HTML file.
Environment:
2019-10-18 latest Docker image:
The text was updated successfully, but these errors were encountered: