{ "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the returned record." }, "restored": { "type": "boolean", "description": "The restored associated with this tool result." } }, "required": [ "id", "restored" ], "additionalProperties": false, "description": "Structured result returned by the restore_upload tool.", "$schema": "http://json-schema.org/draft-07/schema#"}