Skip to content

Support enum in schemas #16

Description

@prvdph

v 0.2.1

For JSON schema like this:

    "gender": {
      "description": "User's gender",
      "type": "string",
      "enum": [ "male", "female", "unspecified" ]
    }

Ramlo produces this:

ramlo-enum

While raml2boot gives this:

boot-enum

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions