This repository was archived by the owner on Jan 19, 2024. It is now read-only.
0.1.3
- made output of
js2dtless verbose #18- removed
required: true(RAML defaults totrue) - replaced
required: falseby<property>? - for properties that only have a
{"type" : <type>}defined in JSON schema, write it in the form<propertyName>: <type>in RAML
- removed
dt2jsnow converts RAML pattern properties to JSONobject.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