alexandria/alexandria/model/redfish/1.0/Task.json

18 lines
631 B
JSON
Executable File

{
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.1.0.0.json",
"title": "#Task.Task",
"$ref": "#/definitions/Task",
"definitions": {
"Task": {
"anyOf": [
{
"$ref": "http://redfish.dmtf.org/schemas/v1/odata.4.0.0.json#/definitions/idRef"
},
{
"$ref": "http://redfish.dmtf.org/schemas/Task.1.0.0.json#/definitions/Task"
}
]
}
},
"copyright": "Copyright 2014-2015 Distributed Management Task Force, Inc. (DMTF). All rights reserved."
}