{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SplitPDFRequest",
"type": "object",
"properties": {
"assetID": {
"type": "string",
"description": "The asset ID of the PDF to split."
},
"splitOptions": {
"type": "object",
"description": "Options controlling how the PDF is split."
}
}
}