The specs declare [6 rules to follow to define new CityObjects](https://www.cityjson.org/specs/1.1.2/#rules-to-follow-to-define-new-city-objects), 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?
The specs declare 6 rules to follow to define new CityObjects, but according to the schema anything is allowed in a CityObject:
specs/extensions/extension.schema.json
Line 92 in 9760902
Shouldn't the
extraCityObjectsvalidation schema be more specific?