{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary", "title": "microsoft.graph.windowsInformationProtectionNetworkLearningSummary", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "windowsInformationProtectionNetworkLearningSummary", "required": [ "@odata.type" ], "type": "object", "properties": { "deviceCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Device Count", "format": "int32" }, "url": { "type": "string", "description": "Website url", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "Windows Information Protection Network learning Summary entity." } ], "x-ms-discriminator-value": "#microsoft.graph.windowsInformationProtectionNetworkLearningSummary" }