Airbyte · Schema

Root Type for OrganizationsResponse

List/Array of multiple organizations.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

airbyte-organizationsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrganizationsResponse",
  "title": "Root Type for OrganizationsResponse",
  "description": "List/Array of multiple organizations.",
  "required": [
    "data"
  ],
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OrganizationResponse"
      }
    }
  },
  "x-speakeasy-component": true
}