Airbyte · JSON Structure

Airbyte Permission Create Request Structure

PermissionCreateRequest schema from Airbyte API

Type: object Properties: 4 Required: 2
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

PermissionCreateRequest is a JSON Structure definition published by Airbyte, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

permissionType userId workspaceId organizationId

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-permission-create-request-structure.json",
  "name": "PermissionCreateRequest",
  "description": "PermissionCreateRequest schema from Airbyte API",
  "type": "object",
  "properties": {
    "permissionType": {
      "$ref": "#/components/schemas/PublicPermissionType"
    },
    "userId": {
      "$ref": "#/components/schemas/UserId"
    },
    "workspaceId": {
      "$ref": "#/components/schemas/WorkspaceId"
    },
    "organizationId": {
      "$ref": "#/components/schemas/OrganizationId"
    }
  },
  "required": [
    "permissionType",
    "userId"
  ]
}