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>
diff --git a/static/redfish/v1/JsonSchemas/AccelerationFunction/index.json b/static/redfish/v1/JsonSchemas/AccelerationFunction/index.json
new file mode 100644
index 0000000..477f9cf
--- /dev/null
+++ b/static/redfish/v1/JsonSchemas/AccelerationFunction/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+ "@odata.id": "/redfish/v1/JSONSchemas/AccelerationFunction",
+ "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+ "Name": "AccelerationFunction Schema File",
+ "Schema": "#AccelerationFunction.AccelerationFunction",
+ "Description": "AccelerationFunction Schema File Location",
+ "Id": "AccelerationFunction",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccelerationFunction.json",
+ "Uri": "/redfish/v1/JSONSchemas/AccelerationFunction/AccelerationFunction.json"
+ }
+ ],
+ "Location@odata.count": 1
+}
\ No newline at end of file