{
    "$id": "http://redfish.dmtf.org/schemas/v1/TaskService.json",
    "$ref": "#/definitions/TaskService",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2026 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "TaskService": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TaskService.v1_0_10.json#/definitions/TaskService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TaskService.v1_1_7.json#/definitions/TaskService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TaskService.v1_2_1.json#/definitions/TaskService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TaskService.v1_3_0.json#/definitions/TaskService"
                }
            ],
            "deletable": false,
            "description": "The `TaskService` schema describes a task service that enables management of long-duration operations, includes the properties for the task service itself, and has links to the resource collection of tasks.",
            "insertable": false,
            "longDescription": "This resource contains a task service for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/TaskService"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#TaskService.TaskService"
}