SAP / cloud-mta

Built-in tools to work with Multi-Target-Application (MTA) projects
Apache License 2.0
22 stars 10 forks source link

Don't perform schema validations on null nodes #112

Closed tal-sapan closed 5 years ago

tal-sapan commented 5 years ago

If the node is null, and it isn't required, don't perform any validations on it (since the default for "required" is false). Support required map-type properties. Also protect against panic by checking explicitly for nil.

Checklist