{
    "$id": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.json",
    "$ref": "#/definitions/NetworkInterface",
    "$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": {
        "NetworkInterface": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.v1_0_8.json#/definitions/NetworkInterface"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.v1_1_7.json#/definitions/NetworkInterface"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.v1_2_3.json#/definitions/NetworkInterface"
                }
            ],
            "deletable": false,
            "description": "The `NetworkInterface` schema describes links to the network adapters, network ports, and network device functions, and represents the functionality available to the containing system.",
            "insertable": false,
            "longDescription": "This resource contains links to the network adapters, network ports, and network device functions, and represents the functionality available to the containing system.",
            "updatable": false,
            "uris": [
                "/redfish/v1/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#NetworkInterface.NetworkInterface"
}