opengeospatial / ogcapi-features

An open standard for querying geospatial information on the web.
https://ogcapi.ogc.org/features
Other
341 stars 85 forks source link

CQL2-JSON: "arrayExpression" was confusing #951

Closed jerstlouis closed 1 month ago

jerstlouis commented 2 months ago

I believe that minItems: 2 and maxItems: 2 here is a left-over bug:

https://github.com/opengeospatial/ogcapi-features/blob/master/cql2/standard/schema/cql2.json#L258

pvretano commented 2 months ago

SWG Meeting 23-SEP-2024: We need to change the label "arrayExpression" in lines 253 and 256 to "arrayOperands" to clarify exactly what the pupose of that code block is. We should also probably rename "array" at line 268 to "arrayExpression" and cascade that change as necessary.