{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/aptos/json-schema/DeletedTableData.json", "title": "DeletedTableData", "type": "object", "description": "Deleted table data", "required": [ "key", "key_type" ], "properties": { "key": { "description": "Deleted key" }, "key_type": { "type": "string", "description": "Deleted key type" } } }