GIF export format options
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GifExportFormat", "type": "object", "description": "GIF export format options", "properties": { "type": { "type": "string" }, "export_quality": { "type": "string" }, "width": { "type": "integer", "description": "Output width in pixels" }, "height": { "type": "integer", "description": "Output height in pixels" }, "pages": { "type": "array", "description": "Page indices to export" } } }