{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.win32LobAppAutoUpdateSettings", "title": "win32LobAppAutoUpdateSettings", "required": [ "@odata.type" ], "type": "object", "properties": { "autoUpdateSupersededAppsState": { "$ref": "#/components/schemas/microsoft.graph.win32LobAutoUpdateSupersededAppsState" }, "@odata.type": { "type": "string" } }, "description": "Contains properties used to perform the auto-update of an application." }