Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

0.1.3

Choose a tag to compare

@jstoiko jstoiko released this 15 Mar 21:56
· 207 commits to master since this release
  • made output of js2dt less verbose #18
    • removed required: true (RAML defaults to true)
    • replaced required: false by <property>?
    • for properties that only have a {"type" : <type>} defined in JSON schema, write it in the form <propertyName>: <type> in RAML
  • dt2js now converts RAML pattern properties to JSON object.patternProperties #18
  • support for external includes #18
  • dt2js: wrong JSON schema from RAML Array of union type #15
  • type conversation is broken for integer & boolean #31