{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ActionsPublicKey", "type": "object", "properties": { "key_id": { "type": "string", "description": "The identifier for the key." }, "key": { "type": "string", "description": "The Base64 encoded public key." } } }