opengeospatial / ogc-feat-geo-json

Apache License 2.0
33 stars 14 forks source link

Time object should require at least 1 property #121

Open joostfarla opened 9 months ago

joostfarla commented 9 months ago

In the current version of the JSON schema, the value of the time member can be null or an object. This object may contain a date, timestamp and/or interval property, but may also be empty (zero properties). Since that would effectively be the same as a null value, it would be good to require at least one of the object properties using the minProperties keyword.