Airbyte · Schema

RegionsResponse

RegionsResponse schema from Airbyte API

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

airbyte-regions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-schema/airbyte-regions-response-schema.json",
  "title": "RegionsResponse",
  "description": "RegionsResponse schema from Airbyte API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RegionResponse"
      }
    }
  },
  "required": [
    "data"
  ]
}