Skip to content

Support json schema for enum #22

@rvp-diconium

Description

@rvp-diconium

When declaring an enum type in a json schema file:

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Foo",
  "type": "string",
  "enum": [
    "OPTION_1",
    "OPTION_1"
  ]
}

The enum it is not getting generated, should support it

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