{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InstallationServerPublicKey", "title": "InstallationServerPublicKey", "type": "object", "properties": { "server_public_key": { "type": "string", "description": "The server's public key for this Installation. You should use this key to verify the \"X-Bunq-Server-Signature\" header for each response from the server.", "readOnly": true, "writeOnly": false } } }