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