{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-key-structure.json", "description": "Key schema from Adyen API", "type": "object", "properties": { "identifier": { "description": "The unique identifier of the shared key.", "type": "string" }, "passphrase": { "description": "The secure passphrase to protect the shared key.", "type": "string" }, "version": { "description": "The version number of the shared key.", "type": "int32" } }, "name": "Key" }