summaryrefslogtreecommitdiffstats
path: root/static/redfish/v1/JsonSchemas/Job
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2019-01-21 10:11:34 -0600
committerEd Tanous <ed.tanous@intel.com>2019-02-02 01:11:52 +0000
commitd45d2d0f40413ca91af7fdc2f08b71f2bd828825 (patch)
treeea024d02ce6aeae285e2c2b34af0a55ac60d92af /static/redfish/v1/JsonSchemas/Job
parentfe7e97d3108aa98b6bead4101694098b09adbafb (diff)
downloadbmcweb-d45d2d0f40413ca91af7fdc2f08b71f2bd828825.tar.gz
bmcweb-d45d2d0f40413ca91af7fdc2f08b71f2bd828825.zip
Redfish: Update schema files to 2018.3
Redfish schema 2018.3 was released on January 11th, 2019. While there aren't any plans to utilize any of the new services, it makes sense to keep up to date with the latest static data. This commit was largely done automatically using the update_schemas.py script. Change-Id: I74c6fac08d21629ca976ff8694fce011b5247e34 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'static/redfish/v1/JsonSchemas/Job')
-rw-r--r--static/redfish/v1/JsonSchemas/Job/Job.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/static/redfish/v1/JsonSchemas/Job/Job.json b/static/redfish/v1/JsonSchemas/Job/Job.json
index ff46181..c38dc6f 100644
--- a/static/redfish/v1/JsonSchemas/Job/Job.json
+++ b/static/redfish/v1/JsonSchemas/Job/Job.json
@@ -1,4 +1,5 @@
{
+ "$id": "http://redfish.dmtf.org/schemas/v1/Job.v1_0_1.json",
"$ref": "#/definitions/Job",
"$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",
@@ -153,7 +154,8 @@
"type": [
"integer",
"null"
- ]
+ ],
+ "units": "%"
},
"Schedule": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Schedule.json#/definitions/Schedule",
@@ -312,5 +314,6 @@
}
},
"owningEntity": "DMTF",
- "title": "#Job.v1_0_0.Job"
+ "release": "2018.2",
+ "title": "#Job.v1_0_1.Job"
} \ No newline at end of file
OpenPOWER on IntegriCloud