Airbyte · Schema

RedirectUrlResponse

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
redirectUrl string
View JSON Schema on GitHub

JSON Schema

airbyte-redirect-url-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-schema/airbyte-redirect-url-response-schema.json",
  "title": "RedirectUrlResponse",
  "description": "",
  "type": "object",
  "properties": {
    "redirectUrl": {
      "format": "url",
      "type": "string"
    }
  }
}