Airbyte · JSON Structure

Airbyte Redirect Url Response Structure

Type: object Properties: 1
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

RedirectUrlResponse is a JSON Structure definition published by Airbyte, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

redirectUrl

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-redirect-url-response-structure.json",
  "name": "RedirectUrlResponse",
  "description": "",
  "type": "object",
  "properties": {
    "redirectUrl": {
      "format": "url",
      "type": "string"
    }
  }
}