1f2a8e57eSGunnar Mills{
2f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFile.v1_1_5.json",
3f2a8e57eSGunnar Mills    "$ref": "#/definitions/MessageRegistryFile",
4f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6f2a8e57eSGunnar Mills    "definitions": {
7f2a8e57eSGunnar Mills        "Actions": {
8f2a8e57eSGunnar Mills            "additionalProperties": false,
9f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11f2a8e57eSGunnar Mills            "patternProperties": {
12f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14f2a8e57eSGunnar Mills                    "type": [
15f2a8e57eSGunnar Mills                        "array",
16f2a8e57eSGunnar Mills                        "boolean",
17f2a8e57eSGunnar Mills                        "integer",
18f2a8e57eSGunnar Mills                        "number",
19f2a8e57eSGunnar Mills                        "null",
20f2a8e57eSGunnar Mills                        "object",
21f2a8e57eSGunnar Mills                        "string"
22f2a8e57eSGunnar Mills                    ]
23f2a8e57eSGunnar Mills                }
24f2a8e57eSGunnar Mills            },
25f2a8e57eSGunnar Mills            "properties": {
26f2a8e57eSGunnar Mills                "Oem": {
27f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
30f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
31f2a8e57eSGunnar Mills                }
32f2a8e57eSGunnar Mills            },
33f2a8e57eSGunnar Mills            "type": "object"
34f2a8e57eSGunnar Mills        },
35f2a8e57eSGunnar Mills        "Location": {
36f2a8e57eSGunnar Mills            "additionalProperties": false,
37f2a8e57eSGunnar Mills            "description": "The location information for a registry file.",
38f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the location information for a registry file.",
39f2a8e57eSGunnar Mills            "patternProperties": {
40f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
41f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
42f2a8e57eSGunnar Mills                    "type": [
43f2a8e57eSGunnar Mills                        "array",
44f2a8e57eSGunnar Mills                        "boolean",
45f2a8e57eSGunnar Mills                        "integer",
46f2a8e57eSGunnar Mills                        "number",
47f2a8e57eSGunnar Mills                        "null",
48f2a8e57eSGunnar Mills                        "object",
49f2a8e57eSGunnar Mills                        "string"
50f2a8e57eSGunnar Mills                    ]
51f2a8e57eSGunnar Mills                }
52f2a8e57eSGunnar Mills            },
53f2a8e57eSGunnar Mills            "properties": {
54f2a8e57eSGunnar Mills                "ArchiveFile": {
55f2a8e57eSGunnar Mills                    "description": "If the service hosts the registry in an archive file, the name of the file within the archive.",
56f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the file name of the individual registry file within the archive file specified by the `ArchiveUri` property.  The file name shall conform to the Redfish Specification-specified syntax.",
57f2a8e57eSGunnar Mills                    "readonly": true,
58f2a8e57eSGunnar Mills                    "type": "string"
59f2a8e57eSGunnar Mills                },
60f2a8e57eSGunnar Mills                "ArchiveUri": {
61f2a8e57eSGunnar Mills                    "description": "If the registry is hosted on the service in an archive file, the link to the archive file.",
62f2a8e57eSGunnar Mills                    "format": "uri-reference",
63f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a URI that is colocated with the Redfish service that specifies the location of the registry file, which can be retrieved using the Redfish protocol and authentication methods.  This property shall be used for only ZIP or other archive files.  The `ArchiveFile` property shall contain the file name of the individual registry file within the archive file.",
64f2a8e57eSGunnar Mills                    "readonly": true,
65f2a8e57eSGunnar Mills                    "type": "string"
66f2a8e57eSGunnar Mills                },
67f2a8e57eSGunnar Mills                "Language": {
68f2a8e57eSGunnar Mills                    "description": "The language code for the registry file.",
69f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an RFC5646-conformant language code or `default`.",
70f2a8e57eSGunnar Mills                    "readonly": true,
71f2a8e57eSGunnar Mills                    "type": "string"
72f2a8e57eSGunnar Mills                },
73f2a8e57eSGunnar Mills                "PublicationUri": {
74f2a8e57eSGunnar Mills                    "description": "The link to publicly available (canonical) URI for the registry.",
75f2a8e57eSGunnar Mills                    "format": "uri-reference",
76f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a URI not colocated with the Redfish service that specifies the canonical location of the registry file.  This property shall be used for only individual registry files.",
77f2a8e57eSGunnar Mills                    "readonly": true,
78f2a8e57eSGunnar Mills                    "type": "string"
79f2a8e57eSGunnar Mills                },
80f2a8e57eSGunnar Mills                "Uri": {
81f2a8e57eSGunnar Mills                    "description": "The link to locally available URI for the registry.",
82f2a8e57eSGunnar Mills                    "format": "uri-reference",
83f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a URI colocated with the Redfish service that specifies the location of the registry file, which can be retrieved using the Redfish protocol and authentication methods.  This property shall be used for only individual registry files.  The file name portion of the URI shall conform to Redfish Specification-specified syntax.",
84f2a8e57eSGunnar Mills                    "readonly": true,
85f2a8e57eSGunnar Mills                    "type": "string"
86f2a8e57eSGunnar Mills                }
87f2a8e57eSGunnar Mills            },
88f2a8e57eSGunnar Mills            "type": "object"
89f2a8e57eSGunnar Mills        },
90f2a8e57eSGunnar Mills        "MessageRegistryFile": {
91f2a8e57eSGunnar Mills            "additionalProperties": false,
92f2a8e57eSGunnar Mills            "description": "The `MessageRegistryFile` schema describes the registry file locator resource.  This referenced registry file can be any type of registry, such as a message registry, privilege registry, or attribute registry.",
93f2a8e57eSGunnar Mills            "longDescription": "This resource shall represent the registry file locator for a Redfish implementation.",
94f2a8e57eSGunnar Mills            "patternProperties": {
95f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
96f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
97f2a8e57eSGunnar Mills                    "type": [
98f2a8e57eSGunnar Mills                        "array",
99f2a8e57eSGunnar Mills                        "boolean",
100f2a8e57eSGunnar Mills                        "integer",
101f2a8e57eSGunnar Mills                        "number",
102f2a8e57eSGunnar Mills                        "null",
103f2a8e57eSGunnar Mills                        "object",
104f2a8e57eSGunnar Mills                        "string"
105f2a8e57eSGunnar Mills                    ]
106f2a8e57eSGunnar Mills                }
107f2a8e57eSGunnar Mills            },
108f2a8e57eSGunnar Mills            "properties": {
109f2a8e57eSGunnar Mills                "@odata.context": {
110f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
111f2a8e57eSGunnar Mills                },
112f2a8e57eSGunnar Mills                "@odata.etag": {
113f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
114f2a8e57eSGunnar Mills                },
115f2a8e57eSGunnar Mills                "@odata.id": {
116f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
117f2a8e57eSGunnar Mills                },
118f2a8e57eSGunnar Mills                "@odata.type": {
119f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
120f2a8e57eSGunnar Mills                },
121f2a8e57eSGunnar Mills                "Actions": {
122f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
123f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
124f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
125f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
126f2a8e57eSGunnar Mills                },
127f2a8e57eSGunnar Mills                "Description": {
128f2a8e57eSGunnar Mills                    "anyOf": [
129f2a8e57eSGunnar Mills                        {
130f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
131f2a8e57eSGunnar Mills                        },
132f2a8e57eSGunnar Mills                        {
133f2a8e57eSGunnar Mills                            "type": "null"
134f2a8e57eSGunnar Mills                        }
135f2a8e57eSGunnar Mills                    ],
136f2a8e57eSGunnar Mills                    "readonly": true
137f2a8e57eSGunnar Mills                },
138f2a8e57eSGunnar Mills                "Id": {
139f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
140f2a8e57eSGunnar Mills                    "readonly": true
141f2a8e57eSGunnar Mills                },
142f2a8e57eSGunnar Mills                "Languages": {
143f2a8e57eSGunnar Mills                    "description": "The RFC5646-conformant language codes for the available registries.",
144f2a8e57eSGunnar Mills                    "items": {
145f2a8e57eSGunnar Mills                        "type": "string"
146f2a8e57eSGunnar Mills                    },
147f2a8e57eSGunnar Mills                    "longDescription": "This property contains a set of RFC5646-conformant language codes.",
148f2a8e57eSGunnar Mills                    "readonly": true,
149f2a8e57eSGunnar Mills                    "type": "array"
150f2a8e57eSGunnar Mills                },
151f2a8e57eSGunnar Mills                "Location": {
152f2a8e57eSGunnar Mills                    "description": "The location information for this registry file.",
153f2a8e57eSGunnar Mills                    "items": {
154f2a8e57eSGunnar Mills                        "$ref": "#/definitions/Location"
155f2a8e57eSGunnar Mills                    },
156f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the location information for this registry file.",
157f2a8e57eSGunnar Mills                    "type": "array"
158f2a8e57eSGunnar Mills                },
159f2a8e57eSGunnar Mills                "Name": {
160f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
161f2a8e57eSGunnar Mills                    "readonly": true
162f2a8e57eSGunnar Mills                },
163f2a8e57eSGunnar Mills                "Oem": {
164f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
165f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
166f2a8e57eSGunnar 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."
167f2a8e57eSGunnar Mills                },
168f2a8e57eSGunnar Mills                "Registry": {
169f2a8e57eSGunnar Mills                    "description": "The registry name and its major and minor versions.  This registry can be any type of registry, such as a message registry, privilege registry, or attribute registry.",
170f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the registry name and it major and minor versions, as defined by the Redfish Specification.  This registry can be any type of registry, such as message registry, privilege registry, or attribute registry.",
171f2a8e57eSGunnar Mills                    "readonly": true,
172f2a8e57eSGunnar Mills                    "type": "string"
173f2a8e57eSGunnar Mills                }
174f2a8e57eSGunnar Mills            },
175f2a8e57eSGunnar Mills            "required": [
176f2a8e57eSGunnar Mills                "Languages",
177f2a8e57eSGunnar Mills                "Registry",
178f2a8e57eSGunnar Mills                "Location",
179f2a8e57eSGunnar Mills                "@odata.id",
180f2a8e57eSGunnar Mills                "@odata.type",
181f2a8e57eSGunnar Mills                "Id",
182f2a8e57eSGunnar Mills                "Name"
183f2a8e57eSGunnar Mills            ],
184f2a8e57eSGunnar Mills            "type": "object"
185f2a8e57eSGunnar Mills        },
186f2a8e57eSGunnar Mills        "OemActions": {
187f2a8e57eSGunnar Mills            "additionalProperties": true,
188f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
189f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
190f2a8e57eSGunnar Mills            "patternProperties": {
191f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
192f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
193f2a8e57eSGunnar Mills                    "type": [
194f2a8e57eSGunnar Mills                        "array",
195f2a8e57eSGunnar Mills                        "boolean",
196f2a8e57eSGunnar Mills                        "integer",
197f2a8e57eSGunnar Mills                        "number",
198f2a8e57eSGunnar Mills                        "null",
199f2a8e57eSGunnar Mills                        "object",
200f2a8e57eSGunnar Mills                        "string"
201f2a8e57eSGunnar Mills                    ]
202f2a8e57eSGunnar Mills                }
203f2a8e57eSGunnar Mills            },
204f2a8e57eSGunnar Mills            "properties": {},
205f2a8e57eSGunnar Mills            "type": "object"
206f2a8e57eSGunnar Mills        }
207f2a8e57eSGunnar Mills    },
208f2a8e57eSGunnar Mills    "language": "en",
209f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
210f2a8e57eSGunnar Mills    "release": "2017.1",
211f2a8e57eSGunnar Mills    "title": "#MessageRegistryFile.v1_1_5.MessageRegistryFile"
212f2a8e57eSGunnar Mills}