{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "pagination_params", "description": "Optional pagination parameters.", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/cloud-identity-engine-api-pagination_params-schema.json", "type": "object", "properties": { "pageNum": { "type": "integer", "description": "Page number to retrieve (starting from page 1).", "example": 1 }, "pageSz": { "type": "integer", "description": "Number of records per page (max is 1000 per page).", "example": 500 } } }