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