This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: raml-org/ramldt2jsonschema
Releases · raml-org/ramldt2jsonschema
0.1.5
0.1.4
0.1.3
- made output of
js2dt
less verbose #18- removed
required: true
(RAML defaults totrue
) - 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
- removed
dt2js
now 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
0.1.2
0.1.1
A few enhancements
- RAML
displayName
is now translated to JSON schematitle
, and vice-versa - JSON schema properties:
dependencies
,exclusiveMaximum
,exclusiveMinimum
andadditionalItems
are now dropped in js2dt - JSON schema
format
is now translated to an equivalent RAML pattern - JSON schema
patternProperties
are now translated to RAML pattern properties
Initial version
Initial version according to Phase 1.