{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.win32LobAppRule", "title": "win32LobAppRule", "required": [ "@odata.type" ], "type": "object", "properties": { "ruleType": { "$ref": "#/components/schemas/microsoft.graph.win32LobAppRuleType" }, "@odata.type": { "type": "string" } }, "description": "A base complex type to store the detection or requirement rule data for a Win32 LOB app.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.win32LobAppFileSystemRule": "#/components/schemas/microsoft.graph.win32LobAppFileSystemRule", "#microsoft.graph.win32LobAppPowerShellScriptRule": "#/components/schemas/microsoft.graph.win32LobAppPowerShellScriptRule", "#microsoft.graph.win32LobAppProductCodeRule": "#/components/schemas/microsoft.graph.win32LobAppProductCodeRule", "#microsoft.graph.win32LobAppRegistryRule": "#/components/schemas/microsoft.graph.win32LobAppRegistryRule" } } }