{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-get-key-output-structure.json", "name": "GetKeyOutput", "description": "GetKeyOutput schema from Amazon Payment Cryptography", "type": "object", "properties": { "Key": { "allOf": [ { "$ref": "#/components/schemas/Key" }, { "description": "The key material, including the immutable and mutable data for the key." } ] } }, "required": [ "Key" ] }