blob: 0bfdb13840543d31e9183c82444956a3e1e01637 [file] [log] [blame]
Ed Tanous530520e2019-01-02 13:41:37 -08001{
2 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_4_1.json",
3 "copyright": "Copyright 2014-2018 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
4 "properties": {
5 "@Redfish.ActionInfo": {
6 "description": "The term can be applied to an Action to specify a URI to an ActionInfo resource which describes the parameters supported by this instance of the Action.",
7 "type": "string",
8 "format": "uri",
9 "readonly": true
10 },
11 "@Redfish.Settings": {
12 "description": "Reference to the resource that represents the settings to be applied to this object.",
13 "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/Settings"
14 },
15 "@Redfish.SettingsApplyTime": {
16 "description": "Configuration settings for when the values in the settings object are applied to a given resource.",
17 "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/PreferredApplyTime"
18 },
19 "@Redfish.OperationApplyTime": {
20 "description": "The requested apply time from a client when performing a Create, Delete, or Action operation.",
21 "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTime"
22 },
23 "@Redfish.OperationApplyTimeSupport": {
24 "description": "Indicates if a client is allowed to request for a specific apply time of a Create, Delete, or Action operation of a given resource via the OperationApplyTime term.",
25 "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTimeSupport"
26 },
27 "@Redfish.MaintenanceWindow": {
28 "description": "Maintenance window configuration of a resource for when to apply settings or operations.",
29 "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/MaintenanceWindow"
30 },
31 "@Redfish.CollectionCapabilities": {
32 "description": "Reference to the resource that represents the POST capabilities of a given collection.",
33 "$ref": "http://redfish.dmtf.org/schemas/v1/CollectionCapabilities.json#/definitions/CollectionCapabilities"
34 },
35 "@odata.context": {
36 "type": "string",
37 "format": "uri",
38 "readonly": true,
39 "description": "The OData description of a payload.",
40 "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."
41 },
42 "@odata.id": {
43 "type": "string",
44 "format": "uri",
45 "readonly": true,
46 "description": "The unique identifier for a resource.",
47 "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."
48 },
49 "@odata.type": {
50 "type": "string",
51 "readonly": true,
52 "description": "The type of a resource.",
53 "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."
54 },
55 "@odata.etag": {
56 "type": "string",
57 "readonly": true,
58 "description": "The current ETag of the resource.",
59 "longDescription": "The value of this property shall be a string that is defined by the ETag HTTP header definition in RFC7232."
60 }
61 },
62 "patternProperties": {
63 "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.AllowableValues$": {
64 "description": "The set of allowable values for a parameter or property.",
65 "type": "array",
66 "items": {
67 "type": "string"
68 },
69 "readonly": true
70 },
71 "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.RequiredOnCreate$": {
72 "description": "The term specifies that a property is required to be specified in the body of a POST request to create the resource.",
73 "type": "boolean",
74 "readonly": true
75 },
76 "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.SetOnlyOnCreate$": {
77 "description": "The term specifies that a property can only be set when a client is creating a new instance of a resource via POST.",
78 "type": "boolean",
79 "readonly": true
80 },
81 "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.OptionalOnCreate$": {
82 "description": "The term specifies that a property may be set when a client is creating a new instance of a resource via POST.",
83 "type": "boolean",
84 "readonly": true
85 },
86 "^([a-zA-Z_][a-zA-Z0-9_]*)?@Redfish.UpdatableAfterCreate$": {
87 "description": "The term specifies that a property may be set by a client using PATCH after creating a new instance of a resource via POST.",
88 "type": "boolean",
89 "readonly": true
90 },
91 "^([a-zA-Z_][a-zA-Z0-9_]*)?@Message.ExtendedInfo$": {
92 "description": "The ExtendedInfo annotation can be applied to any object or property to provide additional information about the item.",
93 "type": "array",
94 "items": {
95 "$ref": "http://redfish.dmtf.org/schemas/v1/Message.json#/definitions/Message"
96 }
97 },
98 "^([a-zA-Z_][a-zA-Z0-9_]*)?@odata.count$": {
99 "type": "integer",
100 "readonly": true,
101 "description": "The number of items in a collection.",
102 "longDescription": "The value of this property shall be an integer representing the number of items in a collection."
103 },
104 "^([a-zA-Z_][a-zA-Z0-9_]*)?@odata.nextLink$": {
105 "type": "string",
106 "format": "uri",
107 "readonly": true,
108 "description": "The URI to the resource containing the next set of partial members.",
109 "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."
110 }
111 }
112}