1*dd5c81e9SGunnar Mills{
2*dd5c81e9SGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/Event.v1_11_0.json",
3*dd5c81e9SGunnar Mills    "$ref": "#/definitions/Event",
4*dd5c81e9SGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*dd5c81e9SGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*dd5c81e9SGunnar Mills    "definitions": {
7*dd5c81e9SGunnar Mills        "Actions": {
8*dd5c81e9SGunnar Mills            "additionalProperties": false,
9*dd5c81e9SGunnar Mills            "description": "The available actions for this resource.",
10*dd5c81e9SGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*dd5c81e9SGunnar Mills            "patternProperties": {
12*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*dd5c81e9SGunnar Mills                    "type": [
15*dd5c81e9SGunnar Mills                        "array",
16*dd5c81e9SGunnar Mills                        "boolean",
17*dd5c81e9SGunnar Mills                        "integer",
18*dd5c81e9SGunnar Mills                        "number",
19*dd5c81e9SGunnar Mills                        "null",
20*dd5c81e9SGunnar Mills                        "object",
21*dd5c81e9SGunnar Mills                        "string"
22*dd5c81e9SGunnar Mills                    ]
23*dd5c81e9SGunnar Mills                }
24*dd5c81e9SGunnar Mills            },
25*dd5c81e9SGunnar Mills            "properties": {
26*dd5c81e9SGunnar Mills                "Oem": {
27*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/OemActions",
28*dd5c81e9SGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
30*dd5c81e9SGunnar Mills                    "versionAdded": "v1_2_0"
31*dd5c81e9SGunnar Mills                }
32*dd5c81e9SGunnar Mills            },
33*dd5c81e9SGunnar Mills            "type": "object"
34*dd5c81e9SGunnar Mills        },
35*dd5c81e9SGunnar Mills        "CPER": {
36*dd5c81e9SGunnar Mills            "additionalProperties": false,
37*dd5c81e9SGunnar Mills            "description": "Details for a CPER section or record associated with an event.",
38*dd5c81e9SGunnar Mills            "longDescription": "This object shall contain the details for a CPER section or record that is the source of an event.",
39*dd5c81e9SGunnar Mills            "patternProperties": {
40*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
41*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
42*dd5c81e9SGunnar Mills                    "type": [
43*dd5c81e9SGunnar Mills                        "array",
44*dd5c81e9SGunnar Mills                        "boolean",
45*dd5c81e9SGunnar Mills                        "integer",
46*dd5c81e9SGunnar Mills                        "number",
47*dd5c81e9SGunnar Mills                        "null",
48*dd5c81e9SGunnar Mills                        "object",
49*dd5c81e9SGunnar Mills                        "string"
50*dd5c81e9SGunnar Mills                    ]
51*dd5c81e9SGunnar Mills                }
52*dd5c81e9SGunnar Mills            },
53*dd5c81e9SGunnar Mills            "properties": {
54*dd5c81e9SGunnar Mills                "NotificationType": {
55*dd5c81e9SGunnar Mills                    "description": "The CPER Notification Type for a CPER record.",
56*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the CPER Notification Type for a CPER record that corresponds to the contents of the `DiagnosticData` property or data retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall only be present if `DiagnosticDataType` contains `CPER`.",
57*dd5c81e9SGunnar Mills                    "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
58*dd5c81e9SGunnar Mills                    "readonly": true,
59*dd5c81e9SGunnar Mills                    "type": [
60*dd5c81e9SGunnar Mills                        "string",
61*dd5c81e9SGunnar Mills                        "null"
62*dd5c81e9SGunnar Mills                    ],
63*dd5c81e9SGunnar Mills                    "versionAdded": "v1_8_0"
64*dd5c81e9SGunnar Mills                },
65*dd5c81e9SGunnar Mills                "Oem": {
66*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
67*dd5c81e9SGunnar Mills                    "description": "The OEM extension property.",
68*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements.",
69*dd5c81e9SGunnar Mills                    "versionAdded": "v1_8_0"
70*dd5c81e9SGunnar Mills                },
71*dd5c81e9SGunnar Mills                "SectionType": {
72*dd5c81e9SGunnar Mills                    "description": "The CPER Section Type.",
73*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the CPER Section Type for a CPER section that corresponds to the contents of the `DiagnosticData` property or data retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall only be present if `DiagnosticDataType` contains `CPERSection`.",
74*dd5c81e9SGunnar Mills                    "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
75*dd5c81e9SGunnar Mills                    "readonly": true,
76*dd5c81e9SGunnar Mills                    "type": [
77*dd5c81e9SGunnar Mills                        "string",
78*dd5c81e9SGunnar Mills                        "null"
79*dd5c81e9SGunnar Mills                    ],
80*dd5c81e9SGunnar Mills                    "versionAdded": "v1_8_0"
81*dd5c81e9SGunnar Mills                }
82*dd5c81e9SGunnar Mills            },
83*dd5c81e9SGunnar Mills            "type": "object"
84*dd5c81e9SGunnar Mills        },
85*dd5c81e9SGunnar Mills        "DiagnosticDataTypes": {
86*dd5c81e9SGunnar Mills            "enum": [
87*dd5c81e9SGunnar Mills                "Manager",
88*dd5c81e9SGunnar Mills                "PreOS",
89*dd5c81e9SGunnar Mills                "OS",
90*dd5c81e9SGunnar Mills                "OEM",
91*dd5c81e9SGunnar Mills                "CPER",
92*dd5c81e9SGunnar Mills                "CPERSection"
93*dd5c81e9SGunnar Mills            ],
94*dd5c81e9SGunnar Mills            "enumDescriptions": {
95*dd5c81e9SGunnar Mills                "CPER": "UEFI Common Platform Error Record.",
96*dd5c81e9SGunnar Mills                "CPERSection": "A Section of a UEFI Common Platform Error Record.",
97*dd5c81e9SGunnar Mills                "Manager": "Manager diagnostic data.",
98*dd5c81e9SGunnar Mills                "OEM": "OEM diagnostic data.",
99*dd5c81e9SGunnar Mills                "OS": "Operating system (OS) diagnostic data.",
100*dd5c81e9SGunnar Mills                "PreOS": "Pre-OS diagnostic data."
101*dd5c81e9SGunnar Mills            },
102*dd5c81e9SGunnar Mills            "enumLongDescriptions": {
103*dd5c81e9SGunnar Mills                "CPER": "This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property is a complete UEFI Specification-defined Common Platform Error Record.  The CPER data shall contain a Record Header and at least one Section as defined by the UEFI Specification.",
104*dd5c81e9SGunnar Mills                "CPERSection": "This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property is a single Section of a UEFI Specification-defined Common Platform Error Record.  The CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header."
105*dd5c81e9SGunnar Mills            },
106*dd5c81e9SGunnar Mills            "type": "string"
107*dd5c81e9SGunnar Mills        },
108*dd5c81e9SGunnar Mills        "Event": {
109*dd5c81e9SGunnar Mills            "additionalProperties": false,
110*dd5c81e9SGunnar Mills            "description": "The `Event` schema describes the JSON payload received by an event destination, which has subscribed to event notification, when events occur.  This resource contains data about events, including descriptions, severity, and a message identifier to a message registry that can be accessed for further information.",
111*dd5c81e9SGunnar Mills            "longDescription": "This resource contains an event for a Redfish implementation.",
112*dd5c81e9SGunnar Mills            "patternProperties": {
113*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
114*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
115*dd5c81e9SGunnar Mills                    "type": [
116*dd5c81e9SGunnar Mills                        "array",
117*dd5c81e9SGunnar Mills                        "boolean",
118*dd5c81e9SGunnar Mills                        "integer",
119*dd5c81e9SGunnar Mills                        "number",
120*dd5c81e9SGunnar Mills                        "null",
121*dd5c81e9SGunnar Mills                        "object",
122*dd5c81e9SGunnar Mills                        "string"
123*dd5c81e9SGunnar Mills                    ]
124*dd5c81e9SGunnar Mills                }
125*dd5c81e9SGunnar Mills            },
126*dd5c81e9SGunnar Mills            "properties": {
127*dd5c81e9SGunnar Mills                "@odata.context": {
128*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
129*dd5c81e9SGunnar Mills                },
130*dd5c81e9SGunnar Mills                "@odata.type": {
131*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
132*dd5c81e9SGunnar Mills                },
133*dd5c81e9SGunnar Mills                "Actions": {
134*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/Actions",
135*dd5c81e9SGunnar Mills                    "description": "The available actions for this resource.",
136*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
137*dd5c81e9SGunnar Mills                    "versionAdded": "v1_2_0"
138*dd5c81e9SGunnar Mills                },
139*dd5c81e9SGunnar Mills                "Context": {
140*dd5c81e9SGunnar Mills                    "description": "A context can be supplied at subscription time.  This property is the context value supplied by the subscriber.",
141*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a client supplied context for the event destination to which this event is being sent.",
142*dd5c81e9SGunnar Mills                    "readonly": true,
143*dd5c81e9SGunnar Mills                    "type": "string",
144*dd5c81e9SGunnar Mills                    "versionAdded": "v1_1_0"
145*dd5c81e9SGunnar Mills                },
146*dd5c81e9SGunnar Mills                "Description": {
147*dd5c81e9SGunnar Mills                    "anyOf": [
148*dd5c81e9SGunnar Mills                        {
149*dd5c81e9SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
150*dd5c81e9SGunnar Mills                        },
151*dd5c81e9SGunnar Mills                        {
152*dd5c81e9SGunnar Mills                            "type": "null"
153*dd5c81e9SGunnar Mills                        }
154*dd5c81e9SGunnar Mills                    ],
155*dd5c81e9SGunnar Mills                    "readonly": true
156*dd5c81e9SGunnar Mills                },
157*dd5c81e9SGunnar Mills                "Events": {
158*dd5c81e9SGunnar Mills                    "autoExpand": true,
159*dd5c81e9SGunnar Mills                    "description": "Each event in this array has a set of properties that describe the event.  Because this is an array, more than one event can be sent simultaneously.",
160*dd5c81e9SGunnar Mills                    "items": {
161*dd5c81e9SGunnar Mills                        "$ref": "#/definitions/EventRecord"
162*dd5c81e9SGunnar Mills                    },
163*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of objects that represent the occurrence of one or more events.",
164*dd5c81e9SGunnar Mills                    "type": "array"
165*dd5c81e9SGunnar Mills                },
166*dd5c81e9SGunnar Mills                "Events@odata.count": {
167*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
168*dd5c81e9SGunnar Mills                },
169*dd5c81e9SGunnar Mills                "Id": {
170*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
171*dd5c81e9SGunnar Mills                    "readonly": true
172*dd5c81e9SGunnar Mills                },
173*dd5c81e9SGunnar Mills                "Name": {
174*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
175*dd5c81e9SGunnar Mills                    "readonly": true
176*dd5c81e9SGunnar Mills                },
177*dd5c81e9SGunnar Mills                "Oem": {
178*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
179*dd5c81e9SGunnar Mills                    "description": "The OEM extension property.",
180*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
181*dd5c81e9SGunnar Mills                }
182*dd5c81e9SGunnar Mills            },
183*dd5c81e9SGunnar Mills            "required": [
184*dd5c81e9SGunnar Mills                "Events",
185*dd5c81e9SGunnar Mills                "@odata.type",
186*dd5c81e9SGunnar Mills                "Id",
187*dd5c81e9SGunnar Mills                "Name"
188*dd5c81e9SGunnar Mills            ],
189*dd5c81e9SGunnar Mills            "type": "object"
190*dd5c81e9SGunnar Mills        },
191*dd5c81e9SGunnar Mills        "EventRecord": {
192*dd5c81e9SGunnar Mills            "additionalProperties": false,
193*dd5c81e9SGunnar Mills            "patternProperties": {
194*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
195*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
196*dd5c81e9SGunnar Mills                    "type": [
197*dd5c81e9SGunnar Mills                        "array",
198*dd5c81e9SGunnar Mills                        "boolean",
199*dd5c81e9SGunnar Mills                        "integer",
200*dd5c81e9SGunnar Mills                        "number",
201*dd5c81e9SGunnar Mills                        "null",
202*dd5c81e9SGunnar Mills                        "object",
203*dd5c81e9SGunnar Mills                        "string"
204*dd5c81e9SGunnar Mills                    ]
205*dd5c81e9SGunnar Mills                }
206*dd5c81e9SGunnar Mills            },
207*dd5c81e9SGunnar Mills            "properties": {
208*dd5c81e9SGunnar Mills                "Actions": {
209*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/EventRecordActions",
210*dd5c81e9SGunnar Mills                    "description": "The available actions for this resource.",
211*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
212*dd5c81e9SGunnar Mills                    "versionAdded": "v1_2_0"
213*dd5c81e9SGunnar Mills                },
214*dd5c81e9SGunnar Mills                "AdditionalDataSizeBytes": {
215*dd5c81e9SGunnar Mills                    "description": "The size of the additional data for this event.",
216*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the size of the additional data retrieved from the URI specified by the `AdditionalDataURI` property for this event.",
217*dd5c81e9SGunnar Mills                    "readonly": true,
218*dd5c81e9SGunnar Mills                    "type": [
219*dd5c81e9SGunnar Mills                        "integer",
220*dd5c81e9SGunnar Mills                        "null"
221*dd5c81e9SGunnar Mills                    ],
222*dd5c81e9SGunnar Mills                    "units": "By",
223*dd5c81e9SGunnar Mills                    "versionAdded": "v1_8_0"
224*dd5c81e9SGunnar Mills                },
225*dd5c81e9SGunnar Mills                "AdditionalDataURI": {
226*dd5c81e9SGunnar Mills                    "description": "The URI at which to access the additional data for the event, such as diagnostic data, image captures, or other files.",
227*dd5c81e9SGunnar Mills                    "format": "uri-reference",
228*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the URI at which to access the additional data for the event, using the Redfish protocol and authentication methods.  If both `DiagnosticData` and `AdditionalDataURI` are present, `DiagnosticData` shall contain the Base64-encoding of the data retrieved from the URI specified by the `AdditionalDataURI` property.",
229*dd5c81e9SGunnar Mills                    "readonly": true,
230*dd5c81e9SGunnar Mills                    "type": [
231*dd5c81e9SGunnar Mills                        "string",
232*dd5c81e9SGunnar Mills                        "null"
233*dd5c81e9SGunnar Mills                    ],
234*dd5c81e9SGunnar Mills                    "versionAdded": "v1_8_0"
235*dd5c81e9SGunnar Mills                },
236*dd5c81e9SGunnar Mills                "CPER": {
237*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/CPER",
238*dd5c81e9SGunnar Mills                    "description": "Details for a CPER section or record associated with this event.",
239*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the details for a CPER section or record that is the source of this event.",
240*dd5c81e9SGunnar Mills                    "versionAdded": "v1_8_0"
241*dd5c81e9SGunnar Mills                },
242*dd5c81e9SGunnar Mills                "Context": {
243*dd5c81e9SGunnar Mills                    "deprecated": "Events are triggered independently from subscriptions to those events.  This property has been deprecated in favor of the `Context` property found at the root level of the object.",
244*dd5c81e9SGunnar Mills                    "description": "A context can be supplied at subscription time.  This property is the context value supplied by the subscriber.",
245*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a client supplied context for the event destination to which this event is being sent.",
246*dd5c81e9SGunnar Mills                    "readonly": true,
247*dd5c81e9SGunnar Mills                    "type": "string",
248*dd5c81e9SGunnar Mills                    "versionDeprecated": "v1_1_0"
249*dd5c81e9SGunnar Mills                },
250*dd5c81e9SGunnar Mills                "DiagnosticData": {
251*dd5c81e9SGunnar Mills                    "description": "A Base64-encoded set of diagnostic data associated with this event.",
252*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a Base64-encoded string that represents diagnostic data associated with this event.  The contents shall depend on the value of the `DiagnosticDataType` property.  The length of the value should not exceed 4 KB.  Larger diagnostic data payloads should omit this property and use the `AdditionalDataURI` property to reference the data.  If both `DiagnosticData` and `AdditionalDataURI` are present, `DiagnosticData` shall contain the Base64-encoding of the data retrieved from the URI specified by the `AdditionalDataURI` property.",
253*dd5c81e9SGunnar Mills                    "readonly": true,
254*dd5c81e9SGunnar Mills                    "type": [
255*dd5c81e9SGunnar Mills                        "string",
256*dd5c81e9SGunnar Mills                        "null"
257*dd5c81e9SGunnar Mills                    ],
258*dd5c81e9SGunnar Mills                    "versionAdded": "v1_8_0"
259*dd5c81e9SGunnar Mills                },
260*dd5c81e9SGunnar Mills                "DiagnosticDataType": {
261*dd5c81e9SGunnar Mills                    "anyOf": [
262*dd5c81e9SGunnar Mills                        {
263*dd5c81e9SGunnar Mills                            "$ref": "#/definitions/DiagnosticDataTypes"
264*dd5c81e9SGunnar Mills                        },
265*dd5c81e9SGunnar Mills                        {
266*dd5c81e9SGunnar Mills                            "type": "null"
267*dd5c81e9SGunnar Mills                        }
268*dd5c81e9SGunnar Mills                    ],
269*dd5c81e9SGunnar Mills                    "description": "The type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.",
270*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.",
271*dd5c81e9SGunnar Mills                    "readonly": true,
272*dd5c81e9SGunnar Mills                    "versionAdded": "v1_8_0"
273*dd5c81e9SGunnar Mills                },
274*dd5c81e9SGunnar Mills                "EventGroupId": {
275*dd5c81e9SGunnar Mills                    "description": "The identifier that correlates events with the same root cause.  If `0`, no other event is related to this event.",
276*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate that events are related and shall have the same value when multiple event messages are produced by the same root cause.  Implementations shall use separate values for events with a separate root cause.  This property value shall not imply an ordering of events.  The `0` value shall indicate that this event is not grouped with any other event.",
277*dd5c81e9SGunnar Mills                    "readonly": true,
278*dd5c81e9SGunnar Mills                    "type": "integer",
279*dd5c81e9SGunnar Mills                    "versionAdded": "v1_3_0"
280*dd5c81e9SGunnar Mills                },
281*dd5c81e9SGunnar Mills                "EventId": {
282*dd5c81e9SGunnar Mills                    "description": "The unique instance identifier of an event.",
283*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a service-defined unique identifier for the event.",
284*dd5c81e9SGunnar Mills                    "readonly": true,
285*dd5c81e9SGunnar Mills                    "type": "string"
286*dd5c81e9SGunnar Mills                },
287*dd5c81e9SGunnar Mills                "EventTimestamp": {
288*dd5c81e9SGunnar Mills                    "description": "The time the event occurred.",
289*dd5c81e9SGunnar Mills                    "format": "date-time",
290*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate the time the event occurred where the value shall be consistent with the Redfish service time that is also used for the values of the `Modified` property.",
291*dd5c81e9SGunnar Mills                    "readonly": true,
292*dd5c81e9SGunnar Mills                    "type": "string"
293*dd5c81e9SGunnar Mills                },
294*dd5c81e9SGunnar Mills                "EventType": {
295*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType",
296*dd5c81e9SGunnar Mills                    "deprecated": "This property has been deprecated.  Starting with Redfish Specification v1.6 (Event v1.3), subscriptions are based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property.",
297*dd5c81e9SGunnar Mills                    "description": "The type of event.",
298*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate the type of event.",
299*dd5c81e9SGunnar Mills                    "readonly": true,
300*dd5c81e9SGunnar Mills                    "versionDeprecated": "v1_3_0"
301*dd5c81e9SGunnar Mills                },
302*dd5c81e9SGunnar Mills                "LogEntry": {
303*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogEntry.json#/definitions/LogEntry",
304*dd5c81e9SGunnar Mills                    "description": "The link to a log entry if an entry was created for this event.",
305*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `LogEntry` that represents the log entry created for this event.",
306*dd5c81e9SGunnar Mills                    "readonly": true,
307*dd5c81e9SGunnar Mills                    "versionAdded": "v1_7_0"
308*dd5c81e9SGunnar Mills                },
309*dd5c81e9SGunnar Mills                "MemberId": {
310*dd5c81e9SGunnar Mills                    "description": "The unique identifier for the member within an array.",
311*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
312*dd5c81e9SGunnar Mills                    "readonly": true,
313*dd5c81e9SGunnar Mills                    "type": "string"
314*dd5c81e9SGunnar Mills                },
315*dd5c81e9SGunnar Mills                "Message": {
316*dd5c81e9SGunnar Mills                    "description": "The human-readable event message.",
317*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a human-readable event message.",
318*dd5c81e9SGunnar Mills                    "readonly": true,
319*dd5c81e9SGunnar Mills                    "type": "string"
320*dd5c81e9SGunnar Mills                },
321*dd5c81e9SGunnar Mills                "MessageArgs": {
322*dd5c81e9SGunnar Mills                    "description": "An array of message arguments that are substituted for the arguments in the message when looked up in the message registry.",
323*dd5c81e9SGunnar Mills                    "items": {
324*dd5c81e9SGunnar Mills                        "type": "string"
325*dd5c81e9SGunnar Mills                    },
326*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of message arguments that are substituted for the arguments in the message when looked up in the message registry.  It has the same semantics as the `MessageArgs` property in the Redfish `MessageRegistry` schema.  If the corresponding `ParamType` value contains `number`, the service shall convert the number to a string representation of the number.",
327*dd5c81e9SGunnar Mills                    "readonly": true,
328*dd5c81e9SGunnar Mills                    "type": "array"
329*dd5c81e9SGunnar Mills                },
330*dd5c81e9SGunnar Mills                "MessageId": {
331*dd5c81e9SGunnar Mills                    "description": "The identifier for the message.",
332*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a `MessageId`, as defined in the 'MessageId format' clause of the Redfish Specification.",
333*dd5c81e9SGunnar Mills                    "pattern": "^[A-Za-z0-9]+\\.\\d+\\.\\d+\\.[A-Za-z0-9.]+$",
334*dd5c81e9SGunnar Mills                    "readonly": true,
335*dd5c81e9SGunnar Mills                    "type": "string"
336*dd5c81e9SGunnar Mills                },
337*dd5c81e9SGunnar Mills                "MessageSeverity": {
338*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Health",
339*dd5c81e9SGunnar Mills                    "description": "The severity of the message in this event.",
340*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the severity of the message in this event.  Services can replace the value defined in the message registry with a value more applicable to the implementation.",
341*dd5c81e9SGunnar Mills                    "readonly": true,
342*dd5c81e9SGunnar Mills                    "versionAdded": "v1_5_0"
343*dd5c81e9SGunnar Mills                },
344*dd5c81e9SGunnar Mills                "OEMDiagnosticDataType": {
345*dd5c81e9SGunnar Mills                    "description": "The OEM-defined type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.",
346*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the OEM-defined type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall be present if `DiagnosticDataType` is `OEM`.",
347*dd5c81e9SGunnar Mills                    "readonly": true,
348*dd5c81e9SGunnar Mills                    "type": [
349*dd5c81e9SGunnar Mills                        "string",
350*dd5c81e9SGunnar Mills                        "null"
351*dd5c81e9SGunnar Mills                    ],
352*dd5c81e9SGunnar Mills                    "versionAdded": "v1_9_0"
353*dd5c81e9SGunnar Mills                },
354*dd5c81e9SGunnar Mills                "Oem": {
355*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
356*dd5c81e9SGunnar Mills                    "description": "The OEM extension property.",
357*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
358*dd5c81e9SGunnar Mills                },
359*dd5c81e9SGunnar Mills                "OriginOfCondition": {
360*dd5c81e9SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef",
361*dd5c81e9SGunnar Mills                    "description": "A link to the resource or object that originated the condition that caused the event to be generated.",
362*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain a link to the resource or object that originated the condition that caused the event to be generated.  If the event subscription has the `IncludeOriginOfCondition` property set to `true`, it shall include the entire resource or object referenced by the link.  For events that represent the creation or deletion of a resource, this property should reference the created or deleted resource and not the collection that contains the resource.",
363*dd5c81e9SGunnar Mills                    "readonly": true
364*dd5c81e9SGunnar Mills                },
365*dd5c81e9SGunnar Mills                "Resolution": {
366*dd5c81e9SGunnar Mills                    "description": "Used to provide suggestions on how to resolve the situation that caused the event.",
367*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the resolution of the event.  Services should replace the resolution defined in the message registry with a more specific resolution in the event.",
368*dd5c81e9SGunnar Mills                    "readonly": true,
369*dd5c81e9SGunnar Mills                    "type": "string",
370*dd5c81e9SGunnar Mills                    "versionAdded": "v1_9_0"
371*dd5c81e9SGunnar Mills                },
372*dd5c81e9SGunnar Mills                "ResolutionSteps": {
373*dd5c81e9SGunnar Mills                    "description": "The list of recommended steps to resolve the cause of the event.",
374*dd5c81e9SGunnar Mills                    "items": {
375*dd5c81e9SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/ResolutionStep.json#/definitions/ResolutionStep"
376*dd5c81e9SGunnar Mills                    },
377*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain an array of recommended steps to resolve the cause of the event.  This property shall not be present if the `MessageSeverity` or `Severity` properties contain `OK`.  A client can stop executing the resolution steps once the `Resolved` property in the associated `LogEntry` resource contains `true` or the `Health` property in the associated resource referenced by the `OriginOfCondition` property contains `OK`.",
378*dd5c81e9SGunnar Mills                    "type": "array",
379*dd5c81e9SGunnar Mills                    "versionAdded": "v1_10_0"
380*dd5c81e9SGunnar Mills                },
381*dd5c81e9SGunnar Mills                "Severity": {
382*dd5c81e9SGunnar Mills                    "deprecated": "This property has been deprecated in favor of `MessageSeverity`, which ties the values to the enumerations defined for the `Health` property within `Status`.",
383*dd5c81e9SGunnar Mills                    "description": "The severity of the event.",
384*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the severity of the event, as defined in the 'Status' clause of the Redfish Specification.  Services can replace the value defined in the message registry with a value more applicable to the implementation.",
385*dd5c81e9SGunnar Mills                    "readonly": true,
386*dd5c81e9SGunnar Mills                    "type": "string",
387*dd5c81e9SGunnar Mills                    "versionDeprecated": "v1_5_0"
388*dd5c81e9SGunnar Mills                },
389*dd5c81e9SGunnar Mills                "SpecificEventExistsInGroup": {
390*dd5c81e9SGunnar Mills                    "description": "Indicates this event is equivalent to a more specific event in this event group.",
391*dd5c81e9SGunnar Mills                    "longDescription": "This property shall indicate that the event is equivalent to another event, with a more specific definition, within the same `EventGroupId`.  For example, the `DriveFailed` message from the Storage Device Message Registry is more specific than the `ResourceStatusChangedCritical` message from the Resource Event Message Registry, when both occur with the same `EventGroupId`.  This property shall contain `true` if a more specific event is available, and shall contain `false` if no equivalent event exists in the same `EventGroupId`.  If this property is absent, the value shall be assumed to be `false`.",
392*dd5c81e9SGunnar Mills                    "readonly": true,
393*dd5c81e9SGunnar Mills                    "type": "boolean",
394*dd5c81e9SGunnar Mills                    "versionAdded": "v1_6_0"
395*dd5c81e9SGunnar Mills                },
396*dd5c81e9SGunnar Mills                "UserAuthenticationSource": {
397*dd5c81e9SGunnar Mills                    "description": "The source of authentication for the username property associated with the event record.",
398*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the URL to the authentication service that is associated with the username property.  This should be used for events that result from a user action.",
399*dd5c81e9SGunnar Mills                    "readonly": true,
400*dd5c81e9SGunnar Mills                    "type": [
401*dd5c81e9SGunnar Mills                        "string",
402*dd5c81e9SGunnar Mills                        "null"
403*dd5c81e9SGunnar Mills                    ],
404*dd5c81e9SGunnar Mills                    "versionAdded": "v1_11_0"
405*dd5c81e9SGunnar Mills                },
406*dd5c81e9SGunnar Mills                "Username": {
407*dd5c81e9SGunnar Mills                    "description": "The username of the account associated with the event record.",
408*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the username of the account associated with the event record.  This should be used for events that result from a user action.",
409*dd5c81e9SGunnar Mills                    "readonly": true,
410*dd5c81e9SGunnar Mills                    "type": [
411*dd5c81e9SGunnar Mills                        "string",
412*dd5c81e9SGunnar Mills                        "null"
413*dd5c81e9SGunnar Mills                    ],
414*dd5c81e9SGunnar Mills                    "versionAdded": "v1_11_0"
415*dd5c81e9SGunnar Mills                }
416*dd5c81e9SGunnar Mills            },
417*dd5c81e9SGunnar Mills            "required": [
418*dd5c81e9SGunnar Mills                "EventType",
419*dd5c81e9SGunnar Mills                "MessageId",
420*dd5c81e9SGunnar Mills                "MemberId"
421*dd5c81e9SGunnar Mills            ],
422*dd5c81e9SGunnar Mills            "type": "object"
423*dd5c81e9SGunnar Mills        },
424*dd5c81e9SGunnar Mills        "EventRecordActions": {
425*dd5c81e9SGunnar Mills            "additionalProperties": false,
426*dd5c81e9SGunnar Mills            "description": "The available actions for this resource.",
427*dd5c81e9SGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
428*dd5c81e9SGunnar Mills            "patternProperties": {
429*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
430*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
431*dd5c81e9SGunnar Mills                    "type": [
432*dd5c81e9SGunnar Mills                        "array",
433*dd5c81e9SGunnar Mills                        "boolean",
434*dd5c81e9SGunnar Mills                        "integer",
435*dd5c81e9SGunnar Mills                        "number",
436*dd5c81e9SGunnar Mills                        "null",
437*dd5c81e9SGunnar Mills                        "object",
438*dd5c81e9SGunnar Mills                        "string"
439*dd5c81e9SGunnar Mills                    ]
440*dd5c81e9SGunnar Mills                }
441*dd5c81e9SGunnar Mills            },
442*dd5c81e9SGunnar Mills            "properties": {
443*dd5c81e9SGunnar Mills                "Oem": {
444*dd5c81e9SGunnar Mills                    "$ref": "#/definitions/EventRecordOemActions",
445*dd5c81e9SGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
446*dd5c81e9SGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
447*dd5c81e9SGunnar Mills                    "versionAdded": "v1_2_0"
448*dd5c81e9SGunnar Mills                }
449*dd5c81e9SGunnar Mills            },
450*dd5c81e9SGunnar Mills            "type": "object"
451*dd5c81e9SGunnar Mills        },
452*dd5c81e9SGunnar Mills        "EventRecordOemActions": {
453*dd5c81e9SGunnar Mills            "additionalProperties": true,
454*dd5c81e9SGunnar Mills            "description": "The available OEM-specific actions for this resource.",
455*dd5c81e9SGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
456*dd5c81e9SGunnar Mills            "patternProperties": {
457*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
458*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
459*dd5c81e9SGunnar Mills                    "type": [
460*dd5c81e9SGunnar Mills                        "array",
461*dd5c81e9SGunnar Mills                        "boolean",
462*dd5c81e9SGunnar Mills                        "integer",
463*dd5c81e9SGunnar Mills                        "number",
464*dd5c81e9SGunnar Mills                        "null",
465*dd5c81e9SGunnar Mills                        "object",
466*dd5c81e9SGunnar Mills                        "string"
467*dd5c81e9SGunnar Mills                    ]
468*dd5c81e9SGunnar Mills                }
469*dd5c81e9SGunnar Mills            },
470*dd5c81e9SGunnar Mills            "properties": {},
471*dd5c81e9SGunnar Mills            "type": "object"
472*dd5c81e9SGunnar Mills        },
473*dd5c81e9SGunnar Mills        "OemActions": {
474*dd5c81e9SGunnar Mills            "additionalProperties": true,
475*dd5c81e9SGunnar Mills            "description": "The available OEM-specific actions for this resource.",
476*dd5c81e9SGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
477*dd5c81e9SGunnar Mills            "patternProperties": {
478*dd5c81e9SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
479*dd5c81e9SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
480*dd5c81e9SGunnar Mills                    "type": [
481*dd5c81e9SGunnar Mills                        "array",
482*dd5c81e9SGunnar Mills                        "boolean",
483*dd5c81e9SGunnar Mills                        "integer",
484*dd5c81e9SGunnar Mills                        "number",
485*dd5c81e9SGunnar Mills                        "null",
486*dd5c81e9SGunnar Mills                        "object",
487*dd5c81e9SGunnar Mills                        "string"
488*dd5c81e9SGunnar Mills                    ]
489*dd5c81e9SGunnar Mills                }
490*dd5c81e9SGunnar Mills            },
491*dd5c81e9SGunnar Mills            "properties": {},
492*dd5c81e9SGunnar Mills            "type": "object"
493*dd5c81e9SGunnar Mills        }
494*dd5c81e9SGunnar Mills    },
495*dd5c81e9SGunnar Mills    "language": "en",
496*dd5c81e9SGunnar Mills    "owningEntity": "DMTF",
497*dd5c81e9SGunnar Mills    "release": "2024.3",
498*dd5c81e9SGunnar Mills    "title": "#Event.v1_11_0.Event"
499*dd5c81e9SGunnar Mills}