components: schemas: MessageRegistry_v1_2_0_Actions: additionalProperties: false description: The available actions for this resource. properties: Oem: $ref: '#/components/schemas/MessageRegistry_v1_2_0_OemActions' description: This property contains the available OEM specific actions for this resource. x-longDescription: This property shall contain any additional OEM actions for this resource. type: object x-longDescription: This type shall contain the available actions for this resource. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. MessageRegistry_v1_2_0_ClearingLogic: additionalProperties: false description: The clearing logic associated with this message. The properties within indicate that what messages are cleared by this message as well as under what conditions. properties: ClearsAll: description: This property indicates that all prior conditions and messages are cleared provided the ClearsIf condition is met. nullable: true readOnly: true type: boolean x-longDescription: This property shall indicate that all prior conditions and messages are cleared provided the ClearsIf condition is met. ClearsIf: $ref: '#/components/schemas/MessageRegistry_v1_2_0_ClearingType' description: This property contains the available OEM specific actions for this resource. nullable: true readOnly: true x-longDescription: This property shall contain any additional OEM actions for this resource. ClearsMessage: description: This property contains the array of Message Ids that are cleared by this message, provided the other conditions are met. items: nullable: true type: string readOnly: true type: array x-longDescription: This property shall contain an array of Message Ids that are cleared by this message, provided the other conditions are met. The Message Ids shall not include the Registry name or version and shall just be the Message Id portion. Message Ids shall not reference other Message Registries. type: object x-longDescription: This type shall contain the available actions for this resource. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. MessageRegistry_v1_2_0_ClearingType: description: The enumerations of ClearingType specify the choice of conditions on when an event is cleared. enum: - SameOriginOfCondition type: string x-enumDescriptions: SameOriginOfCondition: Indicates the message is cleared by the other message(s) listed in the ClearingLogic object, provided the OriginOfCondition for both Events are the same. MessageRegistry_v1_2_0_Message: additionalProperties: false description: This type shall reprensent how a message is defined within the registry. properties: ClearingLogic: $ref: '#/components/schemas/MessageRegistry_v1_2_0_ClearingLogic' description: The clearing logic associated with this message. The properties within indicate that what messages are cleared by this message as well as under what conditions. nullable: true x-longDescription: This type shall contain the available actions for this resource. Description: description: This is a short description of how and when this message is to be used. readOnly: true type: string x-longDescription: The value of this property shall indicate how and when this message is returned by the Redfish service. Message: description: The actual message. readOnly: true type: string x-longDescription: The value of this property shall be the message to be displayed. If a %integer is included in part of the string, it shall be used to represent a string substitution for any MessageArgs accompanying the message, in order. NumberOfArgs: description: The number of arguments to be expected to be passed in as MessageArgs for this message. minimum: 0 readOnly: true type: integer x-longDescription: The value of this property shall be the number of MessageArgs that are expected to be substituted in the Message in the locations within the Message marked by %. Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: Oem extension object. x-longDescription: This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification. ParamTypes: description: The MessageArg types, in order, for the message. items: $ref: '#/components/schemas/MessageRegistry_v1_2_0_ParamType' readOnly: true type: array x-longDescription: The value of this property shall be an ordered array of parameter types which match the types of the MessageArgs, in order. Resolution: description: Used to provide suggestions on how to resolve the situation that caused the error. readOnly: true type: string x-longDescription: This property shall contain an override of the Resolution of the message in message registry, if present. Severity: description: This is the severity of the message. readOnly: true type: string x-longDescription: The value of this property shall be the severity of the condition resulting in the message, as defined in the Status section of the Redfish specification. required: - Description - Message - Severity - NumberOfArgs - Resolution type: object x-longDescription: The type shall represent how a message is defined within within a message registry. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. MessageRegistry_v1_2_0_MessageProperty: additionalProperties: false description: The pattern type indicates that a free-form string is the unique identifier for the message within the registry. properties: {} type: object x-longDescription: The pattern type shall represent the suffix to be used in the MessageId and shall be unique within this message registry. x-patternProperties: '[A-Za-z0-9]+': $ref: '#/components/schemas/MessageRegistry_v1_2_0_Message' ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. MessageRegistry_v1_2_0_MessageRegistry: additionalProperties: false description: This is the schema definition for all Message Registries. It represents the properties for the registries themselves. The MessageId is formed per the Redfish specification. It consists of the RegistryPrefix concatenated with the version concatenated with the unique identifier for the message registry entry. properties: '@odata.context': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_context '@odata.etag': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_etag '@odata.id': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_id '@odata.type': $ref: http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.yaml#/components/schemas/odata_v4_0_3_type Actions: $ref: '#/components/schemas/MessageRegistry_v1_2_0_Actions' description: The available actions for this resource. x-longDescription: The Actions property shall contain the available actions for this resource. Description: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Description nullable: true readOnly: true Id: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Id readOnly: true Language: description: This is the RFC 5646 compliant language code for the registry. readOnly: true type: string x-longDescription: The value of this property shall be a string consisting of an RFC 5646 language code. Messages: $ref: '#/components/schemas/MessageRegistry_v1_2_0_MessageProperty' description: The pattern property indicates that a free-form string is the unique identifier for the message within the registry. x-longDescription: The pattern property shall represent the suffix to be used in the MessageId and shall be unique within this message registry. Name: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Name readOnly: true Oem: $ref: http://redfish.dmtf.org/schemas/v1/Resource.yaml#/components/schemas/Resource_Oem description: This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. x-longDescription: The value of this string shall be of the format for the reserved word *Oem*. OwningEntity: description: This is the organization or company that publishes this registry. readOnly: true type: string x-longDescription: The value of this property shall be a string that represents the publisher of this registry. RegistryPrefix: description: This is the single word prefix used to form a messageID structure. readOnly: true type: string x-longDescription: The value of this property shall be the prefix used in messageIDs which uniquely identifies all of the messages in this registry as belonging to this registry. RegistryVersion: description: This is the message registry version which is used in the middle portion of a messageID. readOnly: true type: string x-longDescription: The value of this property shall be the version of this message registry. The format of this string shall be of the format majorversion.minorversion.errata in compliance with Protocol Version section of the Redfish specification. required: - Language - RegistryPrefix - RegistryVersion - OwningEntity - Messages - '@odata.id' - '@odata.type' - Id - Name type: object x-longDescription: This resource shall be used to represent a message registry for a Redfish implementation. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. MessageRegistry_v1_2_0_OemActions: additionalProperties: true description: The available OEM specific actions for this resource. properties: {} type: object x-longDescription: This type shall contain any additional OEM actions for this resource. x-patternProperties: ^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\.[a-zA-Z_][a-zA-Z0-9_.]+$: description: This property shall specify a valid odata or Redfish property. MessageRegistry_v1_2_0_ParamType: enum: - string - number type: string x-enumDescriptions: number: The parameter is a number. string: The parameter is a string. title: '#MessageRegistry.v1_2_0.MessageRegistry' x-copyright: Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright x-owningEntity: DMTF