{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionIPRangeCollection", "title": "windowsInformationProtectionIPRangeCollection", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "Display name" }, "ranges": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.ipRange" }, "description": "Collection of ip ranges" }, "@odata.type": { "type": "string" } }, "description": "Windows Information Protection IP Range Collection" }