{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-5g-monitor-api-mapping-request-structure.json", "name": "MappingRequest", "description": "MappingRequest schema from SASE 5G Monitor Service API", "type": "object", "properties": { "pageSize": { "type": "int32" }, "pageNum": { "type": "int32" }, "searchKey": { "type": "string" }, "region": { "type": "string" }, "tenant": { "type": "array", "items": { "type": "string" } } } }