{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PDFPropertiesRequest",
"type": "object",
"properties": {
"assetID": {
"type": "string",
"description": "The asset ID of the PDF to inspect."
},
"includePageLevelProperties": {
"type": "boolean",
"description": "Whether to include page-level property details."
}
}
}