SortOrder

SortOrder schema

AutomationDevOpsIncident ManagementOperations
View JSON Schema on GitHub

JSON Schema

incident-manager-sort-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-schema/incident-manager-sort-order-schema.json",
  "title": "SortOrder",
  "description": "SortOrder schema",
  "type": "string",
  "enum": [
    "ASCENDING",
    "DESCENDING"
  ]
}