-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
It would be great if the description would also contain the available enums if they are within items.
This way the enums are not shown in the description column:
properties:
allowedMethods:
description: "Set of allowed methods"
items:
enum:
- GET
- POST
- PUT
When it's not a list then the available enums are included in the description:
allowedMethod:
description: "allowed method"
enum:
- GET
- POST
- PUT
jtsai-quid
Metadata
Metadata
Assignees
Labels
No labels