nullable-alert-updated-at

The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-nullable-alert-updated-at-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/nullable-alert-updated-at",
  "title": "nullable-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,
  "nullable": true
}