{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/worker-manager/v1/pulse-worker-pool-error-message.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "The message that is emitted when worker pools are created/changed/deleted.",
  "properties": {
    "errorId": {
      "$ref": "worker-pool-error.json#/properties/errorId"
    },
    "kind": {
      "$ref": "worker-pool-error.json#/properties/kind"
    },
    "launchConfigId": {
      "$ref": "worker-full.json#/properties/launchConfigId"
    },
    "providerId": {
      "$ref": "worker-pool-full.json#/properties/providerId"
    },
    "timestamp": {
      "description": "Date and time when this event occurred",
      "format": "date-time",
      "title": "Event timestamp",
      "type": "string"
    },
    "title": {
      "$ref": "worker-pool-error.json#/properties/title"
    },
    "workerGroup": {
      "$ref": "worker-full.json#/properties/workerGroup"
    },
    "workerId": {
      "$ref": "worker-full.json#/properties/workerId"
    },
    "workerPoolId": {
      "$ref": "worker-pool-full.json#/properties/workerPoolId"
    }
  },
  "required": [
    "workerPoolId",
    "providerId",
    "errorId",
    "kind",
    "title",
    "timestamp"
  ],
  "title": "WorkerType Pulse Message",
  "type": "object"
}