{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "KeyListResponse", "type": "object", "properties": { "result": { "type": "array" }, "success": { "type": "boolean" }, "result_info": { "type": "object" } } }