Airbyte · Schema

Root Type for RedirectUrlResponse

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
redirectUrl string
View JSON Schema on GitHub

JSON Schema

airbyte-redirecturlresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RedirectUrlResponse",
  "title": "Root Type for RedirectUrlResponse",
  "description": "",
  "type": "object",
  "properties": {
    "redirectUrl": {
      "format": "url",
      "type": "string"
    }
  },
  "example": {
    "redirectUrl": "https://example.com"
  },
  "x-speakeasy-component": true
}