Airbyte · Schema

StreamPropertiesResponse

A list of stream properties.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-streampropertiesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StreamPropertiesResponse",
  "title": "StreamPropertiesResponse",
  "description": "A list of stream properties.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/StreamProperties"
  },
  "x-speakeasy-component": true
}