{
    "$id": "http://redfish.dmtf.org/schemas/v1/Schedule.json",
    "$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": {
        "Schedule": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Schedule.v1_0_4.json#/definitions/Schedule"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Schedule.v1_1_5.json#/definitions/Schedule"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Schedule.v1_2_5.json#/definitions/Schedule"
                }
            ],
            "description": "Schedules a series of occurrences.",
            "longDescription": "The properties of this type shall schedule a series of occurrences."
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Schedule"
}