{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SDKEphemPubKey", "title": "SDKEphemPubKey", "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" } }, "type": "object" }