Airbyte · JSON Structure

Airbyte Job Type Enum Structure

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

Type: string Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

JobTypeEnum 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-enum-structure.json",
  "name": "JobTypeEnum",
  "description": "Enum that describes the different types of jobs that the platform runs.",
  "type": "string",
  "enum": [
    "sync",
    "reset",
    "refresh",
    "clear"
  ]
}