jdiegodcp / ramlfications

Python parser for RAML
https://ramlfications.readthedocs.org
Apache License 2.0
234 stars 50 forks source link

Properties should be required by default for RAML 1.0 #154

Open alvassin opened 6 years ago

alvassin commented 6 years ago

According to https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#property-declarations, properties should be required by default.

However, in v0.2.0-dev brach they are marked as not required.