{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-encryption-mapper-configuration-structure.json", "name": "EncryptionMapperConfiguration", "description": "EncryptionMapperConfiguration schema from Airbyte API", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/EncryptionMapperRSAConfiguration" }, { "$ref": "#/components/schemas/EncryptionMapperAESConfiguration" } ] }