ramlo icon indicating copy to clipboard operation
ramlo copied to clipboard

Support string pattern in schema

Open prvdph opened this issue 8 years ago • 0 comments

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

prvdph avatar Jul 20 '16 07:07 prvdph