{
    "$id": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.json",
    "$ref": "#/definitions/TrustedComponent",
    "$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": {
        "TrustedComponent": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.v1_0_2.json#/definitions/TrustedComponent"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.v1_1_2.json#/definitions/TrustedComponent"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.v1_2_2.json#/definitions/TrustedComponent"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.v1_3_2.json#/definitions/TrustedComponent"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.v1_4_0.json#/definitions/TrustedComponent"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.v1_5_0.json#/definitions/TrustedComponent"
                }
            ],
            "deletable": false,
            "description": "The `TrustedComponent` resource represents a trusted device, such as a TPM.",
            "insertable": false,
            "longDescription": "This resource shall represent a trusted component in a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Chassis/{ChassisId}/TrustedComponents/{TrustedComponentId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#TrustedComponent.TrustedComponent"
}