{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ApiModifyKeySuccess", "type": "object", "properties": { "action": { "type": "string" }, "key": { "type": "string" }, "key_hash": { "type": "string" }, "status": { "type": "string" } } }