Queries the openEO service for the conformance. As stated in the API it is highly optional and only available if the service wants to achieve full compatibility with OGC API clients. This function queries the /conformance endpoint and returns it results as a list object translated from JSON using the jsonlite package.

conformance(con = NULL)

Arguments

con

a connected openEO client object (optional) otherwise active_connection() is used.