OntoUML / ontouml-js

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

Ease JSON Schema requirements #64

Closed claudenirmf closed 3 years ago

claudenirmf commented 3 years ago

As currently implemented, the JSON schema for OntoUML projects prevents empty arrays and strings to improve data quality. However this makes it harder to serialize projects that could still be processed otherwise.

We must ease these restrictions and, additionally, make not all properties names required properties.