1f2a8e57eSGunnar Mills{ 2f2a8e57eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Assembly.v1_5_1.json", 3f2a8e57eSGunnar Mills "$ref": "#/definitions/Assembly", 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 } 31f2a8e57eSGunnar Mills }, 32f2a8e57eSGunnar Mills "type": "object" 33f2a8e57eSGunnar Mills }, 34f2a8e57eSGunnar Mills "Assembly": { 35f2a8e57eSGunnar Mills "additionalProperties": false, 36f2a8e57eSGunnar Mills "description": "The `Assembly` schema defines an assembly. Assembly information contains details about a device, such as part number, serial number, manufacturer, and production date. It also provides access to the original data for the assembly.", 37f2a8e57eSGunnar Mills "longDescription": "This resource shall represent an assembly for a Redfish implementation. Assembly information contains details about a device, such as part number, serial number, manufacturer, and production date. It also provides access to the original data for the assembly.", 38f2a8e57eSGunnar Mills "patternProperties": { 39f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 40f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 41f2a8e57eSGunnar Mills "type": [ 42f2a8e57eSGunnar Mills "array", 43f2a8e57eSGunnar Mills "boolean", 44f2a8e57eSGunnar Mills "integer", 45f2a8e57eSGunnar Mills "number", 46f2a8e57eSGunnar Mills "null", 47f2a8e57eSGunnar Mills "object", 48f2a8e57eSGunnar Mills "string" 49f2a8e57eSGunnar Mills ] 50f2a8e57eSGunnar Mills } 51f2a8e57eSGunnar Mills }, 52f2a8e57eSGunnar Mills "properties": { 53f2a8e57eSGunnar Mills "@odata.context": { 54f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 55f2a8e57eSGunnar Mills }, 56f2a8e57eSGunnar Mills "@odata.etag": { 57f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 58f2a8e57eSGunnar Mills }, 59f2a8e57eSGunnar Mills "@odata.id": { 60f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 61f2a8e57eSGunnar Mills }, 62f2a8e57eSGunnar Mills "@odata.type": { 63f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 64f2a8e57eSGunnar Mills }, 65f2a8e57eSGunnar Mills "Actions": { 66f2a8e57eSGunnar Mills "$ref": "#/definitions/Actions", 67f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 68f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 69f2a8e57eSGunnar Mills }, 70f2a8e57eSGunnar Mills "Assemblies": { 71f2a8e57eSGunnar Mills "autoExpand": true, 72f2a8e57eSGunnar Mills "description": "The assembly records.", 73f2a8e57eSGunnar Mills "items": { 74f2a8e57eSGunnar Mills "$ref": "#/definitions/AssemblyData" 75f2a8e57eSGunnar Mills }, 76f2a8e57eSGunnar Mills "longDescription": "These properties shall define assembly records for a Redfish implementation.", 77f2a8e57eSGunnar Mills "readonly": false, 78f2a8e57eSGunnar Mills "type": "array" 79f2a8e57eSGunnar Mills }, 80f2a8e57eSGunnar Mills "Assemblies@odata.count": { 81f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 82f2a8e57eSGunnar Mills }, 83f2a8e57eSGunnar Mills "Description": { 84f2a8e57eSGunnar Mills "anyOf": [ 85f2a8e57eSGunnar Mills { 86f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 87f2a8e57eSGunnar Mills }, 88f2a8e57eSGunnar Mills { 89f2a8e57eSGunnar Mills "type": "null" 90f2a8e57eSGunnar Mills } 91f2a8e57eSGunnar Mills ], 92f2a8e57eSGunnar Mills "readonly": true 93f2a8e57eSGunnar Mills }, 94f2a8e57eSGunnar Mills "Id": { 95f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 96f2a8e57eSGunnar Mills "readonly": true 97f2a8e57eSGunnar Mills }, 98f2a8e57eSGunnar Mills "Name": { 99f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 100f2a8e57eSGunnar Mills "readonly": true 101f2a8e57eSGunnar Mills }, 102f2a8e57eSGunnar Mills "Oem": { 103f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 104f2a8e57eSGunnar Mills "description": "The OEM extension property.", 105f2a8e57eSGunnar 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." 106f2a8e57eSGunnar Mills } 107f2a8e57eSGunnar Mills }, 108f2a8e57eSGunnar Mills "required": [ 109f2a8e57eSGunnar Mills "@odata.id", 110f2a8e57eSGunnar Mills "@odata.type", 111f2a8e57eSGunnar Mills "Id", 112f2a8e57eSGunnar Mills "Name" 113f2a8e57eSGunnar Mills ], 114f2a8e57eSGunnar Mills "type": "object" 115f2a8e57eSGunnar Mills }, 116f2a8e57eSGunnar Mills "AssemblyData": { 117f2a8e57eSGunnar Mills "additionalProperties": false, 118f2a8e57eSGunnar Mills "patternProperties": { 119f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 120f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 121f2a8e57eSGunnar Mills "type": [ 122f2a8e57eSGunnar Mills "array", 123f2a8e57eSGunnar Mills "boolean", 124f2a8e57eSGunnar Mills "integer", 125f2a8e57eSGunnar Mills "number", 126f2a8e57eSGunnar Mills "null", 127f2a8e57eSGunnar Mills "object", 128f2a8e57eSGunnar Mills "string" 129f2a8e57eSGunnar Mills ] 130f2a8e57eSGunnar Mills } 131f2a8e57eSGunnar Mills }, 132f2a8e57eSGunnar Mills "properties": { 133f2a8e57eSGunnar Mills "@odata.id": { 134f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 135f2a8e57eSGunnar Mills }, 136f2a8e57eSGunnar Mills "Actions": { 137f2a8e57eSGunnar Mills "$ref": "#/definitions/AssemblyDataActions", 138f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 139f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 140f2a8e57eSGunnar Mills }, 141f2a8e57eSGunnar Mills "BinaryDataURI": { 142f2a8e57eSGunnar Mills "description": "The URI at which to access an image of the assembly information.", 143f2a8e57eSGunnar Mills "format": "uri-reference", 144f2a8e57eSGunnar Mills "longDescription": "This property shall contain the URI at which to access an image of the assembly information, using the Redfish protocol and authentication methods. The service provides this URI for the download of the OEM-specific binary image of the assembly data. An HTTP `GET` from this URI shall return a response payload of MIME type `application/octet-stream`. If the service supports it, an HTTP `PUT` to this URI shall replace the binary image of the assembly.", 145f2a8e57eSGunnar Mills "readonly": true, 146f2a8e57eSGunnar Mills "type": [ 147f2a8e57eSGunnar Mills "string", 148f2a8e57eSGunnar Mills "null" 149f2a8e57eSGunnar Mills ] 150f2a8e57eSGunnar Mills }, 151f2a8e57eSGunnar Mills "Description": { 152f2a8e57eSGunnar Mills "description": "The description of the assembly.", 153f2a8e57eSGunnar Mills "longDescription": "This property shall contain the description of the assembly.", 154f2a8e57eSGunnar Mills "readonly": true, 155f2a8e57eSGunnar Mills "type": [ 156f2a8e57eSGunnar Mills "string", 157f2a8e57eSGunnar Mills "null" 158f2a8e57eSGunnar Mills ] 159f2a8e57eSGunnar Mills }, 160f2a8e57eSGunnar Mills "EngineeringChangeLevel": { 161f2a8e57eSGunnar Mills "description": "The engineering change level of the assembly.", 162f2a8e57eSGunnar Mills "longDescription": "This property shall contain the engineering change level or revision of the assembly.", 163f2a8e57eSGunnar Mills "readonly": true, 164f2a8e57eSGunnar Mills "type": [ 165f2a8e57eSGunnar Mills "string", 166f2a8e57eSGunnar Mills "null" 167f2a8e57eSGunnar Mills ] 168f2a8e57eSGunnar Mills }, 169f2a8e57eSGunnar Mills "ISOCountryCodeOfOrigin": { 170f2a8e57eSGunnar Mills "description": "The manufacturing country of origin, using the ISO 3166-1 country code.", 171f2a8e57eSGunnar Mills "longDescription": "This property shall contain the ISO 3166-1-defined alpha-2 or alpha-3 country code that reflects the manufacturing country of origin.", 172f2a8e57eSGunnar Mills "pattern": "^([A-Z]{2}|[A-Z]{3})$", 173f2a8e57eSGunnar Mills "readonly": true, 174f2a8e57eSGunnar Mills "type": [ 175f2a8e57eSGunnar Mills "string", 176f2a8e57eSGunnar Mills "null" 177f2a8e57eSGunnar Mills ], 178f2a8e57eSGunnar Mills "versionAdded": "v1_5_0" 179f2a8e57eSGunnar Mills }, 180f2a8e57eSGunnar Mills "Location": { 181f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 182f2a8e57eSGunnar Mills "description": "The location of the assembly.", 183f2a8e57eSGunnar Mills "longDescription": "This property shall contain the location information of the associated assembly.", 184f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 185f2a8e57eSGunnar Mills }, 186f2a8e57eSGunnar Mills "LocationIndicatorActive": { 187f2a8e57eSGunnar Mills "description": "An indicator allowing an operator to physically locate this resource.", 188f2a8e57eSGunnar Mills "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.", 189f2a8e57eSGunnar Mills "readonly": false, 190f2a8e57eSGunnar Mills "type": [ 191f2a8e57eSGunnar Mills "boolean", 192f2a8e57eSGunnar Mills "null" 193f2a8e57eSGunnar Mills ], 194f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 195f2a8e57eSGunnar Mills }, 196f2a8e57eSGunnar Mills "MemberId": { 197f2a8e57eSGunnar Mills "description": "The unique identifier for the member within an array.", 198f2a8e57eSGunnar 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.", 199f2a8e57eSGunnar Mills "readonly": true, 200f2a8e57eSGunnar Mills "type": "string" 201f2a8e57eSGunnar Mills }, 202f2a8e57eSGunnar Mills "Model": { 203f2a8e57eSGunnar Mills "description": "The model number of the assembly.", 204f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name by which the manufacturer generally refers to the assembly.", 205f2a8e57eSGunnar Mills "readonly": true, 206f2a8e57eSGunnar Mills "type": [ 207f2a8e57eSGunnar Mills "string", 208f2a8e57eSGunnar Mills "null" 209f2a8e57eSGunnar Mills ] 210f2a8e57eSGunnar Mills }, 211f2a8e57eSGunnar Mills "Name": { 212f2a8e57eSGunnar Mills "description": "The name of the assembly.", 213f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the assembly.", 214f2a8e57eSGunnar Mills "readonly": true, 215f2a8e57eSGunnar Mills "type": [ 216f2a8e57eSGunnar Mills "string", 217f2a8e57eSGunnar Mills "null" 218f2a8e57eSGunnar Mills ] 219f2a8e57eSGunnar Mills }, 220f2a8e57eSGunnar Mills "Oem": { 221f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 222f2a8e57eSGunnar Mills "description": "The OEM extension property.", 223f2a8e57eSGunnar 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." 224f2a8e57eSGunnar Mills }, 225f2a8e57eSGunnar Mills "PartNumber": { 226f2a8e57eSGunnar Mills "description": "The part number of the assembly.", 227f2a8e57eSGunnar Mills "longDescription": "This property shall contain the part number of the assembly.", 228f2a8e57eSGunnar Mills "readonly": true, 229f2a8e57eSGunnar Mills "type": [ 230f2a8e57eSGunnar Mills "string", 231f2a8e57eSGunnar Mills "null" 232f2a8e57eSGunnar Mills ] 233f2a8e57eSGunnar Mills }, 234f2a8e57eSGunnar Mills "PhysicalContext": { 235f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", 236f2a8e57eSGunnar Mills "description": "The area or device to which the assembly data applies.", 237f2a8e57eSGunnar Mills "longDescription": "This property shall contain a description of the physical context for the assembly data.", 238f2a8e57eSGunnar Mills "readonly": true, 239f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 240f2a8e57eSGunnar Mills }, 241f2a8e57eSGunnar Mills "Producer": { 242f2a8e57eSGunnar Mills "description": "The producer or manufacturer of the assembly.", 243f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the company that produced or manufactured the assembly. This value shall be equal to the 'Manufacturer' field value in a PLDM FRU structure, if applicable, for the assembly.", 244f2a8e57eSGunnar Mills "readonly": true, 245f2a8e57eSGunnar Mills "type": [ 246f2a8e57eSGunnar Mills "string", 247f2a8e57eSGunnar Mills "null" 248f2a8e57eSGunnar Mills ] 249f2a8e57eSGunnar Mills }, 250f2a8e57eSGunnar Mills "ProductionDate": { 251f2a8e57eSGunnar Mills "description": "The production date of the assembly.", 252f2a8e57eSGunnar Mills "format": "date-time", 253f2a8e57eSGunnar Mills "longDescription": "This property shall contain the date of production or manufacture for the assembly. The time of day portion of the property shall be `00:00:00Z`, if the time of day is unknown.", 254f2a8e57eSGunnar Mills "readonly": true, 255f2a8e57eSGunnar Mills "type": [ 256f2a8e57eSGunnar Mills "string", 257f2a8e57eSGunnar Mills "null" 258f2a8e57eSGunnar Mills ] 259f2a8e57eSGunnar Mills }, 260f2a8e57eSGunnar Mills "Replaceable": { 261f2a8e57eSGunnar Mills "description": "An indication of whether the component associated this assembly can be independently replaced as allowed by the vendor's replacement policy.", 262f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether the component associated this assembly can be independently replaced as allowed by the vendor's replacement policy. A value of `false` indicates the component needs to be replaced by policy as part of another component. If the `LocationType` property of this assembly contains `Embedded`, this property shall contain `false`.", 263f2a8e57eSGunnar Mills "readonly": true, 264f2a8e57eSGunnar Mills "type": [ 265f2a8e57eSGunnar Mills "boolean", 266f2a8e57eSGunnar Mills "null" 267f2a8e57eSGunnar Mills ], 268f2a8e57eSGunnar Mills "versionAdded": "v1_4_0" 269f2a8e57eSGunnar Mills }, 270f2a8e57eSGunnar Mills "SKU": { 271f2a8e57eSGunnar Mills "description": "The SKU of the assembly.", 272f2a8e57eSGunnar Mills "longDescription": "This property shall contain the SKU of the assembly.", 273f2a8e57eSGunnar Mills "readonly": true, 274f2a8e57eSGunnar Mills "type": [ 275f2a8e57eSGunnar Mills "string", 276f2a8e57eSGunnar Mills "null" 277f2a8e57eSGunnar Mills ] 278f2a8e57eSGunnar Mills }, 279f2a8e57eSGunnar Mills "SerialNumber": { 280f2a8e57eSGunnar Mills "description": "The serial number of the assembly.", 281f2a8e57eSGunnar Mills "longDescription": "This property shall contain a manufacturer-allocated number that identifies the assembly.", 282f2a8e57eSGunnar Mills "readonly": true, 283f2a8e57eSGunnar Mills "type": [ 284f2a8e57eSGunnar Mills "string", 285f2a8e57eSGunnar Mills "null" 286f2a8e57eSGunnar Mills ], 287f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 288f2a8e57eSGunnar Mills }, 289f2a8e57eSGunnar Mills "SparePartNumber": { 290f2a8e57eSGunnar Mills "description": "The spare part number of the assembly.", 291f2a8e57eSGunnar Mills "longDescription": "This property shall contain the spare part number of the assembly.", 292f2a8e57eSGunnar Mills "readonly": true, 293f2a8e57eSGunnar Mills "type": [ 294f2a8e57eSGunnar Mills "string", 295f2a8e57eSGunnar Mills "null" 296f2a8e57eSGunnar Mills ] 297f2a8e57eSGunnar Mills }, 298f2a8e57eSGunnar Mills "Status": { 299f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 300f2a8e57eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 301f2a8e57eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource.", 302f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 303f2a8e57eSGunnar Mills }, 304f2a8e57eSGunnar Mills "Vendor": { 305f2a8e57eSGunnar Mills "description": "The vendor of the assembly.", 306f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of the company that provides the final product that includes this assembly. This value shall be equal to the 'Vendor' field value in a PLDM FRU structure, if applicable, for the assembly.", 307f2a8e57eSGunnar Mills "readonly": true, 308f2a8e57eSGunnar Mills "type": [ 309f2a8e57eSGunnar Mills "string", 310f2a8e57eSGunnar Mills "null" 311f2a8e57eSGunnar Mills ] 312f2a8e57eSGunnar Mills }, 313f2a8e57eSGunnar Mills "Version": { 314f2a8e57eSGunnar Mills "description": "The hardware version of the assembly.", 315f2a8e57eSGunnar Mills "longDescription": "This property shall contain the hardware version of the assembly as determined by the vendor or supplier.", 316f2a8e57eSGunnar Mills "readonly": true, 317f2a8e57eSGunnar Mills "type": [ 318f2a8e57eSGunnar Mills "string", 319f2a8e57eSGunnar Mills "null" 320f2a8e57eSGunnar Mills ] 321f2a8e57eSGunnar Mills } 322f2a8e57eSGunnar Mills }, 323f2a8e57eSGunnar Mills "required": [ 324f2a8e57eSGunnar Mills "@odata.id", 325f2a8e57eSGunnar Mills "MemberId" 326f2a8e57eSGunnar Mills ], 327f2a8e57eSGunnar Mills "type": "object" 328f2a8e57eSGunnar Mills }, 329f2a8e57eSGunnar Mills "AssemblyDataActions": { 330f2a8e57eSGunnar Mills "additionalProperties": false, 331f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 332f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 333f2a8e57eSGunnar Mills "patternProperties": { 334f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 335f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 336f2a8e57eSGunnar Mills "type": [ 337f2a8e57eSGunnar Mills "array", 338f2a8e57eSGunnar Mills "boolean", 339f2a8e57eSGunnar Mills "integer", 340f2a8e57eSGunnar Mills "number", 341f2a8e57eSGunnar Mills "null", 342f2a8e57eSGunnar Mills "object", 343f2a8e57eSGunnar Mills "string" 344f2a8e57eSGunnar Mills ] 345f2a8e57eSGunnar Mills } 346f2a8e57eSGunnar Mills }, 347f2a8e57eSGunnar Mills "properties": { 348f2a8e57eSGunnar Mills "Oem": { 349f2a8e57eSGunnar Mills "$ref": "#/definitions/AssemblyDataOemActions", 350f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 351f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 352f2a8e57eSGunnar Mills } 353f2a8e57eSGunnar Mills }, 354f2a8e57eSGunnar Mills "type": "object" 355f2a8e57eSGunnar Mills }, 356f2a8e57eSGunnar Mills "AssemblyDataOemActions": { 357f2a8e57eSGunnar Mills "additionalProperties": true, 358f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 359f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 360f2a8e57eSGunnar Mills "patternProperties": { 361f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 362f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 363f2a8e57eSGunnar Mills "type": [ 364f2a8e57eSGunnar Mills "array", 365f2a8e57eSGunnar Mills "boolean", 366f2a8e57eSGunnar Mills "integer", 367f2a8e57eSGunnar Mills "number", 368f2a8e57eSGunnar Mills "null", 369f2a8e57eSGunnar Mills "object", 370f2a8e57eSGunnar Mills "string" 371f2a8e57eSGunnar Mills ] 372f2a8e57eSGunnar Mills } 373f2a8e57eSGunnar Mills }, 374f2a8e57eSGunnar Mills "properties": {}, 375f2a8e57eSGunnar Mills "type": "object" 376f2a8e57eSGunnar Mills }, 377f2a8e57eSGunnar Mills "OemActions": { 378f2a8e57eSGunnar Mills "additionalProperties": true, 379f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 380f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 381f2a8e57eSGunnar Mills "patternProperties": { 382f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 383f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 384f2a8e57eSGunnar Mills "type": [ 385f2a8e57eSGunnar Mills "array", 386f2a8e57eSGunnar Mills "boolean", 387f2a8e57eSGunnar Mills "integer", 388f2a8e57eSGunnar Mills "number", 389f2a8e57eSGunnar Mills "null", 390f2a8e57eSGunnar Mills "object", 391f2a8e57eSGunnar Mills "string" 392f2a8e57eSGunnar Mills ] 393f2a8e57eSGunnar Mills } 394f2a8e57eSGunnar Mills }, 395f2a8e57eSGunnar Mills "properties": {}, 396f2a8e57eSGunnar Mills "type": "object" 397f2a8e57eSGunnar Mills } 398f2a8e57eSGunnar Mills }, 399f2a8e57eSGunnar Mills "language": "en", 400f2a8e57eSGunnar Mills "owningEntity": "DMTF", 401f2a8e57eSGunnar Mills "release": "2022.3", 402f2a8e57eSGunnar Mills "title": "#Assembly.v1_5_1.Assembly" 403f2a8e57eSGunnar Mills}