Airbyte · Schema

EmbeddedWidgetRequest

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
allowedOrigin string
externalUserId string
organizationId string
View JSON Schema on GitHub

JSON Schema

airbyte-embeddedwidgetrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmbeddedWidgetRequest",
  "title": "EmbeddedWidgetRequest",
  "type": "object",
  "required": [
    "allowedOrigin",
    "externalUserId",
    "organizationId"
  ],
  "properties": {
    "allowedOrigin": {
      "type": "string"
    },
    "externalUserId": {
      "type": "string"
    },
    "organizationId": {
      "type": "string",
      "format": "uuid"
    }
  },
  "x-speakeasy-component": true
}