{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "InsertPagesRequest",
"type": "object",
"properties": {
"baseAssetID": {
"type": "string",
"description": "The asset ID of the base PDF."
},
"assetsToInsert": {
"type": "array",
"description": "Assets and positions for insertion."
}
}
}