opengeospatial / ogcapi-common

OGC API - Common provides those elements shared by most or all of the OGC API standards to ensure consistency across the family.
https://ogcapi.ogc.org/common
Other
45 stars 14 forks source link

Clarify consistency regarding presence of elements at /collections and /collections/{collectionId} #313

Open jerstlouis opened 2 years ago

jerstlouis commented 2 years ago

Clarify whether elements in /collections vs. in /collections/{collectionId} need to be consistent, but that an element being omitted from /collections but present /collections/{collectionId} still count as consistente. This is different than Features where the interpretation is that if one is present at one location it needs to be in both.

cmheazel commented 2 years ago

Removed part C from Requirement 8. API Common Part 2 now does not say anything about consistency between /collections and /collections/{collectionId} responses. All that is required is that they both comply with the requirements in the http://www.opengis.net/spec/ogcapi-common-2/1.0/rm/collection Requirements Module. This allows a SWG to use simplified representations of the /collections/{collectionId} response in the /collections response where appropriate.