Airbyte · JSON Structure

Airbyte Stream Properties Response Structure

A list of stream properties.

Type: array Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

StreamPropertiesResponse 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-stream-properties-response-structure.json",
  "name": "StreamPropertiesResponse",
  "description": "A list of stream properties.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/StreamProperties"
  }
}