{
  "description": "The new scene group that has been added to the collection.",
  "headers": {
    "Location": {
      "description": "The URI of the new scene group.",
      "schema": {
        "type": "string",
        "format": "uri"
      }
    }
  },
  "content": {
    "application/json": {
      "schema": {
        "type": "array",
        "items": {
            "$ref": "#/components/schemas/group"
        }
      }
    }
  }
}
