Skip to content

swagger-models missing primitive type #1560

@fehguy

Description

@fehguy

For a model whose schema is like such:

ExampleEnum:
  type: string
  enum:
    - First
    - Second

We cannot describe this with ModelImpl as the enum property does not exist.

Either need to introduce a Primitive model or add the enum property to ModelImpl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions