{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/queue/v1/task-group-response.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Response containing information about a task group.\n",
  "properties": {
    "expires": {
      "description": "Date and time after the last expiration of any task in the task group.\nFor the unsealed task group this could change to a later date.\n",
      "format": "date-time",
      "title": "Task group expiry date",
      "type": "string"
    },
    "schedulerId": {
      "$ref": "task.json#/properties/schedulerId"
    },
    "sealed": {
      "description": "Empty or date and time when task group was sealed.\n",
      "format": "date-time",
      "title": "Sealing timestamp",
      "type": "string"
    },
    "taskGroupId": {
      "description": "Identifier for the task-group.\n",
      "pattern": "^[A-Za-z0-9_-]{8}[Q-T][A-Za-z0-9_-][CGKOSWaeimquy26-][A-Za-z0-9_-]{10}[AQgw]$",
      "title": "Task-Group Identifier",
      "type": "string"
    }
  },
  "required": [
    "taskGroupId",
    "schedulerId",
    "expires"
  ],
  "title": "Task Group Definition Response",
  "type": "object"
}