Airbyte · JSON Structure

Airbyte Region Response Structure

RegionResponse schema from Airbyte API

Type: object Properties: 6 Required: 6
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

RegionResponse is a JSON Structure definition published by Airbyte, describing 6 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

regionId name organizationId enabled createdAt updatedAt

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-region-response-structure.json",
  "name": "RegionResponse",
  "description": "RegionResponse schema from Airbyte API",
  "type": "object",
  "properties": {
    "regionId": {
      "type": "uuid"
    },
    "name": {
      "type": "string"
    },
    "organizationId": {
      "type": "uuid"
    },
    "enabled": {
      "type": "boolean"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  },
  "required": [
    "regionId",
    "name",
    "organizationId",
    "enabled",
    "createdAt",
    "updatedAt"
  ]
}