{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection", "title": "windowsInformationProtectionResourceCollection", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "Display name" }, "resources": { "type": "array", "items": { "type": "string", "nullable": true }, "description": "Collection of resources" }, "@odata.type": { "type": "string" } }, "description": "Windows Information Protection Resource Collection" }