OntoUML / ontouml-schema

JSON Schema definition of a OntoUML Model Exchange file.
Apache License 2.0
9 stars 4 forks source link

Refactoring schema to allow null assignments #4

Closed claudenirmf closed 4 years ago

claudenirmf commented 4 years ago

This PR changes to schema to allow null assignments in all array fields and references, moving the responsibility of checking these inconsistencies to support libraries which should properly inform the user of inconsistencies in the model.

This PR not only aims at easing the adoption of ontouml-schema but also aims to promote the implementation of enhanced support libraries with proper verification model elements.