{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.iPv6CidrRange", "title": "microsoft.graph.iPv6CidrRange", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.ipRange" }, { "title": "iPv6CidrRange", "required": [ "@odata.type" ], "type": "object", "properties": { "cidrAddress": { "type": "string", "description": "IPv6 address in CIDR notation. Not nullable." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.iPv6CidrRange" } } } ], "x-ms-discriminator-value": "#microsoft.graph.iPv6CidrRange" }