{
    "$id": "http://redfish.dmtf.org/schemas/v1/HeaterMetrics.json",
    "$ref": "#/definitions/HeaterMetrics",
    "$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": {
        "HeaterMetrics": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/HeaterMetrics.v1_0_2.json#/definitions/HeaterMetrics"
                }
            ],
            "deletable": false,
            "description": "The `HeaterMetrics` schema contains definitions for the metrics of a heater.",
            "insertable": false,
            "longDescription": "This resource shall be used to represent the metrics of a heater unit for a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Heaters/{HeaderId}/Metrics"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#HeaterMetrics.HeaterMetrics"
}