{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/queue/v1/update-workertype-request.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Request to update a worker-type.\n",
  "properties": {
    "description": {
      "description": "Description of the provisioner.\n",
      "title": "Description",
      "type": "string"
    },
    "expires": {
      "description": "Date and time after which the worker-type will be automatically\ndeleted by the queue.\n",
      "format": "date-time",
      "title": "Worker-type Expiration",
      "type": "string"
    },
    "stability": {
      "description": "This is the stability of the provisioner. Accepted values:\n  * `experimental`\n  * `stable`\n  * `deprecated`\n",
      "enum": [
        "experimental",
        "stable",
        "deprecated"
      ],
      "title": "Stability",
      "type": "string"
    }
  },
  "required": [],
  "title": "Worker-type Request",
  "type": "object"
}