{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/payments-sdk-ephem-pub-key-structure.json", "description": "SDKEphemPubKey schema from Adyen API", "type": "object", "properties": { "crv": { "description": "The `crv` value as received from the 3D Secure 2 SDK.", "type": "string" }, "kty": { "description": "The `kty` value as received from the 3D Secure 2 SDK.", "type": "string" }, "x": { "description": "The `x` value as received from the 3D Secure 2 SDK.", "type": "string" }, "y": { "description": "The `y` value as received from the 3D Secure 2 SDK.", "type": "string" } }, "name": "SDKEphemPubKey" }