Airbyte · JSON Structure

Airbyte Encryption Mapper Rsa Configuration Structure

EncryptionMapperRSAConfiguration schema from Airbyte API

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

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

Properties

algorithm fieldNameSuffix publicKey targetField

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-encryption-mapper-rsa-configuration-structure.json",
  "name": "EncryptionMapperRSAConfiguration",
  "description": "EncryptionMapperRSAConfiguration schema from Airbyte API",
  "type": "object",
  "properties": {
    "algorithm": {
      "$ref": "#/components/schemas/EncryptionMapperAlgorithm"
    },
    "fieldNameSuffix": {
      "type": "string"
    },
    "publicKey": {
      "type": "string"
    },
    "targetField": {
      "type": "string"
    }
  },
  "required": [
    "algorithm",
    "publicKey",
    "targetField",
    "fieldNameSuffix"
  ]
}