Required properties are designed as a reference in the Schema element. Now that we separated schema from schema properties (we introduced a new Property element), it would be better to include a boolean attribute in the Property element to specify required properties. We also need to update the importer and exporter accordingly.
Required properties are designed as a reference in the
Schema
element. Now that we separated schema from schema properties (we introduced a newProperty
element), it would be better to include aboolean
attribute in theProperty
element to specify required properties. We also need to update the importer and exporter accordingly.