{ "opencollection": "1.0.0", "info": { "name": "Harmony API conforming to OGC API - Coverages Capabilities API", "version": "1.0.0" }, "items": [ { "info": { "name": "Capabilities", "type": "folder" }, "items": [ { "info": { "name": "landing page of this API", "type": "http" }, "http": { "method": "GET", "url": "/{cmrCollectionId}/ogc-api-coverages/1.0.0/" }, "docs": "The landing page provides links to the API definition, the Conformance statements and the metadata about the coverage data in this dataset." }, { "info": { "name": "information about standards that this API conforms to", "type": "http" }, "http": { "method": "GET", "url": "/{cmrCollectionId}/ogc-api-coverages/1.0.0/conformance" }, "docs": "list all requirements classes specified in a standard that the server conforms to" }, { "info": { "name": "Describe the collections in the dataset", "type": "http" }, "http": { "method": "GET", "url": "/{cmrCollectionId}/ogc-api-coverages/1.0.0/collections", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Not yet implemented" }, { "name": "bbox", "value": "", "type": "query", "description": "Not yet implemented" }, { "name": "time", "value": "", "type": "query", "description": "Not yet implemented" }, { "name": "f", "value": "", "type": "query", "description": "The optional f parameter indicates the output format which the server shall provide as part of the response document. It has preference over the HTTP Accept header. The default format is JSON.\n" } ] }, "docs": "Describe the collections in the dataset" }, { "info": { "name": "Describe the {collectionId} collection", "type": "http" }, "http": { "method": "GET", "url": "/{cmrCollectionId}/ogc-api-coverages/1.0.0/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "Not yet implemented" } ] }, "docs": "Describe the {collectionId} collection" } ] } ], "bundled": true }