{
  "name": "UpdatePipeline",
  "plane": "control",
  "terraformEligible": true,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudElt.UpdatePipeline",
    "service": "elt"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "generation": {
        "default": null,
        "format": "uint64",
        "minimum": 0.0,
        "type": [
          "integer",
          "null"
        ]
      },
      "name": {
        "type": "string"
      },
      "sink": {
        "type": "string"
      },
      "source": {
        "type": "string"
      },
      "workspace": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      }
    },
    "required": [
      "name",
      "sink",
      "source"
    ],
    "title": "UpdatePipelineRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "generation": {
        "format": "uint64",
        "minimum": 0.0,
        "type": "integer"
      },
      "name": {
        "type": "string"
      },
      "sink": {
        "type": "string"
      },
      "source": {
        "type": "string"
      },
      "status": {
        "type": "string"
      },
      "workspace": {
        "type": "string"
      }
    },
    "required": [
      "generation",
      "name",
      "sink",
      "source",
      "status",
      "workspace"
    ],
    "title": "PipelineResponse",
    "type": "object"
  }
}
