{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-structure/incident-manager-sort-order-structure.json", "name": "SortOrder", "description": "SortOrder schema", "type": "string", "enum": [ "ASCENDING", "DESCENDING" ] }