1f2a8e57eSGunnar Mills{ 2f2a8e57eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/AttributeRegistry.v1_3_9.json", 3f2a8e57eSGunnar Mills "$ref": "#/definitions/AttributeRegistry", 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 "AttributeRegistry": { 36f2a8e57eSGunnar Mills "additionalProperties": false, 37f2a8e57eSGunnar Mills "description": "The `AttributeRegistry` schema contains a set of key-value pairs that represent the structure of an attribute registry. It includes mechanisms for building user interfaces, or menus, allowing consistent navigation of the contents. The attribute registry is specific to an implementation or product. The attributes and property names are not standardized.", 38f2a8e57eSGunnar Mills "longDescription": "This resource shall represent an attribute registry for a Redfish implementation.", 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 "@odata.type": { 55f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 56f2a8e57eSGunnar Mills }, 57f2a8e57eSGunnar Mills "Actions": { 58f2a8e57eSGunnar Mills "$ref": "#/definitions/Actions", 59f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 60f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource.", 61f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 62f2a8e57eSGunnar Mills }, 63f2a8e57eSGunnar Mills "Description": { 64f2a8e57eSGunnar Mills "anyOf": [ 65f2a8e57eSGunnar Mills { 66f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 67f2a8e57eSGunnar Mills }, 68f2a8e57eSGunnar Mills { 69f2a8e57eSGunnar Mills "type": "null" 70f2a8e57eSGunnar Mills } 71f2a8e57eSGunnar Mills ], 72f2a8e57eSGunnar Mills "readonly": true 73f2a8e57eSGunnar Mills }, 74f2a8e57eSGunnar Mills "Id": { 75f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 76f2a8e57eSGunnar Mills "readonly": true 77f2a8e57eSGunnar Mills }, 78f2a8e57eSGunnar Mills "Language": { 79f2a8e57eSGunnar Mills "description": "The RFC5646-conformant language code for the attribute registry.", 80f2a8e57eSGunnar Mills "longDescription": "This property shall contain an RFC5646-conformant language code.", 81f2a8e57eSGunnar Mills "readonly": true, 82f2a8e57eSGunnar Mills "type": "string" 83f2a8e57eSGunnar Mills }, 84f2a8e57eSGunnar Mills "Name": { 85f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 86f2a8e57eSGunnar Mills "readonly": true 87f2a8e57eSGunnar Mills }, 88f2a8e57eSGunnar Mills "Oem": { 89f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 90f2a8e57eSGunnar Mills "description": "The OEM extension property.", 91f2a8e57eSGunnar 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." 92f2a8e57eSGunnar Mills }, 93f2a8e57eSGunnar Mills "OwningEntity": { 94f2a8e57eSGunnar Mills "description": "The organization or company that publishes this attribute registry.", 95f2a8e57eSGunnar Mills "longDescription": "This property shall represent the publisher of this attribute registry.", 96f2a8e57eSGunnar Mills "readonly": true, 97f2a8e57eSGunnar Mills "type": "string" 98f2a8e57eSGunnar Mills }, 99f2a8e57eSGunnar Mills "RegistryEntries": { 100f2a8e57eSGunnar Mills "$ref": "#/definitions/RegistryEntries", 101f2a8e57eSGunnar Mills "description": "The list of all attributes and their metadata for this component.", 102f2a8e57eSGunnar Mills "longDescription": "This property shall list attributes for this component, along with their possible values, dependencies, and other metadata." 103f2a8e57eSGunnar Mills }, 104f2a8e57eSGunnar Mills "RegistryVersion": { 105f2a8e57eSGunnar Mills "description": "The attribute registry version.", 106f2a8e57eSGunnar Mills "longDescription": "This property shall contain the version of this attribute registry.", 107f2a8e57eSGunnar Mills "pattern": "^\\d+\\.\\d+\\.\\d+$", 108f2a8e57eSGunnar Mills "readonly": true, 109f2a8e57eSGunnar Mills "type": "string" 110f2a8e57eSGunnar Mills }, 111f2a8e57eSGunnar Mills "SupportedSystems": { 112f2a8e57eSGunnar Mills "description": "An array of systems that this attribute registry supports.", 113f2a8e57eSGunnar Mills "items": { 114f2a8e57eSGunnar Mills "$ref": "#/definitions/SupportedSystems" 115f2a8e57eSGunnar Mills }, 116f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array containing a list of systems that this attribute registry supports.", 117f2a8e57eSGunnar Mills "type": "array" 118f2a8e57eSGunnar Mills } 119f2a8e57eSGunnar Mills }, 120f2a8e57eSGunnar Mills "required": [ 121f2a8e57eSGunnar Mills "Language", 122f2a8e57eSGunnar Mills "RegistryVersion", 123f2a8e57eSGunnar Mills "OwningEntity", 124f2a8e57eSGunnar Mills "@odata.type", 125f2a8e57eSGunnar Mills "Id", 126f2a8e57eSGunnar Mills "Name" 127f2a8e57eSGunnar Mills ], 128f2a8e57eSGunnar Mills "type": "object" 129f2a8e57eSGunnar Mills }, 130f2a8e57eSGunnar Mills "AttributeType": { 131f2a8e57eSGunnar Mills "enum": [ 132f2a8e57eSGunnar Mills "Enumeration", 133f2a8e57eSGunnar Mills "String", 134f2a8e57eSGunnar Mills "Integer", 135f2a8e57eSGunnar Mills "Boolean", 136f2a8e57eSGunnar Mills "Password" 137f2a8e57eSGunnar Mills ], 138f2a8e57eSGunnar Mills "enumDescriptions": { 139f2a8e57eSGunnar Mills "Boolean": "A flag with a `true` or `false` value.", 140f2a8e57eSGunnar Mills "Enumeration": "A list of the known possible enumerated values.", 141f2a8e57eSGunnar Mills "Integer": "An integer value.", 142f2a8e57eSGunnar Mills "Password": "Password values that do not appear as plain text. The value is `null` in responses.", 143f2a8e57eSGunnar Mills "String": "Free-form text in their values." 144f2a8e57eSGunnar Mills }, 145f2a8e57eSGunnar Mills "type": "string" 146f2a8e57eSGunnar Mills }, 147f2a8e57eSGunnar Mills "AttributeValue": { 148f2a8e57eSGunnar Mills "additionalProperties": false, 149f2a8e57eSGunnar Mills "description": "A possible value for an enumeration attribute.", 150f2a8e57eSGunnar Mills "longDescription": "This type shall describe a possible enumeration attribute value.", 151f2a8e57eSGunnar Mills "patternProperties": { 152f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 153f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 154f2a8e57eSGunnar Mills "type": [ 155f2a8e57eSGunnar Mills "array", 156f2a8e57eSGunnar Mills "boolean", 157f2a8e57eSGunnar Mills "integer", 158f2a8e57eSGunnar Mills "number", 159f2a8e57eSGunnar Mills "null", 160f2a8e57eSGunnar Mills "object", 161f2a8e57eSGunnar Mills "string" 162f2a8e57eSGunnar Mills ] 163f2a8e57eSGunnar Mills } 164f2a8e57eSGunnar Mills }, 165f2a8e57eSGunnar Mills "properties": { 166f2a8e57eSGunnar Mills "ValueDisplayName": { 167f2a8e57eSGunnar Mills "description": "A user-readable display string of the value for the attribute in the defined language.", 168f2a8e57eSGunnar Mills "longDescription": "This property shall contain a string representing the user-readable display string of the value for the attribute in the defined language.", 169f2a8e57eSGunnar Mills "readonly": true, 170f2a8e57eSGunnar Mills "type": [ 171f2a8e57eSGunnar Mills "string", 172f2a8e57eSGunnar Mills "null" 173f2a8e57eSGunnar Mills ] 174f2a8e57eSGunnar Mills }, 175f2a8e57eSGunnar Mills "ValueName": { 176f2a8e57eSGunnar Mills "description": "The unique value name for the attribute.", 177f2a8e57eSGunnar Mills "longDescription": "This property shall contain a string representing the value name for the attribute. `ValueName` is a unique string within the list of possible values in the `Value` array for an attribute.", 178f2a8e57eSGunnar Mills "readonly": true, 179f2a8e57eSGunnar Mills "type": "string" 180f2a8e57eSGunnar Mills } 181f2a8e57eSGunnar Mills }, 182f2a8e57eSGunnar Mills "required": [ 183f2a8e57eSGunnar Mills "ValueName" 184f2a8e57eSGunnar Mills ], 185f2a8e57eSGunnar Mills "type": "object" 186f2a8e57eSGunnar Mills }, 187f2a8e57eSGunnar Mills "Attributes": { 188f2a8e57eSGunnar Mills "additionalProperties": false, 189f2a8e57eSGunnar Mills "description": "An attribute and its possible values and other metadata.", 190f2a8e57eSGunnar Mills "longDescription": "This type shall describe an attribute and its possible values and other metadata.", 191f2a8e57eSGunnar Mills "patternProperties": { 192f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 193f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 194f2a8e57eSGunnar Mills "type": [ 195f2a8e57eSGunnar Mills "array", 196f2a8e57eSGunnar Mills "boolean", 197f2a8e57eSGunnar Mills "integer", 198f2a8e57eSGunnar Mills "number", 199f2a8e57eSGunnar Mills "null", 200f2a8e57eSGunnar Mills "object", 201f2a8e57eSGunnar Mills "string" 202f2a8e57eSGunnar Mills ] 203f2a8e57eSGunnar Mills } 204f2a8e57eSGunnar Mills }, 205f2a8e57eSGunnar Mills "properties": { 206f2a8e57eSGunnar Mills "AttributeName": { 207f2a8e57eSGunnar Mills "description": "The unique name for the attribute.", 208f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of this attribute that is unique in this attribute registry.", 209f2a8e57eSGunnar Mills "pattern": "^[A-Za-z][A-Za-z0-9_]+$", 210f2a8e57eSGunnar Mills "readonly": true, 211f2a8e57eSGunnar Mills "type": "string" 212f2a8e57eSGunnar Mills }, 213f2a8e57eSGunnar Mills "CurrentValue": { 214f2a8e57eSGunnar Mills "description": "The placeholder of the current value for the attribute.", 215f2a8e57eSGunnar Mills "longDescription": "This property shall contain the placeholder of the current value for the attribute, to aid in evaluating dependencies. The evaluation results of the `Dependencies` array may affect the current attribute value.", 216f2a8e57eSGunnar Mills "readonly": true, 217f2a8e57eSGunnar Mills "type": [ 218f2a8e57eSGunnar Mills "string", 219f2a8e57eSGunnar Mills "boolean", 220f2a8e57eSGunnar Mills "number", 221f2a8e57eSGunnar Mills "null" 222f2a8e57eSGunnar Mills ] 223f2a8e57eSGunnar Mills }, 224f2a8e57eSGunnar Mills "DefaultValue": { 225f2a8e57eSGunnar Mills "description": "The default value for the attribute.", 226f2a8e57eSGunnar Mills "longDescription": "This property shall contain the default value for the attribute.", 227f2a8e57eSGunnar Mills "readonly": true, 228f2a8e57eSGunnar Mills "type": [ 229f2a8e57eSGunnar Mills "string", 230f2a8e57eSGunnar Mills "boolean", 231f2a8e57eSGunnar Mills "number", 232f2a8e57eSGunnar Mills "null" 233f2a8e57eSGunnar Mills ] 234f2a8e57eSGunnar Mills }, 235f2a8e57eSGunnar Mills "DisplayName": { 236f2a8e57eSGunnar Mills "description": "The user-readable display string for the attribute in the defined language.", 237f2a8e57eSGunnar Mills "longDescription": "This property shall contain the user-readable display string for the attribute in the defined language.", 238f2a8e57eSGunnar Mills "readonly": true, 239f2a8e57eSGunnar Mills "type": [ 240f2a8e57eSGunnar Mills "string", 241f2a8e57eSGunnar Mills "null" 242f2a8e57eSGunnar Mills ] 243f2a8e57eSGunnar Mills }, 244f2a8e57eSGunnar Mills "DisplayOrder": { 245f2a8e57eSGunnar Mills "description": "The ascending order, as a number, in which this attribute appears relative to other attributes.", 246f2a8e57eSGunnar Mills "longDescription": "This property shall contain the ascending order, as a number, in which this attribute appears relative to other attributes.", 247f2a8e57eSGunnar Mills "readonly": true, 248f2a8e57eSGunnar Mills "type": [ 249f2a8e57eSGunnar Mills "integer", 250f2a8e57eSGunnar Mills "null" 251f2a8e57eSGunnar Mills ] 252f2a8e57eSGunnar Mills }, 253f2a8e57eSGunnar Mills "GrayOut": { 254f2a8e57eSGunnar Mills "description": "An indication of whether this attribute is grayed out. A grayed-out attribute is not active and is grayed out in user interfaces but the attribute value can be modified.", 255f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this attribute is grayed out. A grayed-out attribute is not active and is grayed out in user interfaces but the attribute value can be modified. The evaluation results of the `Dependencies` array may affect the grayed-out state of an attribute.", 256f2a8e57eSGunnar Mills "readonly": true, 257f2a8e57eSGunnar Mills "type": [ 258f2a8e57eSGunnar Mills "boolean", 259f2a8e57eSGunnar Mills "null" 260f2a8e57eSGunnar Mills ] 261f2a8e57eSGunnar Mills }, 262f2a8e57eSGunnar Mills "HelpText": { 263f2a8e57eSGunnar Mills "description": "The help text for the attribute.", 264f2a8e57eSGunnar Mills "longDescription": "This property shall contain the help text for the attribute.", 265f2a8e57eSGunnar Mills "readonly": true, 266f2a8e57eSGunnar Mills "type": [ 267f2a8e57eSGunnar Mills "string", 268f2a8e57eSGunnar Mills "null" 269f2a8e57eSGunnar Mills ] 270f2a8e57eSGunnar Mills }, 271f2a8e57eSGunnar Mills "Hidden": { 272f2a8e57eSGunnar Mills "description": "An indication of whether this attribute is hidden in user interfaces.", 273f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this attribute is hidden in user interfaces. The evaluation results of the `Dependencies` array may affect the hidden state of an attribute.", 274f2a8e57eSGunnar Mills "readonly": true, 275f2a8e57eSGunnar Mills "type": [ 276f2a8e57eSGunnar Mills "boolean", 277f2a8e57eSGunnar Mills "null" 278f2a8e57eSGunnar Mills ] 279f2a8e57eSGunnar Mills }, 280f2a8e57eSGunnar Mills "Immutable": { 281f2a8e57eSGunnar Mills "description": "An indication of whether this attribute is immutable. Immutable attributes cannot be modified and typically reflect a hardware state.", 282f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this attribute is immutable. Immutable attributes shall not be modified and typically reflect a hardware state.", 283f2a8e57eSGunnar Mills "readonly": true, 284f2a8e57eSGunnar Mills "type": [ 285f2a8e57eSGunnar Mills "boolean", 286f2a8e57eSGunnar Mills "null" 287f2a8e57eSGunnar Mills ] 288f2a8e57eSGunnar Mills }, 289f2a8e57eSGunnar Mills "IsSystemUniqueProperty": { 290f2a8e57eSGunnar Mills "description": "An indication of whether this attribute is unique for this system and should not be replicated.", 291f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this attribute is unique.", 292f2a8e57eSGunnar Mills "readonly": true, 293f2a8e57eSGunnar Mills "type": [ 294f2a8e57eSGunnar Mills "boolean", 295f2a8e57eSGunnar Mills "null" 296f2a8e57eSGunnar Mills ] 297f2a8e57eSGunnar Mills }, 298f2a8e57eSGunnar Mills "LowerBound": { 299f2a8e57eSGunnar Mills "description": "The lower limit for an integer attribute.", 300f2a8e57eSGunnar Mills "longDescription": "This property shall contain a number indicating the lower limit for an integer attribute.", 301f2a8e57eSGunnar Mills "readonly": true, 302f2a8e57eSGunnar Mills "type": [ 303f2a8e57eSGunnar Mills "integer", 304f2a8e57eSGunnar Mills "null" 305f2a8e57eSGunnar Mills ] 306f2a8e57eSGunnar Mills }, 307f2a8e57eSGunnar Mills "MaxLength": { 308f2a8e57eSGunnar Mills "description": "The maximum character length of a string attribute.", 309f2a8e57eSGunnar Mills "longDescription": "This numeric property shall contain the maximum character length of an attribute of the String type.", 310f2a8e57eSGunnar Mills "readonly": true, 311f2a8e57eSGunnar Mills "type": [ 312f2a8e57eSGunnar Mills "integer", 313f2a8e57eSGunnar Mills "null" 314f2a8e57eSGunnar Mills ] 315f2a8e57eSGunnar Mills }, 316f2a8e57eSGunnar Mills "MenuPath": { 317f2a8e57eSGunnar Mills "description": "The path that describes the menu hierarchy of this attribute.", 318f2a8e57eSGunnar Mills "longDescription": "This property shall contain the menu hierarchy of this attribute, in the form of a path to the menu names. It shall start with `./` to indicate the root menu, followed by the menu names with `/` characters to delineate the menu traversal.", 319f2a8e57eSGunnar Mills "pattern": "^\\.\\/([^/]+(\\/[^/]+)*)?$", 320f2a8e57eSGunnar Mills "readonly": true, 321f2a8e57eSGunnar Mills "type": [ 322f2a8e57eSGunnar Mills "string", 323f2a8e57eSGunnar Mills "null" 324f2a8e57eSGunnar Mills ] 325f2a8e57eSGunnar Mills }, 326f2a8e57eSGunnar Mills "MinLength": { 327f2a8e57eSGunnar Mills "description": "The minimum character length of the string attribute.", 328f2a8e57eSGunnar Mills "longDescription": "This property shall contain a number indicating the minimum character length of an attribute of the String type.", 329f2a8e57eSGunnar Mills "readonly": true, 330f2a8e57eSGunnar Mills "type": [ 331f2a8e57eSGunnar Mills "integer", 332f2a8e57eSGunnar Mills "null" 333f2a8e57eSGunnar Mills ] 334f2a8e57eSGunnar Mills }, 335f2a8e57eSGunnar Mills "Oem": { 336f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 337f2a8e57eSGunnar Mills "description": "The OEM extension property.", 338f2a8e57eSGunnar 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.", 339f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 340f2a8e57eSGunnar Mills }, 341f2a8e57eSGunnar Mills "ReadOnly": { 342f2a8e57eSGunnar Mills "description": "An indication of whether this attribute is read-only. A read-only attribute cannot be modified, and should be grayed out in user interfaces.", 343f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this attribute is read-only. A read-only attribute cannot be modified, and should be grayed out in user interfaces. The evaluation results of the `Dependencies` array may affect the read-only state of an attribute.", 344f2a8e57eSGunnar Mills "readonly": true, 345f2a8e57eSGunnar Mills "type": [ 346f2a8e57eSGunnar Mills "boolean", 347f2a8e57eSGunnar Mills "null" 348f2a8e57eSGunnar Mills ] 349f2a8e57eSGunnar Mills }, 350f2a8e57eSGunnar Mills "ResetRequired": { 351f2a8e57eSGunnar Mills "description": "An indication of whether a system or device reset is required for this attribute value change to take effect.", 352f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether a system or device reset is required for this attribute value change to take effect.", 353f2a8e57eSGunnar Mills "readonly": true, 354f2a8e57eSGunnar Mills "type": [ 355f2a8e57eSGunnar Mills "boolean", 356f2a8e57eSGunnar Mills "null" 357f2a8e57eSGunnar Mills ], 358f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 359f2a8e57eSGunnar Mills }, 360f2a8e57eSGunnar Mills "ScalarIncrement": { 361f2a8e57eSGunnar Mills "description": "The amount to increment or decrement an integer attribute each time a user requests a value change. The `0` value indicates a free-form numeric user-input attribute.", 362f2a8e57eSGunnar Mills "longDescription": "This property shall contain a number indicating the amount to increment or decrement an integer attribute each time a user requests a value change. The `0` value indicates a free-form numeric user-input attribute.", 363f2a8e57eSGunnar Mills "readonly": true, 364f2a8e57eSGunnar Mills "type": [ 365f2a8e57eSGunnar Mills "integer", 366f2a8e57eSGunnar Mills "null" 367f2a8e57eSGunnar Mills ] 368f2a8e57eSGunnar Mills }, 369f2a8e57eSGunnar Mills "Type": { 370f2a8e57eSGunnar Mills "$ref": "#/definitions/AttributeType", 371f2a8e57eSGunnar Mills "description": "The attribute type.", 372f2a8e57eSGunnar Mills "longDescription": "This property shall contain an enumeration that describes the attribute type.", 373f2a8e57eSGunnar Mills "readonly": true 374f2a8e57eSGunnar Mills }, 375f2a8e57eSGunnar Mills "UefiDevicePath": { 376f2a8e57eSGunnar Mills "description": "The UEFI device path that qualifies this attribute.", 377f2a8e57eSGunnar Mills "longDescription": "This property shall contain the UEFI Specification-defined UEFI device path that qualifies and locates this device for this attribute.", 378f2a8e57eSGunnar Mills "readonly": true, 379f2a8e57eSGunnar Mills "type": [ 380f2a8e57eSGunnar Mills "string", 381f2a8e57eSGunnar Mills "null" 382f2a8e57eSGunnar Mills ], 383f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 384f2a8e57eSGunnar Mills }, 385f2a8e57eSGunnar Mills "UefiKeywordName": { 386f2a8e57eSGunnar Mills "description": "The UEFI keyword string for this attribute.", 387f2a8e57eSGunnar Mills "longDescription": "This property shall contain the UEFI Specification-defined keyword for this attribute.", 388f2a8e57eSGunnar Mills "readonly": true, 389f2a8e57eSGunnar Mills "type": "string", 390f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 391f2a8e57eSGunnar Mills }, 392f2a8e57eSGunnar Mills "UefiNamespaceId": { 393f2a8e57eSGunnar Mills "description": "The UEFI namespace ID for the attribute.", 394f2a8e57eSGunnar Mills "longDescription": "This property shall contain the UEFI Specification-defined namespace ID for this attribute.", 395f2a8e57eSGunnar Mills "readonly": true, 396f2a8e57eSGunnar Mills "type": "string", 397f2a8e57eSGunnar Mills "versionAdded": "v1_2_0" 398f2a8e57eSGunnar Mills }, 399f2a8e57eSGunnar Mills "UpperBound": { 400f2a8e57eSGunnar Mills "description": "The upper limit for an integer attribute.", 401f2a8e57eSGunnar Mills "longDescription": "This property shall contain a number indicating the upper limit for an integer attribute.", 402f2a8e57eSGunnar Mills "readonly": true, 403f2a8e57eSGunnar Mills "type": [ 404f2a8e57eSGunnar Mills "integer", 405f2a8e57eSGunnar Mills "null" 406f2a8e57eSGunnar Mills ] 407f2a8e57eSGunnar Mills }, 408f2a8e57eSGunnar Mills "Value": { 409f2a8e57eSGunnar Mills "description": "An array of the possible values for enumerated attribute values.", 410f2a8e57eSGunnar Mills "items": { 411f2a8e57eSGunnar Mills "$ref": "#/definitions/AttributeValue" 412f2a8e57eSGunnar Mills }, 413f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array containing the possible values of an attribute of the `Enumeration` type.", 414f2a8e57eSGunnar Mills "type": "array" 415f2a8e57eSGunnar Mills }, 416f2a8e57eSGunnar Mills "ValueExpression": { 417f2a8e57eSGunnar Mills "description": "A valid regular expression, according to the Perl regular expression dialect, that validates the attribute value. Applies to only string and integer attributes.", 418f2a8e57eSGunnar Mills "longDescription": "This property shall contain a valid regular expression, according to the Perl regular expression dialect, that validates the attribute value. Applies to only string and integer attributes.", 419f2a8e57eSGunnar Mills "readonly": true, 420f2a8e57eSGunnar Mills "type": [ 421f2a8e57eSGunnar Mills "string", 422f2a8e57eSGunnar Mills "null" 423f2a8e57eSGunnar Mills ] 424f2a8e57eSGunnar Mills }, 425f2a8e57eSGunnar Mills "WarningText": { 426f2a8e57eSGunnar Mills "description": "The warning text for the attribute.", 427f2a8e57eSGunnar Mills "longDescription": "This property shall contain the warning text for the attribute.", 428f2a8e57eSGunnar Mills "readonly": true, 429f2a8e57eSGunnar Mills "type": [ 430f2a8e57eSGunnar Mills "string", 431f2a8e57eSGunnar Mills "null" 432f2a8e57eSGunnar Mills ] 433f2a8e57eSGunnar Mills }, 434f2a8e57eSGunnar Mills "WriteOnly": { 435f2a8e57eSGunnar Mills "description": "An indication of whether this attribute is write-only. A write-only attribute reverts to its initial value after settings are applied.", 436f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this attribute is write-only. A write-only attribute reverts to its initial value after settings are applied.", 437f2a8e57eSGunnar Mills "readonly": true, 438f2a8e57eSGunnar Mills "type": [ 439f2a8e57eSGunnar Mills "boolean", 440f2a8e57eSGunnar Mills "null" 441f2a8e57eSGunnar Mills ] 442f2a8e57eSGunnar Mills } 443f2a8e57eSGunnar Mills }, 444f2a8e57eSGunnar Mills "required": [ 445f2a8e57eSGunnar Mills "AttributeName" 446f2a8e57eSGunnar Mills ], 447f2a8e57eSGunnar Mills "type": "object" 448f2a8e57eSGunnar Mills }, 449f2a8e57eSGunnar Mills "Dependencies": { 450f2a8e57eSGunnar Mills "additionalProperties": false, 451f2a8e57eSGunnar Mills "description": "The dependency of attributes on this component.", 452f2a8e57eSGunnar Mills "longDescription": "This type shall describe a dependency of attributes on this component.", 453f2a8e57eSGunnar Mills "patternProperties": { 454f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 455f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 456f2a8e57eSGunnar Mills "type": [ 457f2a8e57eSGunnar Mills "array", 458f2a8e57eSGunnar Mills "boolean", 459f2a8e57eSGunnar Mills "integer", 460f2a8e57eSGunnar Mills "number", 461f2a8e57eSGunnar Mills "null", 462f2a8e57eSGunnar Mills "object", 463f2a8e57eSGunnar Mills "string" 464f2a8e57eSGunnar Mills ] 465f2a8e57eSGunnar Mills } 466f2a8e57eSGunnar Mills }, 467f2a8e57eSGunnar Mills "properties": { 468f2a8e57eSGunnar Mills "Dependency": { 469f2a8e57eSGunnar Mills "$ref": "#/definitions/Dependency", 470f2a8e57eSGunnar Mills "description": "The dependency expression for one or more attributes in this attribute registry.", 471f2a8e57eSGunnar Mills "longDescription": "This property shall contain the dependency expression for one or more attributes in this attribute registry." 472f2a8e57eSGunnar Mills }, 473f2a8e57eSGunnar Mills "DependencyFor": { 474f2a8e57eSGunnar Mills "description": "The `AttributeName` of the attribute whose change triggers the evaluation of this dependency expression.", 475f2a8e57eSGunnar Mills "longDescription": "This property shall contain the `AttributeName` of the attribute whose change triggers the evaluation of this dependency expression.", 476f2a8e57eSGunnar Mills "pattern": "^[A-Za-z][A-Za-z0-9_]+$", 477f2a8e57eSGunnar Mills "readonly": true, 478f2a8e57eSGunnar Mills "type": "string" 479f2a8e57eSGunnar Mills }, 480f2a8e57eSGunnar Mills "Type": { 481f2a8e57eSGunnar Mills "$ref": "#/definitions/DependencyType", 482f2a8e57eSGunnar Mills "description": "The type of the dependency structure.", 483f2a8e57eSGunnar Mills "longDescription": "This property shall contain an enumeration that describes the type for the attribute dependency.", 484f2a8e57eSGunnar Mills "readonly": true 485f2a8e57eSGunnar Mills } 486f2a8e57eSGunnar Mills }, 487f2a8e57eSGunnar Mills "type": "object" 488f2a8e57eSGunnar Mills }, 489f2a8e57eSGunnar Mills "Dependency": { 490f2a8e57eSGunnar Mills "additionalProperties": false, 491f2a8e57eSGunnar Mills "description": "The dependency expression for one or more attributes in this attribute registry.", 492f2a8e57eSGunnar Mills "longDescription": "This type shall describe the dependency expression for one or more attributes in this attribute registry.", 493f2a8e57eSGunnar Mills "patternProperties": { 494f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 495f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 496f2a8e57eSGunnar Mills "type": [ 497f2a8e57eSGunnar Mills "array", 498f2a8e57eSGunnar Mills "boolean", 499f2a8e57eSGunnar Mills "integer", 500f2a8e57eSGunnar Mills "number", 501f2a8e57eSGunnar Mills "null", 502f2a8e57eSGunnar Mills "object", 503f2a8e57eSGunnar Mills "string" 504f2a8e57eSGunnar Mills ] 505f2a8e57eSGunnar Mills } 506f2a8e57eSGunnar Mills }, 507f2a8e57eSGunnar Mills "properties": { 508f2a8e57eSGunnar Mills "MapFrom": { 509f2a8e57eSGunnar Mills "description": "An array of the map-from conditions for a mapping dependency.", 510f2a8e57eSGunnar Mills "items": { 511f2a8e57eSGunnar Mills "$ref": "#/definitions/MapFrom" 512f2a8e57eSGunnar Mills }, 513f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array containing the map-from conditions for a dependency of the `Map` type.", 514f2a8e57eSGunnar Mills "type": "array" 515f2a8e57eSGunnar Mills }, 516f2a8e57eSGunnar Mills "MapToAttribute": { 517f2a8e57eSGunnar Mills "description": "The `AttributeName` of the attribute that is affected by this dependency expression.", 518f2a8e57eSGunnar Mills "longDescription": "This property shall contain the `AttributeName` of the attribute that is affected by this dependency expression.", 519f2a8e57eSGunnar Mills "pattern": "^[A-Za-z][A-Za-z0-9_]+$", 520f2a8e57eSGunnar Mills "readonly": true, 521f2a8e57eSGunnar Mills "type": "string" 522f2a8e57eSGunnar Mills }, 523f2a8e57eSGunnar Mills "MapToProperty": { 524f2a8e57eSGunnar Mills "$ref": "#/definitions/MapToProperty", 525f2a8e57eSGunnar Mills "description": "The metadata property for the attribute that contains the map-from condition that evaluates this dependency expression.", 526f2a8e57eSGunnar Mills "longDescription": "This property shall contain the metadata property for the attribute that the `MapFromAttribute` property specifies that evaluates this dependency expression. For example, this value could be the `MapFromAttribute` `CurrentValue` or `ReadOnly` state.", 527f2a8e57eSGunnar Mills "readonly": true 528f2a8e57eSGunnar Mills }, 529f2a8e57eSGunnar Mills "MapToValue": { 530f2a8e57eSGunnar Mills "description": "The value that the map-to property changes to if the dependency expression evaluates to `true`.", 531f2a8e57eSGunnar Mills "longDescription": "The value that the property in `MapToProperty` in the attribute specified in `MapToAttribute` changes to if the dependency expression evaluates to `true`.", 532f2a8e57eSGunnar Mills "readonly": true, 533f2a8e57eSGunnar Mills "type": [ 534f2a8e57eSGunnar Mills "string", 535f2a8e57eSGunnar Mills "boolean", 536f2a8e57eSGunnar Mills "number", 537f2a8e57eSGunnar Mills "null" 538f2a8e57eSGunnar Mills ] 539f2a8e57eSGunnar Mills } 540f2a8e57eSGunnar Mills }, 541f2a8e57eSGunnar Mills "type": "object" 542f2a8e57eSGunnar Mills }, 543f2a8e57eSGunnar Mills "DependencyType": { 544f2a8e57eSGunnar Mills "enum": [ 545f2a8e57eSGunnar Mills "Map" 546f2a8e57eSGunnar Mills ], 547f2a8e57eSGunnar Mills "enumDescriptions": { 548f2a8e57eSGunnar Mills "Map": "A simple mapping dependency. If the condition evaluates to `true`, the attribute or state changes to the mapped value." 549f2a8e57eSGunnar Mills }, 550f2a8e57eSGunnar Mills "type": "string" 551f2a8e57eSGunnar Mills }, 552f2a8e57eSGunnar Mills "MapFrom": { 553f2a8e57eSGunnar Mills "additionalProperties": false, 554f2a8e57eSGunnar Mills "description": "A map-from condition for mapping dependency.", 555f2a8e57eSGunnar Mills "longDescription": "This type shall describe a map-from condition for a dependency of the Map type.", 556f2a8e57eSGunnar Mills "patternProperties": { 557f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 558f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 559f2a8e57eSGunnar Mills "type": [ 560f2a8e57eSGunnar Mills "array", 561f2a8e57eSGunnar Mills "boolean", 562f2a8e57eSGunnar Mills "integer", 563f2a8e57eSGunnar Mills "number", 564f2a8e57eSGunnar Mills "null", 565f2a8e57eSGunnar Mills "object", 566f2a8e57eSGunnar Mills "string" 567f2a8e57eSGunnar Mills ] 568f2a8e57eSGunnar Mills } 569f2a8e57eSGunnar Mills }, 570f2a8e57eSGunnar Mills "properties": { 571f2a8e57eSGunnar Mills "MapFromAttribute": { 572f2a8e57eSGunnar Mills "description": "The attribute to use to evaluate this dependency expression.", 573f2a8e57eSGunnar Mills "longDescription": "This property shall contain the `AttributeName` for the attribute to use to evaluate this dependency expression term.", 574f2a8e57eSGunnar Mills "pattern": "^[A-Za-z][A-Za-z0-9_]+$", 575f2a8e57eSGunnar Mills "readonly": true, 576f2a8e57eSGunnar Mills "type": "string" 577f2a8e57eSGunnar Mills }, 578f2a8e57eSGunnar Mills "MapFromCondition": { 579f2a8e57eSGunnar Mills "$ref": "#/definitions/MapFromCondition", 580f2a8e57eSGunnar Mills "description": "The condition to use to evaluate this dependency expression.", 581f2a8e57eSGunnar Mills "longDescription": "This property shall contain the condition to use to evaluate this dependency expression. For example, `EQU` or `NEQ`.", 582f2a8e57eSGunnar Mills "readonly": true 583f2a8e57eSGunnar Mills }, 584f2a8e57eSGunnar Mills "MapFromProperty": { 585f2a8e57eSGunnar Mills "$ref": "#/definitions/MapFromProperty", 586f2a8e57eSGunnar Mills "description": "The metadata property for the attribute that the `MapFromAttribute` property specifies to use to evaluate this dependency expression.", 587f2a8e57eSGunnar Mills "longDescription": "This property shall contain the metadata property for the attribute that the `MapFromAttribute` property specifies to use to evaluate this dependency expression. For example, this value could be the `MapFromAttribute` `CurrentValue`, or `ReadOnly` state.", 588f2a8e57eSGunnar Mills "readonly": true 589f2a8e57eSGunnar Mills }, 590f2a8e57eSGunnar Mills "MapFromValue": { 591f2a8e57eSGunnar Mills "description": "The value to use to evaluate this dependency expression.", 592f2a8e57eSGunnar Mills "longDescription": "The value that the property in `MapFromProperty` in the attribute in `MapFromAttribute` to use to evaluate this dependency expression.", 593f2a8e57eSGunnar Mills "readonly": true, 594f2a8e57eSGunnar Mills "type": [ 595f2a8e57eSGunnar Mills "string", 596f2a8e57eSGunnar Mills "boolean", 597f2a8e57eSGunnar Mills "number", 598f2a8e57eSGunnar Mills "null" 599f2a8e57eSGunnar Mills ] 600f2a8e57eSGunnar Mills }, 601f2a8e57eSGunnar Mills "MapTerms": { 602f2a8e57eSGunnar Mills "$ref": "#/definitions/MapTerms", 603f2a8e57eSGunnar Mills "description": "The logical term that combines two or more map-from conditions in this dependency expression. For example, `AND` for logical AND, or `OR` for logical OR.", 604f2a8e57eSGunnar Mills "longDescription": "This property shall contain the logical term that combines two or more `MapFrom` conditions in this dependency expression. For example, `AND` for logical AND, or `OR` for logical OR. If multiple logical terms are present in a dependency expression, they should be evaluated in array order, meaning they are evaluated left-to-right when displayed as a logic expression.", 605f2a8e57eSGunnar Mills "readonly": true 606f2a8e57eSGunnar Mills } 607f2a8e57eSGunnar Mills }, 608f2a8e57eSGunnar Mills "type": "object" 609f2a8e57eSGunnar Mills }, 610f2a8e57eSGunnar Mills "MapFromCondition": { 611f2a8e57eSGunnar Mills "enum": [ 612f2a8e57eSGunnar Mills "EQU", 613f2a8e57eSGunnar Mills "NEQ", 614f2a8e57eSGunnar Mills "GTR", 615f2a8e57eSGunnar Mills "GEQ", 616f2a8e57eSGunnar Mills "LSS", 617f2a8e57eSGunnar Mills "LEQ" 618f2a8e57eSGunnar Mills ], 619f2a8e57eSGunnar Mills "enumDescriptions": { 620f2a8e57eSGunnar Mills "EQU": "The logical operation for 'Equal'.", 621f2a8e57eSGunnar Mills "GEQ": "The logical operation for 'Greater than or Equal'.", 622f2a8e57eSGunnar Mills "GTR": "The logical operation for 'Greater than'.", 623f2a8e57eSGunnar Mills "LEQ": "The logical operation for 'Less than or Equal'.", 624f2a8e57eSGunnar Mills "LSS": "The logical operation for 'Less than'.", 625f2a8e57eSGunnar Mills "NEQ": "The logical operation for 'Not Equal'." 626f2a8e57eSGunnar Mills }, 627f2a8e57eSGunnar Mills "type": "string" 628f2a8e57eSGunnar Mills }, 629f2a8e57eSGunnar Mills "MapFromProperty": { 630f2a8e57eSGunnar Mills "enum": [ 631f2a8e57eSGunnar Mills "CurrentValue", 632f2a8e57eSGunnar Mills "DefaultValue", 633f2a8e57eSGunnar Mills "ReadOnly", 634f2a8e57eSGunnar Mills "WriteOnly", 635f2a8e57eSGunnar Mills "GrayOut", 636f2a8e57eSGunnar Mills "Hidden", 637f2a8e57eSGunnar Mills "LowerBound", 638f2a8e57eSGunnar Mills "UpperBound", 639f2a8e57eSGunnar Mills "MinLength", 640f2a8e57eSGunnar Mills "MaxLength", 641f2a8e57eSGunnar Mills "ScalarIncrement" 642f2a8e57eSGunnar Mills ], 643f2a8e57eSGunnar Mills "enumDescriptions": { 644f2a8e57eSGunnar Mills "CurrentValue": "The dependency on an attribute's `CurrentValue`.", 645f2a8e57eSGunnar Mills "DefaultValue": "The dependency on an attribute's `DefaultValue`.", 646f2a8e57eSGunnar Mills "GrayOut": "The dependency on an attribute's `GrayOut` state.", 647f2a8e57eSGunnar Mills "Hidden": "The dependency on an attribute's `Hidden` state.", 648f2a8e57eSGunnar Mills "LowerBound": "The dependency on an attribute's `LowerBound`.", 649f2a8e57eSGunnar Mills "MaxLength": "The dependency on an attribute's `MaxLength`.", 650f2a8e57eSGunnar Mills "MinLength": "The dependency on an attribute's `MinLength`.", 651f2a8e57eSGunnar Mills "ReadOnly": "The dependency on an attribute's `ReadOnly` state.", 652f2a8e57eSGunnar Mills "ScalarIncrement": "The dependency on an attribute's `ScalarIncrement`.", 653f2a8e57eSGunnar Mills "UpperBound": "The dependency on an attribute's `UpperBound`.", 654f2a8e57eSGunnar Mills "WriteOnly": "The dependency on an attribute's `WriteOnly` state." 655f2a8e57eSGunnar Mills }, 656f2a8e57eSGunnar Mills "type": "string" 657f2a8e57eSGunnar Mills }, 658f2a8e57eSGunnar Mills "MapTerms": { 659f2a8e57eSGunnar Mills "enum": [ 660f2a8e57eSGunnar Mills "AND", 661f2a8e57eSGunnar Mills "OR" 662f2a8e57eSGunnar Mills ], 663f2a8e57eSGunnar Mills "enumDescriptions": { 664f2a8e57eSGunnar Mills "AND": "The operation used for logical 'AND' of dependency terms.", 665f2a8e57eSGunnar Mills "OR": "The operation used for logical 'OR' of dependency terms." 666f2a8e57eSGunnar Mills }, 667f2a8e57eSGunnar Mills "type": "string" 668f2a8e57eSGunnar Mills }, 669f2a8e57eSGunnar Mills "MapToProperty": { 670f2a8e57eSGunnar Mills "enum": [ 671f2a8e57eSGunnar Mills "CurrentValue", 672f2a8e57eSGunnar Mills "DefaultValue", 673f2a8e57eSGunnar Mills "ReadOnly", 674f2a8e57eSGunnar Mills "WriteOnly", 675f2a8e57eSGunnar Mills "GrayOut", 676f2a8e57eSGunnar Mills "Hidden", 677f2a8e57eSGunnar Mills "Immutable", 678f2a8e57eSGunnar Mills "HelpText", 679f2a8e57eSGunnar Mills "WarningText", 680f2a8e57eSGunnar Mills "DisplayName", 681f2a8e57eSGunnar Mills "DisplayOrder", 682f2a8e57eSGunnar Mills "LowerBound", 683f2a8e57eSGunnar Mills "UpperBound", 684f2a8e57eSGunnar Mills "MinLength", 685f2a8e57eSGunnar Mills "MaxLength", 686f2a8e57eSGunnar Mills "ScalarIncrement", 687f2a8e57eSGunnar Mills "ValueExpression" 688f2a8e57eSGunnar Mills ], 689f2a8e57eSGunnar Mills "enumDescriptions": { 690f2a8e57eSGunnar Mills "CurrentValue": "The dependency that affects an attribute's `CurrentValue`.", 691f2a8e57eSGunnar Mills "DefaultValue": "The dependency that affects an attribute's `DefaultValue`.", 692f2a8e57eSGunnar Mills "DisplayName": "The dependency that affects an attribute's `DisplayName`.", 693f2a8e57eSGunnar Mills "DisplayOrder": "The dependency that affects an attribute's `DisplayName`.", 694f2a8e57eSGunnar Mills "GrayOut": "The dependency that affects an attribute's `GrayOut` state.", 695f2a8e57eSGunnar Mills "HelpText": "The dependency that affects an attribute's `HelpText`.", 696f2a8e57eSGunnar Mills "Hidden": "The dependency that affects an attribute's `Hidden` state.", 697f2a8e57eSGunnar Mills "Immutable": "The dependency that affects an attribute's `Immutable` state.", 698f2a8e57eSGunnar Mills "LowerBound": "The dependency that affects an attribute's `LowerBound`.", 699f2a8e57eSGunnar Mills "MaxLength": "The dependency that affects an attribute's `MaxLength`.", 700f2a8e57eSGunnar Mills "MinLength": "The dependency that affects an attribute's `MinLength`.", 701f2a8e57eSGunnar Mills "ReadOnly": "The dependency that affects an attribute's `ReadOnly` state.", 702f2a8e57eSGunnar Mills "ScalarIncrement": "The dependency that affects an attribute's `ScalarIncrement`.", 703f2a8e57eSGunnar Mills "UpperBound": "The dependency that affects an attribute's `UpperBound`.", 704f2a8e57eSGunnar Mills "ValueExpression": "The dependency that affects an attribute's `ValueExpression`.", 705f2a8e57eSGunnar Mills "WarningText": "The dependency that affects an attribute's `WarningText`.", 706f2a8e57eSGunnar Mills "WriteOnly": "The dependency that affects an attribute's `WriteOnly` state." 707f2a8e57eSGunnar Mills }, 708f2a8e57eSGunnar Mills "type": "string" 709f2a8e57eSGunnar Mills }, 710f2a8e57eSGunnar Mills "Menus": { 711f2a8e57eSGunnar Mills "additionalProperties": false, 712f2a8e57eSGunnar Mills "description": "An attribute's menu and its hierarchy.", 713f2a8e57eSGunnar Mills "longDescription": "This type shall describe an attribute's menu and its hierarchy.", 714f2a8e57eSGunnar Mills "patternProperties": { 715f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 716f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 717f2a8e57eSGunnar Mills "type": [ 718f2a8e57eSGunnar Mills "array", 719f2a8e57eSGunnar Mills "boolean", 720f2a8e57eSGunnar Mills "integer", 721f2a8e57eSGunnar Mills "number", 722f2a8e57eSGunnar Mills "null", 723f2a8e57eSGunnar Mills "object", 724f2a8e57eSGunnar Mills "string" 725f2a8e57eSGunnar Mills ] 726f2a8e57eSGunnar Mills } 727f2a8e57eSGunnar Mills }, 728f2a8e57eSGunnar Mills "properties": { 729f2a8e57eSGunnar Mills "DisplayName": { 730f2a8e57eSGunnar Mills "description": "The user-readable display string of this menu in the defined language.", 731f2a8e57eSGunnar Mills "longDescription": "This property shall contain the user-readable display string of the menu in the defined language.", 732f2a8e57eSGunnar Mills "readonly": true, 733f2a8e57eSGunnar Mills "type": [ 734f2a8e57eSGunnar Mills "string", 735f2a8e57eSGunnar Mills "null" 736f2a8e57eSGunnar Mills ] 737f2a8e57eSGunnar Mills }, 738f2a8e57eSGunnar Mills "DisplayOrder": { 739f2a8e57eSGunnar Mills "description": "The ascending order, as a number, in which this menu appears relative to other menus.", 740f2a8e57eSGunnar Mills "longDescription": "This property shall contain the ascending order, as a number, in which this menu appears relative to other menus.", 741f2a8e57eSGunnar Mills "readonly": true, 742f2a8e57eSGunnar Mills "type": [ 743f2a8e57eSGunnar Mills "integer", 744f2a8e57eSGunnar Mills "null" 745f2a8e57eSGunnar Mills ] 746f2a8e57eSGunnar Mills }, 747f2a8e57eSGunnar Mills "GrayOut": { 748f2a8e57eSGunnar Mills "description": "An indication of whether this menu is grayed out. A grayed-only menu is not accessible in user interfaces.", 749f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this menu is grayed out. A grayed-only menu is not accessible in user interfaces.", 750f2a8e57eSGunnar Mills "readonly": true, 751f2a8e57eSGunnar Mills "type": [ 752f2a8e57eSGunnar Mills "boolean", 753f2a8e57eSGunnar Mills "null" 754f2a8e57eSGunnar Mills ] 755f2a8e57eSGunnar Mills }, 756f2a8e57eSGunnar Mills "Hidden": { 757f2a8e57eSGunnar Mills "description": "An indication of whether this menu is hidden in user interfaces.", 758f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this menu is hidden in user interfaces. The evaluation results of the `Dependencies` array may affect the hidden state of a menu.", 759f2a8e57eSGunnar Mills "readonly": true, 760f2a8e57eSGunnar Mills "type": [ 761f2a8e57eSGunnar Mills "boolean", 762f2a8e57eSGunnar Mills "null" 763f2a8e57eSGunnar Mills ], 764f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 765f2a8e57eSGunnar Mills }, 766f2a8e57eSGunnar Mills "MenuName": { 767f2a8e57eSGunnar Mills "description": "The unique name string of this menu.", 768f2a8e57eSGunnar Mills "longDescription": "This property shall contain the name of this menu that is unique in this attribute registry.", 769f2a8e57eSGunnar Mills "pattern": "^[^/]+$", 770f2a8e57eSGunnar Mills "readonly": true, 771f2a8e57eSGunnar Mills "type": "string" 772f2a8e57eSGunnar Mills }, 773f2a8e57eSGunnar Mills "MenuPath": { 774f2a8e57eSGunnar Mills "description": "The path to the menu names that describes this menu hierarchy relative to other menus.", 775f2a8e57eSGunnar Mills "longDescription": "This property shall contain the menu hierarchy of this menu, in the form of a path to the menu names. It shall start with `./` to indicate the root menu, followed by the menu names with `/` characters to delineate the menu traversal.", 776f2a8e57eSGunnar Mills "pattern": "^\\.\\/([^/]+(\\/[^/]+)*)?$", 777f2a8e57eSGunnar Mills "readonly": true, 778f2a8e57eSGunnar Mills "type": [ 779f2a8e57eSGunnar Mills "string", 780f2a8e57eSGunnar Mills "null" 781f2a8e57eSGunnar Mills ] 782f2a8e57eSGunnar Mills }, 783f2a8e57eSGunnar Mills "Oem": { 784f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 785f2a8e57eSGunnar Mills "description": "The OEM extension property.", 786f2a8e57eSGunnar 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.", 787f2a8e57eSGunnar Mills "versionAdded": "v1_3_0" 788f2a8e57eSGunnar Mills }, 789f2a8e57eSGunnar Mills "ReadOnly": { 790f2a8e57eSGunnar Mills "description": "An indication of whether this menu is read-only. A read-only menu, its properties, and sub-menus are not accessible in user interfaces.", 791f2a8e57eSGunnar Mills "longDescription": "This property shall indicate whether this menu is read-only. A read-only menu is not accessible in user interfaces, and all properties contained in that menu and its sub-menus are read-only.", 792f2a8e57eSGunnar Mills "readonly": true, 793f2a8e57eSGunnar Mills "type": [ 794f2a8e57eSGunnar Mills "boolean", 795f2a8e57eSGunnar Mills "null" 796f2a8e57eSGunnar Mills ] 797f2a8e57eSGunnar Mills } 798f2a8e57eSGunnar Mills }, 799f2a8e57eSGunnar Mills "type": "object" 800f2a8e57eSGunnar Mills }, 801f2a8e57eSGunnar Mills "OemActions": { 802f2a8e57eSGunnar Mills "additionalProperties": true, 803f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 804f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 805f2a8e57eSGunnar Mills "patternProperties": { 806f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 807f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 808f2a8e57eSGunnar Mills "type": [ 809f2a8e57eSGunnar Mills "array", 810f2a8e57eSGunnar Mills "boolean", 811f2a8e57eSGunnar Mills "integer", 812f2a8e57eSGunnar Mills "number", 813f2a8e57eSGunnar Mills "null", 814f2a8e57eSGunnar Mills "object", 815f2a8e57eSGunnar Mills "string" 816f2a8e57eSGunnar Mills ] 817f2a8e57eSGunnar Mills } 818f2a8e57eSGunnar Mills }, 819f2a8e57eSGunnar Mills "properties": {}, 820f2a8e57eSGunnar Mills "type": "object" 821f2a8e57eSGunnar Mills }, 822f2a8e57eSGunnar Mills "RegistryEntries": { 823f2a8e57eSGunnar Mills "additionalProperties": false, 824f2a8e57eSGunnar Mills "description": "The list of all attributes and metadata for this component.", 825f2a8e57eSGunnar Mills "longDescription": "This type shall describe a list of all attributes for this component, along with their possible values, dependencies, and other metadata.", 826f2a8e57eSGunnar Mills "patternProperties": { 827f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 828f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 829f2a8e57eSGunnar Mills "type": [ 830f2a8e57eSGunnar Mills "array", 831f2a8e57eSGunnar Mills "boolean", 832f2a8e57eSGunnar Mills "integer", 833f2a8e57eSGunnar Mills "number", 834f2a8e57eSGunnar Mills "null", 835f2a8e57eSGunnar Mills "object", 836f2a8e57eSGunnar Mills "string" 837f2a8e57eSGunnar Mills ] 838f2a8e57eSGunnar Mills } 839f2a8e57eSGunnar Mills }, 840f2a8e57eSGunnar Mills "properties": { 841f2a8e57eSGunnar Mills "Attributes": { 842f2a8e57eSGunnar Mills "description": "An array of attributes and their possible values in the attribute registry.", 843f2a8e57eSGunnar Mills "items": { 844f2a8e57eSGunnar Mills "$ref": "#/definitions/Attributes" 845f2a8e57eSGunnar Mills }, 846f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array containing the attributes and their possible values and other metadata in the attribute registry.", 847f2a8e57eSGunnar Mills "type": "array" 848f2a8e57eSGunnar Mills }, 849f2a8e57eSGunnar Mills "Dependencies": { 850f2a8e57eSGunnar Mills "description": "An array of dependencies of attributes on this component.", 851f2a8e57eSGunnar Mills "items": { 852f2a8e57eSGunnar Mills "$ref": "#/definitions/Dependencies" 853f2a8e57eSGunnar Mills }, 854f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array containing a list of dependencies of attributes on this component.", 855f2a8e57eSGunnar Mills "type": "array" 856f2a8e57eSGunnar Mills }, 857f2a8e57eSGunnar Mills "Menus": { 858f2a8e57eSGunnar Mills "description": "An array for the attributes menus and their hierarchy in the attribute registry.", 859f2a8e57eSGunnar Mills "items": { 860f2a8e57eSGunnar Mills "$ref": "#/definitions/Menus" 861f2a8e57eSGunnar Mills }, 862f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array containing the attributes menus and their hierarchy in the attribute registry.", 863f2a8e57eSGunnar Mills "type": "array" 864f2a8e57eSGunnar Mills } 865f2a8e57eSGunnar Mills }, 866f2a8e57eSGunnar Mills "type": "object" 867f2a8e57eSGunnar Mills }, 868f2a8e57eSGunnar Mills "SupportedSystems": { 869f2a8e57eSGunnar Mills "additionalProperties": false, 870f2a8e57eSGunnar Mills "description": "A system that this attribute registry supports.", 871f2a8e57eSGunnar Mills "longDescription": "This type shall describe a system that this attribute registry supports.", 872f2a8e57eSGunnar Mills "patternProperties": { 873f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 874f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 875f2a8e57eSGunnar Mills "type": [ 876f2a8e57eSGunnar Mills "array", 877f2a8e57eSGunnar Mills "boolean", 878f2a8e57eSGunnar Mills "integer", 879f2a8e57eSGunnar Mills "number", 880f2a8e57eSGunnar Mills "null", 881f2a8e57eSGunnar Mills "object", 882f2a8e57eSGunnar Mills "string" 883f2a8e57eSGunnar Mills ] 884f2a8e57eSGunnar Mills } 885f2a8e57eSGunnar Mills }, 886f2a8e57eSGunnar Mills "properties": { 887f2a8e57eSGunnar Mills "FirmwareVersion": { 888f2a8e57eSGunnar Mills "description": "Firmware version.", 889f2a8e57eSGunnar Mills "longDescription": "The version of the component firmware image to which this attribute registry applies.", 890f2a8e57eSGunnar Mills "readonly": true, 891f2a8e57eSGunnar Mills "type": [ 892f2a8e57eSGunnar Mills "string", 893f2a8e57eSGunnar Mills "null" 894f2a8e57eSGunnar Mills ], 895f2a8e57eSGunnar Mills "versionAdded": "v1_1_0" 896f2a8e57eSGunnar Mills }, 897f2a8e57eSGunnar Mills "ProductName": { 898f2a8e57eSGunnar Mills "description": "The product name of the computer system to which this attribute registry applies.", 899f2a8e57eSGunnar Mills "longDescription": "This property shall contain the product name of the computer system to which this attribute registry applies.", 900f2a8e57eSGunnar Mills "readonly": true, 901f2a8e57eSGunnar Mills "type": [ 902f2a8e57eSGunnar Mills "string", 903f2a8e57eSGunnar Mills "null" 904f2a8e57eSGunnar Mills ] 905f2a8e57eSGunnar Mills }, 906f2a8e57eSGunnar Mills "SystemId": { 907f2a8e57eSGunnar Mills "description": "The ID of the systems to which this attribute registry applies.", 908f2a8e57eSGunnar Mills "longDescription": "This property shall contain the system ID that identifies the systems to which this attribute registry applies. This can be identified by one or more properties in the computer system resource, such as Model, SubModel, or SKU.", 909f2a8e57eSGunnar Mills "pattern": "^[A-Za-z0-9]+$", 910f2a8e57eSGunnar Mills "readonly": true, 911f2a8e57eSGunnar Mills "type": [ 912f2a8e57eSGunnar Mills "string", 913f2a8e57eSGunnar Mills "null" 914f2a8e57eSGunnar Mills ] 915f2a8e57eSGunnar Mills } 916f2a8e57eSGunnar Mills }, 917f2a8e57eSGunnar Mills "type": "object" 918f2a8e57eSGunnar Mills } 919f2a8e57eSGunnar Mills }, 920f2a8e57eSGunnar Mills "language": "en", 921f2a8e57eSGunnar Mills "owningEntity": "DMTF", 922f2a8e57eSGunnar Mills "release": "2018.3", 923f2a8e57eSGunnar Mills "title": "#AttributeRegistry.v1_3_9.AttributeRegistry" 924f2a8e57eSGunnar Mills}