{
    "$id": "http://redfish.dmtf.org/schemas/v1/Job.json",
    "$ref": "#/definitions/Job",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "Job": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Job.v1_0_13.json#/definitions/Job"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Job.v1_1_7.json#/definitions/Job"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Job.v1_2_5.json#/definitions/Job"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Job.v1_3_0.json#/definitions/Job"
                }
            ],
            "deletable": true,
            "description": "The `Job` schema contains information about a job that a Redfish job service schedules or executes.  Clients create jobs to describe a series of operations that occur at periodic intervals.",
            "insertable": false,
            "longDescription": "This resource shall contain a job in a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/JobService/Jobs/{JobId}",
                "/redfish/v1/JobService/Jobs/{JobId}/Steps/{JobId2}"
            ]
        },
        "JobExcerpt": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Job.v1_0_13.json#/definitions/JobExcerpt"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Job.v1_1_7.json#/definitions/JobExcerpt"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Job.v1_2_5.json#/definitions/JobExcerpt"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Job.v1_3_0.json#/definitions/JobExcerpt"
                }
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Job.Job"
}