Palo Alto Networks · Schema

SortOrder

Sorting specification for result sets.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
field string
keyword string
View JSON Schema on GitHub

JSON Schema

cortex-xsiam-api-sort-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SortOrder",
  "description": "Sorting specification for result sets.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/cortex-xsiam-api-sort-order-schema.json",
  "type": "object",
  "properties": {
    "field": {
      "type": "string"
    },
    "keyword": {
      "type": "string",
      "enum": [
        "asc",
        "desc"
      ]
    }
  }
}