15ecf7b4eSGunnar Mills{ 25ecf7b4eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/Assembly.v1_6_0.json", 35ecf7b4eSGunnar Mills "$ref": "#/definitions/Assembly", 45ecf7b4eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 55ecf7b4eSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 65ecf7b4eSGunnar Mills "definitions": { 75ecf7b4eSGunnar Mills "Actions": { 85ecf7b4eSGunnar Mills "additionalProperties": false, 95ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 105ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 115ecf7b4eSGunnar Mills "patternProperties": { 125ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 135ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 145ecf7b4eSGunnar Mills "type": [ 155ecf7b4eSGunnar Mills "array", 165ecf7b4eSGunnar Mills "boolean", 175ecf7b4eSGunnar Mills "integer", 185ecf7b4eSGunnar Mills "number", 195ecf7b4eSGunnar Mills "null", 205ecf7b4eSGunnar Mills "object", 215ecf7b4eSGunnar Mills "string" 225ecf7b4eSGunnar Mills ] 235ecf7b4eSGunnar Mills } 245ecf7b4eSGunnar Mills }, 255ecf7b4eSGunnar Mills "properties": { 265ecf7b4eSGunnar Mills "Oem": { 275ecf7b4eSGunnar Mills "$ref": "#/definitions/OemActions", 285ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 295ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 305ecf7b4eSGunnar Mills } 315ecf7b4eSGunnar Mills }, 325ecf7b4eSGunnar Mills "type": "object" 335ecf7b4eSGunnar Mills }, 345ecf7b4eSGunnar Mills "Assembly": { 355ecf7b4eSGunnar Mills "additionalProperties": false, 365ecf7b4eSGunnar 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.", 375ecf7b4eSGunnar 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.", 385ecf7b4eSGunnar Mills "patternProperties": { 395ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 405ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 415ecf7b4eSGunnar Mills "type": [ 425ecf7b4eSGunnar Mills "array", 435ecf7b4eSGunnar Mills "boolean", 445ecf7b4eSGunnar Mills "integer", 455ecf7b4eSGunnar Mills "number", 465ecf7b4eSGunnar Mills "null", 475ecf7b4eSGunnar Mills "object", 485ecf7b4eSGunnar Mills "string" 495ecf7b4eSGunnar Mills ] 505ecf7b4eSGunnar Mills } 515ecf7b4eSGunnar Mills }, 525ecf7b4eSGunnar Mills "properties": { 535ecf7b4eSGunnar Mills "@odata.context": { 545ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 555ecf7b4eSGunnar Mills }, 565ecf7b4eSGunnar Mills "@odata.etag": { 575ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 585ecf7b4eSGunnar Mills }, 595ecf7b4eSGunnar Mills "@odata.id": { 605ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 615ecf7b4eSGunnar Mills }, 625ecf7b4eSGunnar Mills "@odata.type": { 635ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 645ecf7b4eSGunnar Mills }, 655ecf7b4eSGunnar Mills "Actions": { 665ecf7b4eSGunnar Mills "$ref": "#/definitions/Actions", 675ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 685ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 695ecf7b4eSGunnar Mills }, 705ecf7b4eSGunnar Mills "Assemblies": { 715ecf7b4eSGunnar Mills "autoExpand": true, 725ecf7b4eSGunnar Mills "description": "The assembly records.", 735ecf7b4eSGunnar Mills "items": { 745ecf7b4eSGunnar Mills "$ref": "#/definitions/AssemblyData" 755ecf7b4eSGunnar Mills }, 765ecf7b4eSGunnar Mills "longDescription": "These properties shall define assembly records for a Redfish implementation.", 775ecf7b4eSGunnar Mills "readonly": false, 785ecf7b4eSGunnar Mills "type": "array" 795ecf7b4eSGunnar Mills }, 805ecf7b4eSGunnar Mills "Assemblies@odata.count": { 815ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 825ecf7b4eSGunnar Mills }, 835ecf7b4eSGunnar Mills "Description": { 845ecf7b4eSGunnar Mills "anyOf": [ 855ecf7b4eSGunnar Mills { 865ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 875ecf7b4eSGunnar Mills }, 885ecf7b4eSGunnar Mills { 895ecf7b4eSGunnar Mills "type": "null" 905ecf7b4eSGunnar Mills } 915ecf7b4eSGunnar Mills ], 925ecf7b4eSGunnar Mills "readonly": true 935ecf7b4eSGunnar Mills }, 945ecf7b4eSGunnar Mills "Id": { 955ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 965ecf7b4eSGunnar Mills "readonly": true 975ecf7b4eSGunnar Mills }, 985ecf7b4eSGunnar Mills "Name": { 995ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 1005ecf7b4eSGunnar Mills "readonly": true 1015ecf7b4eSGunnar Mills }, 1025ecf7b4eSGunnar Mills "Oem": { 1035ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 1045ecf7b4eSGunnar Mills "description": "The OEM extension property.", 1055ecf7b4eSGunnar 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." 1065ecf7b4eSGunnar Mills } 1075ecf7b4eSGunnar Mills }, 1085ecf7b4eSGunnar Mills "required": [ 1095ecf7b4eSGunnar Mills "@odata.id", 1105ecf7b4eSGunnar Mills "@odata.type", 1115ecf7b4eSGunnar Mills "Id", 1125ecf7b4eSGunnar Mills "Name" 1135ecf7b4eSGunnar Mills ], 1145ecf7b4eSGunnar Mills "type": "object" 1155ecf7b4eSGunnar Mills }, 1165ecf7b4eSGunnar Mills "AssemblyData": { 1175ecf7b4eSGunnar Mills "additionalProperties": false, 1185ecf7b4eSGunnar Mills "patternProperties": { 1195ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 1205ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 1215ecf7b4eSGunnar Mills "type": [ 1225ecf7b4eSGunnar Mills "array", 1235ecf7b4eSGunnar Mills "boolean", 1245ecf7b4eSGunnar Mills "integer", 1255ecf7b4eSGunnar Mills "number", 1265ecf7b4eSGunnar Mills "null", 1275ecf7b4eSGunnar Mills "object", 1285ecf7b4eSGunnar Mills "string" 1295ecf7b4eSGunnar Mills ] 1305ecf7b4eSGunnar Mills } 1315ecf7b4eSGunnar Mills }, 1325ecf7b4eSGunnar Mills "properties": { 1335ecf7b4eSGunnar Mills "@odata.id": { 1345ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 1355ecf7b4eSGunnar Mills }, 1365ecf7b4eSGunnar Mills "Actions": { 1375ecf7b4eSGunnar Mills "$ref": "#/definitions/AssemblyDataActions", 1385ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 1395ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 1405ecf7b4eSGunnar Mills }, 1415ecf7b4eSGunnar Mills "BinaryDataURI": { 1425ecf7b4eSGunnar Mills "description": "The URI at which to access an image of the assembly information.", 1435ecf7b4eSGunnar Mills "format": "uri-reference", 1445ecf7b4eSGunnar 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.", 1455ecf7b4eSGunnar Mills "readonly": true, 1465ecf7b4eSGunnar Mills "type": [ 1475ecf7b4eSGunnar Mills "string", 1485ecf7b4eSGunnar Mills "null" 1495ecf7b4eSGunnar Mills ] 1505ecf7b4eSGunnar Mills }, 1515ecf7b4eSGunnar Mills "Description": { 1525ecf7b4eSGunnar Mills "description": "The description of the assembly.", 1535ecf7b4eSGunnar Mills "longDescription": "This property shall contain the description of the assembly.", 1545ecf7b4eSGunnar Mills "readonly": true, 1555ecf7b4eSGunnar Mills "type": [ 1565ecf7b4eSGunnar Mills "string", 1575ecf7b4eSGunnar Mills "null" 1585ecf7b4eSGunnar Mills ] 1595ecf7b4eSGunnar Mills }, 1605ecf7b4eSGunnar Mills "EngineeringChangeLevel": { 1615ecf7b4eSGunnar Mills "description": "The engineering change level of the assembly.", 1625ecf7b4eSGunnar Mills "longDescription": "This property shall contain the engineering change level or revision of the assembly.", 1635ecf7b4eSGunnar Mills "readonly": true, 1645ecf7b4eSGunnar Mills "type": [ 1655ecf7b4eSGunnar Mills "string", 1665ecf7b4eSGunnar Mills "null" 1675ecf7b4eSGunnar Mills ] 1685ecf7b4eSGunnar Mills }, 1695ecf7b4eSGunnar Mills "ISOCountryCodeOfOrigin": { 1705ecf7b4eSGunnar Mills "description": "The manufacturing country of origin, using the ISO 3166-1 country code.", 1715ecf7b4eSGunnar 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.", 1725ecf7b4eSGunnar Mills "pattern": "^([A-Z]{2}|[A-Z]{3})$", 1735ecf7b4eSGunnar Mills "readonly": true, 1745ecf7b4eSGunnar Mills "type": [ 1755ecf7b4eSGunnar Mills "string", 1765ecf7b4eSGunnar Mills "null" 1775ecf7b4eSGunnar Mills ], 1785ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 1795ecf7b4eSGunnar Mills }, 1805ecf7b4eSGunnar Mills "Location": { 1815ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location", 1825ecf7b4eSGunnar Mills "description": "The location of the assembly.", 1835ecf7b4eSGunnar Mills "longDescription": "This property shall contain the location information of the associated assembly.", 1845ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 1855ecf7b4eSGunnar Mills }, 1865ecf7b4eSGunnar Mills "LocationIndicatorActive": { 1875ecf7b4eSGunnar Mills "description": "An indicator allowing an operator to physically locate this resource.", 1885ecf7b4eSGunnar Mills "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.", 1895ecf7b4eSGunnar Mills "readonly": false, 1905ecf7b4eSGunnar Mills "type": [ 1915ecf7b4eSGunnar Mills "boolean", 1925ecf7b4eSGunnar Mills "null" 1935ecf7b4eSGunnar Mills ], 1945ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 1955ecf7b4eSGunnar Mills }, 1965ecf7b4eSGunnar Mills "MemberId": { 1975ecf7b4eSGunnar Mills "description": "The unique identifier for the member within an array.", 1985ecf7b4eSGunnar 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.", 1995ecf7b4eSGunnar Mills "readonly": true, 2005ecf7b4eSGunnar Mills "type": "string" 2015ecf7b4eSGunnar Mills }, 2025ecf7b4eSGunnar Mills "Model": { 2035ecf7b4eSGunnar Mills "description": "The model number of the assembly.", 2045ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name by which the manufacturer generally refers to the assembly.", 2055ecf7b4eSGunnar Mills "readonly": true, 2065ecf7b4eSGunnar Mills "type": [ 2075ecf7b4eSGunnar Mills "string", 2085ecf7b4eSGunnar Mills "null" 2095ecf7b4eSGunnar Mills ] 2105ecf7b4eSGunnar Mills }, 2115ecf7b4eSGunnar Mills "Name": { 2125ecf7b4eSGunnar Mills "description": "The name of the assembly.", 2135ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name of the assembly.", 2145ecf7b4eSGunnar Mills "readonly": true, 2155ecf7b4eSGunnar Mills "type": [ 2165ecf7b4eSGunnar Mills "string", 2175ecf7b4eSGunnar Mills "null" 2185ecf7b4eSGunnar Mills ] 2195ecf7b4eSGunnar Mills }, 2205ecf7b4eSGunnar Mills "Oem": { 2215ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 2225ecf7b4eSGunnar Mills "description": "The OEM extension property.", 2235ecf7b4eSGunnar 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." 2245ecf7b4eSGunnar Mills }, 2255ecf7b4eSGunnar Mills "PartNumber": { 2265ecf7b4eSGunnar Mills "description": "The part number of the assembly.", 2275ecf7b4eSGunnar Mills "longDescription": "This property shall contain the part number of the assembly.", 2285ecf7b4eSGunnar Mills "readonly": true, 2295ecf7b4eSGunnar Mills "type": [ 2305ecf7b4eSGunnar Mills "string", 2315ecf7b4eSGunnar Mills "null" 2325ecf7b4eSGunnar Mills ] 2335ecf7b4eSGunnar Mills }, 2345ecf7b4eSGunnar Mills "PhysicalContext": { 2355ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext", 2365ecf7b4eSGunnar Mills "description": "The area or device to which the assembly data applies.", 2375ecf7b4eSGunnar Mills "longDescription": "This property shall contain a description of the physical context for the assembly data.", 2385ecf7b4eSGunnar Mills "readonly": true, 2395ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 2405ecf7b4eSGunnar Mills }, 2415ecf7b4eSGunnar Mills "Producer": { 2425ecf7b4eSGunnar Mills "description": "The producer or manufacturer of the assembly.", 2435ecf7b4eSGunnar 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.", 2445ecf7b4eSGunnar Mills "readonly": true, 2455ecf7b4eSGunnar Mills "type": [ 2465ecf7b4eSGunnar Mills "string", 2475ecf7b4eSGunnar Mills "null" 2485ecf7b4eSGunnar Mills ] 2495ecf7b4eSGunnar Mills }, 2505ecf7b4eSGunnar Mills "ProductionDate": { 2515ecf7b4eSGunnar Mills "description": "The production date of the assembly.", 2525ecf7b4eSGunnar Mills "format": "date-time", 2535ecf7b4eSGunnar 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.", 2545ecf7b4eSGunnar Mills "readonly": true, 2555ecf7b4eSGunnar Mills "type": [ 2565ecf7b4eSGunnar Mills "string", 2575ecf7b4eSGunnar Mills "null" 2585ecf7b4eSGunnar Mills ] 2595ecf7b4eSGunnar Mills }, 2605ecf7b4eSGunnar Mills "ReadyToRemove": { 2615ecf7b4eSGunnar Mills "description": "An indication of whether the assembly is prepared by the system for removal.", 2625ecf7b4eSGunnar Mills "longDescription": "This property shall indicate whether the assembly is ready for removal. Setting the value to `true` shall cause the service to perform appropriate actions to quiesce the device. A task may spawn while the device is quiescing.", 2635ecf7b4eSGunnar Mills "readonly": false, 2645ecf7b4eSGunnar Mills "type": [ 2655ecf7b4eSGunnar Mills "boolean", 2665ecf7b4eSGunnar Mills "null" 2675ecf7b4eSGunnar Mills ], 2685ecf7b4eSGunnar Mills "versionAdded": "v1_6_0" 2695ecf7b4eSGunnar Mills }, 2705ecf7b4eSGunnar Mills "Replaceable": { 2715ecf7b4eSGunnar Mills "description": "An indication of whether the component associated this assembly can be independently replaced as allowed by the vendor's replacement policy.", 2725ecf7b4eSGunnar 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`.", 2735ecf7b4eSGunnar Mills "readonly": true, 2745ecf7b4eSGunnar Mills "type": [ 2755ecf7b4eSGunnar Mills "boolean", 2765ecf7b4eSGunnar Mills "null" 2775ecf7b4eSGunnar Mills ], 2785ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 2795ecf7b4eSGunnar Mills }, 2805ecf7b4eSGunnar Mills "SKU": { 2815ecf7b4eSGunnar Mills "description": "The SKU of the assembly.", 2825ecf7b4eSGunnar Mills "longDescription": "This property shall contain the SKU of the assembly.", 2835ecf7b4eSGunnar Mills "readonly": true, 2845ecf7b4eSGunnar Mills "type": [ 2855ecf7b4eSGunnar Mills "string", 2865ecf7b4eSGunnar Mills "null" 2875ecf7b4eSGunnar Mills ] 2885ecf7b4eSGunnar Mills }, 2895ecf7b4eSGunnar Mills "SerialNumber": { 2905ecf7b4eSGunnar Mills "description": "The serial number of the assembly.", 2915ecf7b4eSGunnar Mills "longDescription": "This property shall contain a manufacturer-allocated number that identifies the assembly.", 2925ecf7b4eSGunnar Mills "readonly": true, 2935ecf7b4eSGunnar Mills "type": [ 2945ecf7b4eSGunnar Mills "string", 2955ecf7b4eSGunnar Mills "null" 2965ecf7b4eSGunnar Mills ], 2975ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 2985ecf7b4eSGunnar Mills }, 2995ecf7b4eSGunnar Mills "SparePartNumber": { 3005ecf7b4eSGunnar Mills "description": "The spare part number of the assembly.", 3015ecf7b4eSGunnar Mills "longDescription": "This property shall contain the spare part number of the assembly.", 3025ecf7b4eSGunnar Mills "readonly": true, 3035ecf7b4eSGunnar Mills "type": [ 3045ecf7b4eSGunnar Mills "string", 3055ecf7b4eSGunnar Mills "null" 3065ecf7b4eSGunnar Mills ] 3075ecf7b4eSGunnar Mills }, 3085ecf7b4eSGunnar Mills "Status": { 3095ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 3105ecf7b4eSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 3115ecf7b4eSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource.", 3125ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 3135ecf7b4eSGunnar Mills }, 3145ecf7b4eSGunnar Mills "Vendor": { 3155ecf7b4eSGunnar Mills "description": "The vendor of the assembly.", 3165ecf7b4eSGunnar 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.", 3175ecf7b4eSGunnar Mills "readonly": true, 3185ecf7b4eSGunnar Mills "type": [ 3195ecf7b4eSGunnar Mills "string", 3205ecf7b4eSGunnar Mills "null" 3215ecf7b4eSGunnar Mills ] 3225ecf7b4eSGunnar Mills }, 3235ecf7b4eSGunnar Mills "Version": { 3245ecf7b4eSGunnar Mills "description": "The hardware version of the assembly.", 3255ecf7b4eSGunnar Mills "longDescription": "This property shall contain the hardware version of the assembly as determined by the vendor or supplier.", 3265ecf7b4eSGunnar Mills "readonly": true, 3275ecf7b4eSGunnar Mills "type": [ 3285ecf7b4eSGunnar Mills "string", 3295ecf7b4eSGunnar Mills "null" 3305ecf7b4eSGunnar Mills ] 3315ecf7b4eSGunnar Mills } 3325ecf7b4eSGunnar Mills }, 3335ecf7b4eSGunnar Mills "required": [ 3345ecf7b4eSGunnar Mills "@odata.id", 3355ecf7b4eSGunnar Mills "MemberId" 3365ecf7b4eSGunnar Mills ], 3375ecf7b4eSGunnar Mills "type": "object" 3385ecf7b4eSGunnar Mills }, 3395ecf7b4eSGunnar Mills "AssemblyDataActions": { 3405ecf7b4eSGunnar Mills "additionalProperties": false, 3415ecf7b4eSGunnar Mills "description": "The available actions for this resource.", 3425ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 3435ecf7b4eSGunnar Mills "patternProperties": { 3445ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 3455ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 3465ecf7b4eSGunnar Mills "type": [ 3475ecf7b4eSGunnar Mills "array", 3485ecf7b4eSGunnar Mills "boolean", 3495ecf7b4eSGunnar Mills "integer", 3505ecf7b4eSGunnar Mills "number", 3515ecf7b4eSGunnar Mills "null", 3525ecf7b4eSGunnar Mills "object", 3535ecf7b4eSGunnar Mills "string" 3545ecf7b4eSGunnar Mills ] 3555ecf7b4eSGunnar Mills } 3565ecf7b4eSGunnar Mills }, 3575ecf7b4eSGunnar Mills "properties": { 3585ecf7b4eSGunnar Mills "Oem": { 3595ecf7b4eSGunnar Mills "$ref": "#/definitions/AssemblyDataOemActions", 3605ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 3615ecf7b4eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 3625ecf7b4eSGunnar Mills } 3635ecf7b4eSGunnar Mills }, 3645ecf7b4eSGunnar Mills "type": "object" 3655ecf7b4eSGunnar Mills }, 3665ecf7b4eSGunnar Mills "AssemblyDataOemActions": { 3675ecf7b4eSGunnar Mills "additionalProperties": true, 3685ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 3695ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 3705ecf7b4eSGunnar Mills "patternProperties": { 3715ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 3725ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 3735ecf7b4eSGunnar Mills "type": [ 3745ecf7b4eSGunnar Mills "array", 3755ecf7b4eSGunnar Mills "boolean", 3765ecf7b4eSGunnar Mills "integer", 3775ecf7b4eSGunnar Mills "number", 3785ecf7b4eSGunnar Mills "null", 3795ecf7b4eSGunnar Mills "object", 3805ecf7b4eSGunnar Mills "string" 3815ecf7b4eSGunnar Mills ] 3825ecf7b4eSGunnar Mills } 3835ecf7b4eSGunnar Mills }, 3845ecf7b4eSGunnar Mills "properties": {}, 3855ecf7b4eSGunnar Mills "type": "object" 3865ecf7b4eSGunnar Mills }, 3875ecf7b4eSGunnar Mills "OemActions": { 3885ecf7b4eSGunnar Mills "additionalProperties": true, 3895ecf7b4eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 3905ecf7b4eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 3915ecf7b4eSGunnar Mills "patternProperties": { 3925ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 3935ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 3945ecf7b4eSGunnar Mills "type": [ 3955ecf7b4eSGunnar Mills "array", 3965ecf7b4eSGunnar Mills "boolean", 3975ecf7b4eSGunnar Mills "integer", 3985ecf7b4eSGunnar Mills "number", 3995ecf7b4eSGunnar Mills "null", 4005ecf7b4eSGunnar Mills "object", 4015ecf7b4eSGunnar Mills "string" 4025ecf7b4eSGunnar Mills ] 4035ecf7b4eSGunnar Mills } 4045ecf7b4eSGunnar Mills }, 4055ecf7b4eSGunnar Mills "properties": {}, 4065ecf7b4eSGunnar Mills "type": "object" 4075ecf7b4eSGunnar Mills } 4085ecf7b4eSGunnar Mills }, 4095ecf7b4eSGunnar Mills "language": "en", 4105ecf7b4eSGunnar Mills "owningEntity": "DMTF", 4115ecf7b4eSGunnar Mills "release": "2025.3", 4125ecf7b4eSGunnar Mills "title": "#Assembly.v1_6_0.Assembly" 4135ecf7b4eSGunnar Mills}