summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json')
-rw-r--r--static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json104
1 files changed, 48 insertions, 56 deletions
diff --git a/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json b/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
index 1babb2ff72..5c3f7f8b7f 100644
--- a/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
+++ b/static/redfish/v1/JsonSchemas/MemoryDomain/MemoryDomain.json
@@ -1,14 +1,15 @@
{
+ "$id": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_2_3.json",
"$ref": "#/definitions/MemoryDomain",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
- "copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
+ "copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
"definitions": {
"Actions": {
"additionalProperties": false,
- "description": "The available actions for this resource.",
- "longDescription": "This type shall contain the available actions for this resource.",
+ "description": "The available actions for this Resource.",
+ "longDescription": "This type shall contain the available actions for this Resource.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -24,18 +25,19 @@
"properties": {
"Oem": {
"$ref": "#/definitions/OemActions",
- "description": "This property contains the available OEM specific actions for this resource.",
- "longDescription": "This property shall contain any additional OEM actions for this resource."
+ "description": "The available OEM-specific actions for this Resource.",
+ "longDescription": "This property shall contain the available OEM-specific actions for this Resource.",
+ "versionAdded": "v1_2_0"
}
},
"type": "object"
},
"MemoryDomain": {
"additionalProperties": false,
- "description": "This is the schema definition of a Memory Domain and its configuration. Memory Domains are used to indicate to the client which Memory (DIMMs) can be grouped together in Memory Chunks to form interleave sets or otherwise grouped together.",
- "longDescription": "This resource shall be used to represent Memory Domains in a Redfish implementation.",
+ "description": "The MemoryDomain schema describes a memory domain and its configuration. Memory domains indicate to the client which memory, or DIMMs, can be grouped together in memory chunks to represent addressable memory.",
+ "longDescription": "This Resource shall represent memory domains in a Redfish implementation.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -50,25 +52,26 @@
},
"properties": {
"@odata.context": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/context"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
},
"@odata.etag": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/etag"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
},
"@odata.id": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/id"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
},
"@odata.type": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/type"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
},
"Actions": {
"$ref": "#/definitions/Actions",
- "description": "The available actions for this resource.",
- "longDescription": "The Actions property shall contain the available actions for this resource."
+ "description": "The available actions for this Resource.",
+ "longDescription": "This property shall contain the available actions for this Resource.",
+ "versionAdded": "v1_2_0"
},
"AllowsBlockProvisioning": {
- "description": "Indicates if this Memory Domain supports the provisioning of blocks of memory.",
- "longDescription": "The value of this property shall indicate if this Memory Domain supports the creation of Blocks of memory.",
+ "description": "An indication of whether this memory domain supports the provisioning of blocks of memory.",
+ "longDescription": "This property shall indicate whether this memory domain supports the creation of blocks of memory.",
"readonly": true,
"type": [
"boolean",
@@ -76,8 +79,8 @@
]
},
"AllowsMemoryChunkCreation": {
- "description": "Indicates if this Memory Domain supports the creation of Memory Chunks.",
- "longDescription": "The value of this property shall indicate if this Memory Domain supports the creation of Memory Chunks.",
+ "description": "An indication of whether this memory domain supports the creation of memory chunks.",
+ "longDescription": "This property shall indicate whether this memory domain supports the creation of memory chunks.",
"readonly": true,
"type": [
"boolean",
@@ -85,22 +88,24 @@
]
},
"AllowsMirroring": {
- "description": "Indicates if this Memory Domain supports the creation of Memory Chunks with mirroring enabled.",
- "longDescription": "The value of this property shall indicate if this Memory Domain supports the creation of Memory Chunks with mirroring enabled.",
+ "description": "An indication of whether this memory domain supports the creation of memory chunks with mirroring enabled.",
+ "longDescription": "This property shall indicate whether this memory domain supports the creation of memory chunks with mirroring enabled.",
"readonly": true,
"type": [
"boolean",
"null"
- ]
+ ],
+ "versionAdded": "v1_1_0"
},
"AllowsSparing": {
- "description": "Indicates if this Memory Domain supports the creation of Memory Chunks with sparing enabled.",
- "longDescription": "The value of this property shall indicate if this Memory Domain supports the creation of Memory Chunks with sparing enabled.",
+ "description": "An indication of whether this memory domain supports the creation of memory chunks with sparing enabled.",
+ "longDescription": "This property shall indicate whether this memory domain supports the creation of memory chunks with sparing enabled.",
"readonly": true,
"type": [
"boolean",
"null"
- ]
+ ],
+ "versionAdded": "v1_1_0"
},
"Description": {
"anyOf": [
@@ -118,31 +123,17 @@
"readonly": true
},
"InterleavableMemorySets": {
- "description": "This is the interleave sets for the memory chunk.",
+ "description": "The interleave sets for the memory chunk.",
"items": {
- "anyOf": [
- {
- "$ref": "#/definitions/MemorySet"
- },
- {
- "type": "null"
- }
- ]
+ "$ref": "#/definitions/MemorySet"
},
- "longDescription": "These properties shall represent the interleave sets for the memory chunk.",
+ "longDescription": "This property shall represent the interleave sets for the memory chunk.",
"type": "array"
},
"MemoryChunks": {
- "anyOf": [
- {
- "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryChunksCollection.json#/definitions/MemoryChunksCollection"
- },
- {
- "type": "null"
- }
- ],
- "description": "A reference to the collection of Memory Chunks associated with this Memory Domain.",
- "longDescription": "The value of this property shall be a link to a collection of type MemoryChunkCollection.",
+ "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryChunksCollection.json#/definitions/MemoryChunksCollection",
+ "description": "The link to the collection of memory chunks associated with this memory domain.",
+ "longDescription": "This property shall contain a link to a Resource Collection of type MemoryChunkCollection.",
"readonly": true
},
"Name": {
@@ -151,8 +142,8 @@
},
"Oem": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
- "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.",
- "longDescription": "The value of this string shall be of the format for the reserved word *Oem*."
+ "description": "The OEM extension property.",
+ "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
}
},
"required": [
@@ -165,10 +156,10 @@
},
"MemorySet": {
"additionalProperties": false,
- "description": "This is the interleave sets for a memory chunk.",
+ "description": "The interleave sets for a memory chunk.",
"longDescription": "This type shall represent the interleave sets for a memory chunk.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -183,26 +174,26 @@
},
"properties": {
"MemorySet": {
- "description": "This is the collection of memory for a particular interleave set.",
+ "description": "The set of memory for a particular interleave set.",
"items": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Memory.json#/definitions/Memory"
},
- "longDescription": "The values in this collection shall be links to objects of type Memory.",
+ "longDescription": "The values in this array shall be links to Resources of the Memory type.",
"readonly": true,
"type": "array"
},
"MemorySet@odata.count": {
- "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count"
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
}
},
"type": "object"
},
"OemActions": {
"additionalProperties": true,
- "description": "The available OEM specific actions for this resource.",
- "longDescription": "This type shall contain any additional OEM actions for this resource.",
+ "description": "The available OEM-specific actions for this Resource.",
+ "longDescription": "This type shall contain the available OEM-specific actions for this Resource.",
"patternProperties": {
- "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": {
+ "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
@@ -220,5 +211,6 @@
}
},
"owningEntity": "DMTF",
- "title": "#MemoryDomain.v1_2_1.MemoryDomain"
+ "release": "2017.1",
+ "title": "#MemoryDomain.v1_2_3.MemoryDomain"
} \ No newline at end of file