{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cloud-identity-engine-api-pagination_params-structure.json", "name": "pagination_params", "description": "Optional pagination parameters.", "type": "object", "properties": { "pageNum": { "type": "int32", "description": "Page number to retrieve (starting from page 1)." }, "pageSz": { "type": "int32", "description": "Number of records per page (max is 1000 per page)." } } }