{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.iPv6Range", "title": "microsoft.graph.iPv6Range", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.ipRange" }, { "title": "iPv6Range", "required": [ "@odata.type" ], "type": "object", "properties": { "lowerAddress": { "type": "string", "description": "Lower address." }, "upperAddress": { "type": "string", "description": "Upper address." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.iPv6Range" } }, "description": "IPv6 Range definition." } ], "x-ms-discriminator-value": "#microsoft.graph.iPv6Range" }