{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-multitenant-notifications-api-sort-by-structure.json", "name": "SortBy", "description": "SortBy schema from Multi-Tenant Notifications API", "type": "object", "properties": { "field": { "type": "string", "description": "Sort field", "enum": [ "createdTime", "impactedTenantCount" ] }, "sortBy": { "type": "string", "description": "Ascending or Descending", "enum": [ "DESC", "ASC" ] } } }