Airbyte · Schema

EmbeddedScopedTokenRequest

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
workspaceId string
View JSON Schema on GitHub

JSON Schema

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