opengeospatial / ogcapi-connected-systems

Public Repository for the Connected Systems SWG
Other
7 stars 6 forks source link

How to best advertise conformance for various combinations of encoding/CRUD operations #23

Open alexrobin opened 1 year ago

alexrobin commented 1 year ago

Right now we have separate conformance classes for encodings, e.g. GeoJSON, SensorML JSON, etc.

And then we have a conformance class for Create/Replace/Delete operations.

But how can an endpoint advertise that it supports resource creation but only for certain encodings (while it may support all encodings for reading).

One place we can advertise this is in the OpenAPI document but do we also need conformance classes for every possible combination?