{
  "description": "The set of scene groups of a collection.",
  "headers": {
    "OGC-NumberMatched": {
      "description": "The number of scene groups that matched the specified filter.",
      "schema": {
        "type": "integer",
        "minimum": 0
      }
    },
    "OGC-NumberReturned": {
      "description": "The number of scene groups returned.",
      "schema": {
        "type": "integer",
        "minimum": 0
      }
    }
  },
  "content": {
    "application/json": {
      "schema": {
	"$ref": "#/components/schemas/groupsList"
      }
    },
    "text/html": {
      "schema": {
        "$ref": "#/components/schemas/html"
      }
    }
  }
}
