1*28cfceb2SGunnar Mills{
2*28cfceb2SGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/redfish-payload-annotations.v1_2_3.json",
3*28cfceb2SGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
4*28cfceb2SGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
5*28cfceb2SGunnar Mills    "properties": {
6*28cfceb2SGunnar Mills        "@Redfish.ActionInfo": {
7*28cfceb2SGunnar 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*28cfceb2SGunnar Mills            "type": "string",
9*28cfceb2SGunnar Mills            "format": "uri-reference",
10*28cfceb2SGunnar Mills            "readonly": true
11*28cfceb2SGunnar Mills        },
12*28cfceb2SGunnar Mills        "@Redfish.Settings": {
13*28cfceb2SGunnar Mills            "description": "The link to the settings resource that represents the settings to apply to this resource.",
14*28cfceb2SGunnar Mills            "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/Settings"
15*28cfceb2SGunnar Mills        },
16*28cfceb2SGunnar Mills        "@Redfish.SettingsApplyTime": {
17*28cfceb2SGunnar Mills            "description": "The configuration settings for when the values in the settings object are applied to a resource.",
18*28cfceb2SGunnar Mills            "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/PreferredApplyTime"
19*28cfceb2SGunnar Mills        },
20*28cfceb2SGunnar Mills        "@Redfish.OperationApplyTime": {
21*28cfceb2SGunnar Mills            "description": "The requested apply time from a client when performing a create, delete, or action operation.",
22*28cfceb2SGunnar Mills            "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTime"
23*28cfceb2SGunnar Mills        },
24*28cfceb2SGunnar Mills        "@Redfish.OperationApplyTimeSupport": {
25*28cfceb2SGunnar 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.",
26*28cfceb2SGunnar Mills            "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTimeSupport"
27*28cfceb2SGunnar Mills        },
28*28cfceb2SGunnar Mills        "@Redfish.MaintenanceWindow": {
29*28cfceb2SGunnar Mills            "description": "The maintenance window configuration for a resource for when to apply settings or operations.",
30*28cfceb2SGunnar Mills            "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/MaintenanceWindow"
31*28cfceb2SGunnar Mills        },
32*28cfceb2SGunnar Mills        "@Redfish.CollectionCapabilities": {
33*28cfceb2SGunnar Mills            "description": "The link to the resource that represents the POST capabilities of a collection.",
34*28cfceb2SGunnar Mills            "$ref": "http://redfish.dmtf.org/schemas/v1/CollectionCapabilities.json#/definitions/CollectionCapabilities"
35*28cfceb2SGunnar Mills        },
36*28cfceb2SGunnar Mills        "@Redfish.RequestedCount": {
37*28cfceb2SGunnar Mills            "type": "integer",
38*28cfceb2SGunnar Mills            "description": "The term is used by a client to specify a request for a quantity of items."
39*28cfceb2SGunnar Mills        },
40*28cfceb2SGunnar Mills        "@Redfish.RequestedCountRequired": {
41*28cfceb2SGunnar Mills            "type": "boolean",
42*28cfceb2SGunnar Mills            "readonly": true,
43*28cfceb2SGunnar 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."
44*28cfceb2SGunnar Mills        },
45*28cfceb2SGunnar Mills        "@Redfish.AllowOverprovisioning": {
46*28cfceb2SGunnar Mills            "type": "boolean",
47*28cfceb2SGunnar 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.",
48*28cfceb2SGunnar 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`."
49*28cfceb2SGunnar Mills        },
50*28cfceb2SGunnar Mills        "@Redfish.ZoneAffinity": {
51*28cfceb2SGunnar Mills            "type": "string",
52*28cfceb2SGunnar 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.",
53*28cfceb2SGunnar 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."
54*28cfceb2SGunnar Mills        },
55*28cfceb2SGunnar Mills        "@Redfish.ResourceBlockLimits": {
56*28cfceb2SGunnar Mills            "description": "The term specifies the allowable quantities of types of resource blocks for a composition request.",
57*28cfceb2SGunnar Mills            "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlockLimits"
58*28cfceb2SGunnar Mills        },
59*28cfceb2SGunnar Mills        "@Redfish.SupportedCertificates": {
60*28cfceb2SGunnar Mills            "description": "The term specifies the supported certificate formats for a given certificate collection.",
61*28cfceb2SGunnar Mills            "type": "array",
62*28cfceb2SGunnar Mills            "items": {
63*28cfceb2SGunnar Mills                "$ref": "http://redfish.dmtf.org/schemas/v1/Certificate.json#/definitions/CertificateType"
64*28cfceb2SGunnar Mills            },
65*28cfceb2SGunnar Mills            "readonly": true
66*28cfceb2SGunnar Mills        },
67*28cfceb2SGunnar Mills        "@Redfish.WriteableProperties": {
68*28cfceb2SGunnar 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.",
69*28cfceb2SGunnar Mills            "type": "array",
70*28cfceb2SGunnar Mills            "items": {
71*28cfceb2SGunnar Mills                "type": "string"
72*28cfceb2SGunnar Mills            },
73*28cfceb2SGunnar Mills            "readonly": true
74*28cfceb2SGunnar Mills        },
75*28cfceb2SGunnar Mills        "@odata.context": {
76*28cfceb2SGunnar Mills            "type": "string",
77*28cfceb2SGunnar Mills            "format": "uri-reference",
78*28cfceb2SGunnar Mills            "readonly": true,
79*28cfceb2SGunnar Mills            "description": "The OData description of a payload.",
80*28cfceb2SGunnar 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."
81*28cfceb2SGunnar Mills        },
82*28cfceb2SGunnar Mills        "@odata.id": {
83*28cfceb2SGunnar Mills            "type": "string",
84*28cfceb2SGunnar Mills            "format": "uri-reference",
85*28cfceb2SGunnar Mills            "readonly": true,
86*28cfceb2SGunnar Mills            "description": "The unique identifier for a resource.",
87*28cfceb2SGunnar 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."
88*28cfceb2SGunnar Mills        },
89*28cfceb2SGunnar Mills        "@odata.type": {
90*28cfceb2SGunnar Mills            "type": "string",
91*28cfceb2SGunnar Mills            "readonly": true,
92*28cfceb2SGunnar Mills            "description": "The type of a resource.",
93*28cfceb2SGunnar 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."
94*28cfceb2SGunnar Mills        },
95*28cfceb2SGunnar Mills        "@odata.etag": {
96*28cfceb2SGunnar Mills            "type": "string",
97*28cfceb2SGunnar Mills            "readonly": true,
98*28cfceb2SGunnar Mills            "description": "The current ETag of the resource.",
99*28cfceb2SGunnar Mills            "longDescription": "The value of this property shall be a string that is defined by the ETag HTTP header definition in RFC7232."
100*28cfceb2SGunnar Mills        }
101*28cfceb2SGunnar Mills    },
102*28cfceb2SGunnar Mills    "patternProperties": {
103*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.AllowableValues$": {
104*28cfceb2SGunnar Mills            "description": "The set of allowable values for an action parameter or read-write property.",
105*28cfceb2SGunnar Mills            "type": "array",
106*28cfceb2SGunnar Mills            "items": {
107*28cfceb2SGunnar Mills                "type": "string"
108*28cfceb2SGunnar Mills            },
109*28cfceb2SGunnar Mills            "readonly": true
110*28cfceb2SGunnar Mills        },
111*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.RequiredOnCreate$": {
112*28cfceb2SGunnar 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*28cfceb2SGunnar Mills            "type": "boolean",
114*28cfceb2SGunnar Mills            "readonly": true
115*28cfceb2SGunnar Mills        },
116*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.SetOnlyOnCreate$": {
117*28cfceb2SGunnar Mills            "description": "The term specifies that a property can only be set when a client creates an instance of a resource through POST.",
118*28cfceb2SGunnar Mills            "type": "boolean",
119*28cfceb2SGunnar Mills            "readonly": true
120*28cfceb2SGunnar Mills        },
121*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.OptionalOnCreate$": {
122*28cfceb2SGunnar Mills            "description": "The term specifies that a property can be set when a client creates an instance of a resource through POST.",
123*28cfceb2SGunnar Mills            "type": "boolean",
124*28cfceb2SGunnar Mills            "readonly": true
125*28cfceb2SGunnar Mills        },
126*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.UpdatableAfterCreate$": {
127*28cfceb2SGunnar 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*28cfceb2SGunnar Mills            "type": "boolean",
129*28cfceb2SGunnar Mills            "readonly": true
130*28cfceb2SGunnar Mills        },
131*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.Deprecated$": {
132*28cfceb2SGunnar 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*28cfceb2SGunnar Mills            "type": "string",
134*28cfceb2SGunnar Mills            "readonly": true
135*28cfceb2SGunnar Mills        },
136*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.AllowableNumbers$": {
137*28cfceb2SGunnar 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*28cfceb2SGunnar Mills            "type": "array",
139*28cfceb2SGunnar Mills            "items": {
140*28cfceb2SGunnar Mills                "type": "string"
141*28cfceb2SGunnar Mills            },
142*28cfceb2SGunnar Mills            "readonly": true
143*28cfceb2SGunnar Mills        },
144*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.AllowablePattern$": {
145*28cfceb2SGunnar 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*28cfceb2SGunnar Mills            "type": "string",
147*28cfceb2SGunnar Mills            "readonly": true
148*28cfceb2SGunnar Mills        },
149*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@Message.ExtendedInfo$": {
150*28cfceb2SGunnar Mills            "description": "The ExtendedInfo annotation can be applied to any object or property to provide additional information about the item.",
151*28cfceb2SGunnar Mills            "type": "array",
152*28cfceb2SGunnar Mills            "items": {
153*28cfceb2SGunnar Mills                "$ref": "http://redfish.dmtf.org/schemas/v1/Message.json#/definitions/Message"
154*28cfceb2SGunnar Mills            }
155*28cfceb2SGunnar Mills        },
156*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@odata.count$": {
157*28cfceb2SGunnar Mills            "type": "integer",
158*28cfceb2SGunnar Mills            "readonly": true,
159*28cfceb2SGunnar Mills            "description": "The number of items in a collection.",
160*28cfceb2SGunnar Mills            "longDescription": "The value of this property shall be an integer representing the number of items in a collection."
161*28cfceb2SGunnar Mills        },
162*28cfceb2SGunnar Mills        "^([a-zA-Z_][a-zA-Z0-9_]*)?@odata.nextLink$": {
163*28cfceb2SGunnar Mills            "type": "string",
164*28cfceb2SGunnar Mills            "format": "uri-reference",
165*28cfceb2SGunnar Mills            "readonly": true,
166*28cfceb2SGunnar Mills            "description": "The URI to the resource containing the next set of partial members.",
167*28cfceb2SGunnar 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*28cfceb2SGunnar Mills        }
169*28cfceb2SGunnar Mills    }
170*28cfceb2SGunnar Mills}
171