Document conversion result
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-poi/refs/heads/main/json-schema/apache-poi-conversion-result-schema.json", "title": "ConversionResult", "description": "Document conversion result", "type": "object", "properties": { "id": { "type": "string", "description": "Converted document identifier" }, "format": { "type": "string", "description": "Output format" }, "url": { "type": "string", "description": "Download URL for the converted document" }, "size": { "type": "integer", "description": "File size in bytes" } } }