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