{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-encryption-mapper-algorithm-structure.json", "name": "EncryptionMapperAlgorithm", "description": "EncryptionMapperAlgorithm schema from Airbyte API", "type": "string", "enum": [ "RSA", "AES" ] }