{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TrendRequest", "description": "TrendRequest 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-trend-request-schema.json", "type": "object", "properties": { "properties": { "type": "array", "items": { "type": "object", "properties": { "property": { "type": "string" }, "function": { "type": "string" }, "alias": { "type": "string" } } } }, "filter": { "type": "object", "properties": { "operator": { "type": "string" }, "rules": { "type": "array", "items": { "type": "object", "properties": { "property": { "type": "string" }, "operator": { "type": "string" }, "values": { "type": "array", "items": { "type": "object" } } } } } } }, "histogram": { "type": "object", "properties": { "property": { "type": "string" }, "range": { "type": "string" }, "enableEmptyInterval": { "type": "boolean" }, "value": { "type": "string" } } } } }