1*5ecf7b4eSGunnar Mills{ 2*5ecf7b4eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/redfish-payload-annotations.v1_3_0.json", 3*5ecf7b4eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 4*5ecf7b4eSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 5*5ecf7b4eSGunnar Mills "properties": { 6*5ecf7b4eSGunnar Mills "@Redfish.ActionInfo": { 7*5ecf7b4eSGunnar Mills "description": "The term can be applied to an action to specify a URI to an ActionInfo resource that describes the parameters supported by this instance of the action.", 8*5ecf7b4eSGunnar Mills "type": "string", 9*5ecf7b4eSGunnar Mills "format": "uri-reference", 10*5ecf7b4eSGunnar Mills "readonly": true 11*5ecf7b4eSGunnar Mills }, 12*5ecf7b4eSGunnar Mills "@Redfish.Settings": { 13*5ecf7b4eSGunnar Mills "description": "The link to the settings resource that represents the settings to apply to this resource.", 14*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/Settings" 15*5ecf7b4eSGunnar Mills }, 16*5ecf7b4eSGunnar Mills "@Redfish.SettingsApplyTime": { 17*5ecf7b4eSGunnar Mills "description": "The configuration settings for when the values in the settings object are applied to a resource.", 18*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/PreferredApplyTime" 19*5ecf7b4eSGunnar Mills }, 20*5ecf7b4eSGunnar Mills "@Redfish.OperationApplyTime": { 21*5ecf7b4eSGunnar Mills "description": "The requested apply time from a client when performing a create, delete, or action operation.", 22*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTime" 23*5ecf7b4eSGunnar Mills }, 24*5ecf7b4eSGunnar Mills "@Redfish.MaintenanceWindow": { 25*5ecf7b4eSGunnar Mills "description": "The maintenance window configuration for a resource for when to apply settings or operations.", 26*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/MaintenanceWindow" 27*5ecf7b4eSGunnar Mills }, 28*5ecf7b4eSGunnar Mills "@Redfish.CollectionCapabilities": { 29*5ecf7b4eSGunnar Mills "description": "The link to the resource that represents the POST capabilities of a collection.", 30*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/CollectionCapabilities.json#/definitions/CollectionCapabilities" 31*5ecf7b4eSGunnar Mills }, 32*5ecf7b4eSGunnar Mills "@Redfish.RequestedCount": { 33*5ecf7b4eSGunnar Mills "type": "integer", 34*5ecf7b4eSGunnar Mills "description": "The term is used by a client to specify a request for a quantity of items." 35*5ecf7b4eSGunnar Mills }, 36*5ecf7b4eSGunnar Mills "@Redfish.RequestedCountRequired": { 37*5ecf7b4eSGunnar Mills "type": "boolean", 38*5ecf7b4eSGunnar Mills "readonly": true, 39*5ecf7b4eSGunnar Mills "description": "The term specifies that a client is required to provide the @Redfish.RequestedCount term as part of the payload to specify a quantity of items." 40*5ecf7b4eSGunnar Mills }, 41*5ecf7b4eSGunnar Mills "@Redfish.AllowOverprovisioning": { 42*5ecf7b4eSGunnar Mills "type": "boolean", 43*5ecf7b4eSGunnar Mills "description": "The term specifies that a client allows the service to provide more resources than requested, which includes, but is not limited to, a larger quantity of items, larger capacity, and faster devices.", 44*5ecf7b4eSGunnar Mills "longDescription": "The term shall specify that a client allows the service to provide more resources than requested, which includes, but is not limited to, a larger quantity of items, larger capacity, and faster devices. If not specified by the client, the service shall treat this as `false`." 45*5ecf7b4eSGunnar Mills }, 46*5ecf7b4eSGunnar Mills "@Redfish.ZoneAffinity": { 47*5ecf7b4eSGunnar Mills "type": "string", 48*5ecf7b4eSGunnar Mills "description": "The term specifies that a client requests that the service fulfills a request with resources available within a specific zone resource. The term value is the Id property of the zone resource.", 49*5ecf7b4eSGunnar Mills "longDescription": "The term shall specify that a client requests that the service fulfills a request with resources available in a specific zone resource. The term value shall contain the Id property of the zone resource. This term shall only be at the root level of the request payload." 50*5ecf7b4eSGunnar Mills }, 51*5ecf7b4eSGunnar Mills "@Redfish.ResourceBlockLimits": { 52*5ecf7b4eSGunnar Mills "description": "The term specifies the allowable quantities of types of resource blocks for a composition request.", 53*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlockLimits" 54*5ecf7b4eSGunnar Mills }, 55*5ecf7b4eSGunnar Mills "@Redfish.SupportedCertificates": { 56*5ecf7b4eSGunnar Mills "description": "The term specifies the supported certificate formats for a given certificate collection.", 57*5ecf7b4eSGunnar Mills "type": "array", 58*5ecf7b4eSGunnar Mills "items": { 59*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Certificate.json#/definitions/CertificateType" 60*5ecf7b4eSGunnar Mills }, 61*5ecf7b4eSGunnar Mills "readonly": true 62*5ecf7b4eSGunnar Mills }, 63*5ecf7b4eSGunnar Mills "@Redfish.WriteableProperties": { 64*5ecf7b4eSGunnar Mills "description": "The term specifies the properties supported as read-write. The values contained are the names of the writable properties as defined in the Redfish schema that are available as read-write given the implementation, current configuration, and state of the resource. This term might appear at the root level of a resource, or within an object. For arrays of objects, the term might only appear in the first element of the array to indicate identical capabilities for every element in the array.", 65*5ecf7b4eSGunnar Mills "type": "array", 66*5ecf7b4eSGunnar Mills "items": { 67*5ecf7b4eSGunnar Mills "type": "string" 68*5ecf7b4eSGunnar Mills }, 69*5ecf7b4eSGunnar Mills "readonly": true 70*5ecf7b4eSGunnar Mills }, 71*5ecf7b4eSGunnar Mills "@odata.context": { 72*5ecf7b4eSGunnar Mills "type": "string", 73*5ecf7b4eSGunnar Mills "format": "uri-reference", 74*5ecf7b4eSGunnar Mills "readonly": true, 75*5ecf7b4eSGunnar Mills "description": "The OData description of a payload.", 76*5ecf7b4eSGunnar Mills "longDescription": "The value of this property shall be the context URL that describes the resource according to OData-Protocol and shall be of the form defined in the Redfish Specification." 77*5ecf7b4eSGunnar Mills }, 78*5ecf7b4eSGunnar Mills "@odata.id": { 79*5ecf7b4eSGunnar Mills "type": "string", 80*5ecf7b4eSGunnar Mills "format": "uri-reference", 81*5ecf7b4eSGunnar Mills "readonly": true, 82*5ecf7b4eSGunnar Mills "description": "The unique identifier for a resource.", 83*5ecf7b4eSGunnar Mills "longDescription": "The value of this property shall be the unique identifier for the resource and it shall be of the form defined in the Redfish Specification." 84*5ecf7b4eSGunnar Mills }, 85*5ecf7b4eSGunnar Mills "@odata.type": { 86*5ecf7b4eSGunnar Mills "type": "string", 87*5ecf7b4eSGunnar Mills "readonly": true, 88*5ecf7b4eSGunnar Mills "description": "The type of a resource.", 89*5ecf7b4eSGunnar Mills "longDescription": "The value of this property shall be a URI fragment that specifies the type of the resource and it shall be of the form defined in the Redfish Specification." 90*5ecf7b4eSGunnar Mills }, 91*5ecf7b4eSGunnar Mills "@odata.etag": { 92*5ecf7b4eSGunnar Mills "type": "string", 93*5ecf7b4eSGunnar Mills "readonly": true, 94*5ecf7b4eSGunnar Mills "description": "The current ETag of the resource.", 95*5ecf7b4eSGunnar Mills "longDescription": "The value of this property shall be a string that is defined by the ETag HTTP header definition in RFC7232." 96*5ecf7b4eSGunnar Mills } 97*5ecf7b4eSGunnar Mills }, 98*5ecf7b4eSGunnar Mills "patternProperties": { 99*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.AllowableValues$": { 100*5ecf7b4eSGunnar Mills "description": "The set of allowable values for an action parameter or read-write property.", 101*5ecf7b4eSGunnar Mills "type": "array", 102*5ecf7b4eSGunnar Mills "items": { 103*5ecf7b4eSGunnar Mills "type": "string" 104*5ecf7b4eSGunnar Mills }, 105*5ecf7b4eSGunnar Mills "readonly": true 106*5ecf7b4eSGunnar Mills }, 107*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.OperationApplyTimeSupport$": { 108*5ecf7b4eSGunnar Mills "description": "An indication of whether a client can request an apply time for a create, delete, or action operation of a resource through the OperationApplyTime term.", 109*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTimeSupport" 110*5ecf7b4eSGunnar Mills }, 111*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.RequiredOnCreate$": { 112*5ecf7b4eSGunnar Mills "description": "The term specifies that a property is required to be specified in the body of a POST request to create the resource.", 113*5ecf7b4eSGunnar Mills "type": "boolean", 114*5ecf7b4eSGunnar Mills "readonly": true 115*5ecf7b4eSGunnar Mills }, 116*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.SetOnlyOnCreate$": { 117*5ecf7b4eSGunnar Mills "description": "The term specifies that a property can only be set when a client creates an instance of a resource through POST.", 118*5ecf7b4eSGunnar Mills "type": "boolean", 119*5ecf7b4eSGunnar Mills "readonly": true 120*5ecf7b4eSGunnar Mills }, 121*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.OptionalOnCreate$": { 122*5ecf7b4eSGunnar Mills "description": "The term specifies that a property can be set when a client creates an instance of a resource through POST.", 123*5ecf7b4eSGunnar Mills "type": "boolean", 124*5ecf7b4eSGunnar Mills "readonly": true 125*5ecf7b4eSGunnar Mills }, 126*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.UpdatableAfterCreate$": { 127*5ecf7b4eSGunnar Mills "description": "The term specifies that a property can be set by a client that uses PATCH after it creates an instance of a resource through POST.", 128*5ecf7b4eSGunnar Mills "type": "boolean", 129*5ecf7b4eSGunnar Mills "readonly": true 130*5ecf7b4eSGunnar Mills }, 131*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.Deprecated$": { 132*5ecf7b4eSGunnar Mills "description": "The term shall be applied to a property or value to specify that the property or value is deprecated. The string value should explain the deprecation, including new property or properties or value to use. The property or value can be supported in new and existing implementations, but usage in new implementations is discouraged. Deprecated properties and values are likely to be removed in a future major version of the schema.", 133*5ecf7b4eSGunnar Mills "type": "string", 134*5ecf7b4eSGunnar Mills "readonly": true 135*5ecf7b4eSGunnar Mills }, 136*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.AllowableNumbers$": { 137*5ecf7b4eSGunnar Mills "description": "The term specifies the numeric values or duration values, inclusive ranges of values, and incremental step values for an action parameter or a read-write property that are supported by the service, as defined in the 'Allowable values for numbers and durations' clause of the Redfish Specification.", 138*5ecf7b4eSGunnar Mills "type": "array", 139*5ecf7b4eSGunnar Mills "items": { 140*5ecf7b4eSGunnar Mills "type": "string" 141*5ecf7b4eSGunnar Mills }, 142*5ecf7b4eSGunnar Mills "readonly": true 143*5ecf7b4eSGunnar Mills }, 144*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.AllowablePattern$": { 145*5ecf7b4eSGunnar Mills "description": "The term specifies a regular expression that describes the allowable values for an action parameter or a read-write property as supported by the service.", 146*5ecf7b4eSGunnar Mills "type": "string", 147*5ecf7b4eSGunnar Mills "readonly": true 148*5ecf7b4eSGunnar Mills }, 149*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@Message.ExtendedInfo$": { 150*5ecf7b4eSGunnar Mills "description": "The ExtendedInfo annotation can be applied to any object or property to provide additional information about the item.", 151*5ecf7b4eSGunnar Mills "type": "array", 152*5ecf7b4eSGunnar Mills "items": { 153*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Message.json#/definitions/Message" 154*5ecf7b4eSGunnar Mills } 155*5ecf7b4eSGunnar Mills }, 156*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@odata.count$": { 157*5ecf7b4eSGunnar Mills "type": "integer", 158*5ecf7b4eSGunnar Mills "readonly": true, 159*5ecf7b4eSGunnar Mills "description": "The number of items in a collection.", 160*5ecf7b4eSGunnar Mills "longDescription": "The value of this property shall be an integer representing the number of items in a collection." 161*5ecf7b4eSGunnar Mills }, 162*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@odata.nextLink$": { 163*5ecf7b4eSGunnar Mills "type": "string", 164*5ecf7b4eSGunnar Mills "format": "uri-reference", 165*5ecf7b4eSGunnar Mills "readonly": true, 166*5ecf7b4eSGunnar Mills "description": "The URI to the resource containing the next set of partial members.", 167*5ecf7b4eSGunnar Mills "longDescription": "The value of this property shall be a URI to a resource, with the same @odata.type, containing the next set of partial members." 168*5ecf7b4eSGunnar Mills } 169*5ecf7b4eSGunnar Mills } 170*5ecf7b4eSGunnar Mills} 171