{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/alert-updated-at", "title": "alert-updated-at", "type": "string", "description": "The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time", "readOnly": true }