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