cityjson / specs

Specifications for CityJSON, a JSON-based encoding for 3D city models
https://cityjson.org
Creative Commons Zero v1.0 Universal
108 stars 25 forks source link

Version pattern for extensions too restrictive #104

Closed clausnagel closed 2 years ago

clausnagel commented 2 years ago

The current pattern "^(\\d\\.)(\\d)$" for the version of extensions in cityjson.schema.json seems to be too restrictive as it only allows one digit for the major and minor version. Thus, something like 1.10 or 10.1 is not allowed. I suggest changing the pattern to "^(\\d+\\.)(\\d+)$".

hugoledoux commented 2 years ago

haha, we were not planning to reach this maturity I think!