Geonovum / uml2json

Best Practise for OGC - UML to JSON Encoding Rules
https://geonovum.github.io/uml2json/document.html
0 stars 1 forks source link

Measure types properties #46

Closed jechterhoff closed 4 months ago

jechterhoff commented 1 year ago

The expected location of the “unit” and “type” (with value “number”) members should be clarified in requirement “/req/core/iso19103-measure-types”. Right now the location is unclear in case that the measure types property has a multiplicity greater than 1, in which case the schema definition of the property will have “type”: “array”, as well as an “items” member. “type”: “number” should be defined within “items”. However, should the “unit” be defined on the property level or within “items”? It should (probably) be the former.