{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "KeyVerifyResult", "type": "object", "description": "The key verify result.", "properties": { "value": { "type": "boolean", "description": "True if the signature is verified, otherwise false." } } }