{
    "$id": "http://redfish.dmtf.org/schemas/v1/HostInterface.json",
    "$ref": "#/definitions/HostInterface",
    "$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": {
        "HostInterface": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/HostInterface.v1_0_8.json#/definitions/HostInterface"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/HostInterface.v1_1_8.json#/definitions/HostInterface"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/HostInterface.v1_2_5.json#/definitions/HostInterface"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/HostInterface.v1_3_3.json#/definitions/HostInterface"
                }
            ],
            "deletable": false,
            "description": "The `HostInterface` schema contains properties associated with a Redfish host interface.  A Redfish host interface is a connection between host software and a Redfish service.",
            "insertable": false,
            "longDescription": "This resource shall represent a Redfish host interface as part of the Redfish Specification.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Managers/{ManagerId}/HostInterfaces/{HostInterfaceId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#HostInterface.HostInterface"
}