Skip to content

Support string pattern in schema #17

Description

@prvdph

v 0.2.1

String pattern constraints from schema are not included in docs:

    "birthday": {
      "type": "string",
      "description": "Birthday date in format of mm-dd-yyyy",
      "pattern": "^[0-9]{2}-[0-9]{2}-[0-9]{4}$"
    }

ramlo result:

pattern-ramlo

raml2boot result:

pattern-boot

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