{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-public-key-response-structure.json", "description": "PublicKeyResponse schema from Adyen API", "type": "object", "properties": { "publicKey": { "description": "The public key to be used for encrypting the symmetric session key.", "type": "string" }, "publicKeyExpiryDate": { "description": "The expiry date of the public key.", "type": "string" } }, "required": [ "publicKey", "publicKeyExpiryDate" ], "name": "PublicKeyResponse" }