{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-schema/airbyte-job-type-schema.json",
"title": "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"
]
}