Skip to content

enum list is not shown in description #297

@sanbernas

Description

@sanbernas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions