Airbyte · Schema

DestinationPatchRequest

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
name string
configuration object
resourceAllocation object
View JSON Schema on GitHub

JSON Schema

airbyte-destinationpatchrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DestinationPatchRequest",
  "title": "DestinationPatchRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "configuration": {
      "$ref": "#/components/schemas/DestinationConfiguration"
    },
    "resourceAllocation": {
      "$ref": "#/components/schemas/ScopedResourceRequirements"
    }
  },
  "x-implements": "io.airbyte.api.common.ConfigurableActor",
  "x-speakeasy-entity": "Destination",
  "x-speakeasy-param-suppress-computed-diff": true,
  "x-speakeasy-component": true
}