Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum support #3

Open
hauke96 opened this issue Aug 11, 2017 · 0 comments
Open

Enum support #3

hauke96 opened this issue Aug 11, 2017 · 0 comments
Assignees

Comments

@hauke96
Copy link
Owner

hauke96 commented Aug 11, 2017

Add enum support. To create a good structure, rename the "schemes" root element into "classes" and add "enums" next to it. This scheme structure should do the trick:

{
  "classes": [...],
  "enums":
  [
    {
      "name": "TestEnum",
      "fields":
      [
        "ACTIVE",
        "DEACTIVE",
        "UNDEFINED"
      ]
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant