{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/queue/v1/update-worker-request.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Request to update a worker.\n",
  "properties": {
    "expires": {
      "description": "Date and time after which the worker will be automatically\ndeleted by the queue.\n",
      "format": "date-time",
      "title": "Worker Expiration",
      "type": "string"
    }
  },
  "required": [],
  "title": "Worker Request",
  "type": "object"
}