ramlo
ramlo copied to clipboard
Support enum in schemas
v 0.2.1
For JSON schema like this:
"gender": {
"description": "User's gender",
"type": "string",
"enum": [ "male", "female", "unspecified" ]
}
Ramlo produces this:
While raml2boot gives this: