raml-spec
raml-spec copied to clipboard
Is there support for using JSON Schema draft-06 schemas?
I know you can use JSON Schemas as types. Are draft-06 schemas allowed, or is it only draft-04?
The specification does not mandate what JSON version it particular recommends. Hence, it's up to an individual processor (like a parser) who implements to support a specific version or a range of versions. Basically, the spec delegates that responsibility to the "client".
For example, I know that the JS parser supports draft-04 and draft-03.