{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-export-key-material-structure.json", "name": "ExportKeyMaterial", "description": "Parameter information for key material export from Amazon Web Services Payment Cryptography.", "type": "object", "properties": { "Tr31KeyBlock": { "allOf": [ { "$ref": "#/components/schemas/ExportTr31KeyBlock" }, { "description": "Parameter information for key material export using TR-31 standard." } ] }, "Tr34KeyBlock": { "allOf": [ { "$ref": "#/components/schemas/ExportTr34KeyBlock" }, { "description": "Parameter information for key material export using TR-34 standard." } ] } } }