Open balazsdukai opened 2 years ago
The specs declare 6 rules to follow to define new CityObjects, but according to the schema anything is allowed in a CityObject:
https://github.com/cityjson/specs/blob/9760902df98e05a1051d76bdfce1f8c5d18eb734/extensions/extension.schema.json#L92
Shouldn't the extraCityObjects validation schema be more specific?
extraCityObjects
it should, but not sure how/what to validate... it's not so simple I'm afraid.
We could verify if the part is a valid json schema, but I wouldn't know how... Help appreciated here!
The specs declare 6 rules to follow to define new CityObjects, but according to the schema anything is allowed in a CityObject:
https://github.com/cityjson/specs/blob/9760902df98e05a1051d76bdfce1f8c5d18eb734/extensions/extension.schema.json#L92
Shouldn't the
extraCityObjects
validation schema be more specific?