JeopardyAlert
JeopardyAlert
Data type: Extensible
| Name | Type | Description | Example |
|---|---|---|---|
| @type (1) | string | When sub-classing, this defines the sub-class Extensible name | |
| @baseType | string | When sub-classing, this defines the super-class | |
| @schemaLocation | string | A URI to a JSON-Schema file that defines additional attributes and relationships | |
| id | string | Identifier of the JeopardyAlert | 2d7ed5fd-9f62-4211-bc84-357f5f7b80f5 |
| alertDate | DateTime | A date time( DateTime). The date that the alert issued | 2023-01-01T08:00:00+01:00 |
| name | string | A string used to give a name to the jeopardy alert | alert name |
| jeopardyAlertMessage | Message [n..m] | Text and code that represents the message of the jeopardy alert | [] |
| estimatedAlertEndDate | DateTime | A date time(DateTime). The estimated date of the alert ending | 2023-01-01T08:00:00+01:00 |
| exception | string | The exception associated with this jeopardy alert | null |