{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-start-key-usage-input-structure.json", "name": "StartKeyUsageInput", "description": "StartKeyUsageInput schema from Amazon Payment Cryptography", "type": "object", "properties": { "KeyIdentifier": { "allOf": [ { "$ref": "#/components/schemas/KeyArnOrKeyAliasType" }, { "description": "The KeyArn of the key." } ] } }, "required": [ "KeyIdentifier" ] }