{
    "$id": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json",
    "$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": {
        "IPv4Address": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_0_12.json#/definitions/IPv4Address"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_1_5.json#/definitions/IPv4Address"
                }
            ],
            "description": "This type describes an IPv4 address.",
            "longDescription": "This type shall describe an IPv4 address assigned to an interface."
        },
        "IPv6Address": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_0_12.json#/definitions/IPv6Address"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_1_5.json#/definitions/IPv6Address"
                }
            ],
            "description": "This type describes an IPv6 address.",
            "longDescription": "This type shall describe an IPv6 address assigned to an interface."
        },
        "IPv6GatewayStaticAddress": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_1_5.json#/definitions/IPv6GatewayStaticAddress"
                }
            ],
            "description": "This type represents a single IPv6 static address to be assigned on a network interface.",
            "longDescription": "This type shall represent a single IPv6 static address to be assigned on a network interface."
        },
        "IPv6StaticAddress": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_0_12.json#/definitions/IPv6StaticAddress"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_1_5.json#/definitions/IPv6StaticAddress"
                }
            ],
            "description": "This type represents a single IPv6 static address to be assigned on a network interface.",
            "longDescription": "This type shall represent a single IPv6 static address to be assigned on a network interface."
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#IPAddresses"
}