OntoUML / ontouml-js

Javascript library for manipulating OntoUML models.
Apache License 2.0
11 stars 8 forks source link

Add minimal checks for missing references #70

Open claudenirmf opened 3 years ago

claudenirmf commented 3 years ago

After the the update to the JSON Schemas on #65, elements may lack references that were required before. For exempla, it is possible to serialize a generalization with no references to general or specific classes/relations.

Add minimal checks on required reference on elements. Raise error issues when detecting missing relations.