{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LinearizePDFRequest", "type": "object", "properties": { "assetID": { "type": "string", "description": "The asset ID of the PDF to linearize." } } }