{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RotatePagesRequest", "type": "object", "properties": { "assetID": { "type": "string", "description": "The asset ID of the PDF containing pages to rotate." }, "pageActions": { "type": "array", "description": "Rotation actions to apply to page ranges." } } }