{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedAndroidLobApp", "title": "microsoft.graph.managedAndroidLobApp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.managedMobileLobApp" }, { "title": "managedAndroidLobApp", "required": [ "@odata.type" ], "type": "object", "properties": { "minimumSupportedOperatingSystem": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.androidMinimumOperatingSystem" }, { "type": "object", "nullable": true } ], "description": "The value for the minimum applicable operating system." }, "packageId": { "type": "string", "description": "The package identifier.", "nullable": true }, "versionCode": { "type": "string", "description": "The version code of managed Android Line of Business (LoB) app.", "nullable": true }, "versionName": { "type": "string", "description": "The version name of managed Android Line of Business (LoB) app.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.managedAndroidLobApp" } }, "description": "Contains properties and inherited properties for Managed Android Line Of Business apps." } ], "x-ms-discriminator-value": "#microsoft.graph.managedAndroidLobApp" }