Skip to content

Support displaying enums in schema types #3

@w-daghbaji

Description

@w-daghbaji

Example of an enum type that is not being displayed as part of the schema types :

{
  "components": {
    "schemas": {
      "Color": {
        "type": "string",
        "description": "The color options available.",
        "enum": ["RED", "GREEN", "BLUE", "YELLOW"]
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions