{
    "$id": "http://redfish.dmtf.org/schemas/v1/OperatingSystem.json",
    "$ref": "#/definitions/OperatingSystem",
    "$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": {
        "OperatingSystem": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/OperatingSystem.v1_0_2.json#/definitions/OperatingSystem"
                }
            ],
            "deletable": false,
            "description": "The `OperatingSystem` schema represents the operating system and software running on a computer system.",
            "insertable": false,
            "longDescription": "This resource shall represent the operating system and software running on a computer system.",
            "updatable": false,
            "uris": [
                "/redfish/v1/Systems/{ComputerSystemId}/OperatingSystem",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/OperatingSystem",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/OperatingSystem"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#OperatingSystem.OperatingSystem"
}