Airbyte · JSON Structure

Airbyte Job Type Structure

enum that describes the different types of jobs that the platform runs.

Type: string Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

JobType is a JSON Structure definition published by Airbyte. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-job-type-structure.json",
  "name": "JobType",
  "description": "enum that describes the different types of jobs that the platform runs.",
  "type": "string",
  "enum": [
    "get_spec",
    "check_connection",
    "discover_schema",
    "sync",
    "reset_connection",
    "connection_updater",
    "replicate"
  ]
}