Airbyte · Schema

DataplanePatchRequest

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
name string
enabled boolean
View JSON Schema on GitHub

JSON Schema

airbyte-dataplanepatchrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataplanePatchRequest",
  "title": "DataplanePatchRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    }
  },
  "x-speakeasy-entity": "Dataplane",
  "x-speakeasy-param-suppress-computed-diff": true,
  "x-speakeasy-component": true
}