{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.androidStoreApp", "title": "microsoft.graph.androidStoreApp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.mobileApp" }, { "title": "androidStoreApp", "required": [ "@odata.type" ], "type": "object", "properties": { "appStoreUrl": { "type": "string", "description": "The Android app store URL.", "nullable": true }, "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. This property is read-only.", "nullable": true, "readOnly": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.androidStoreApp" } }, "description": "Contains properties and inherited properties for Android store apps." } ], "x-ms-discriminator-value": "#microsoft.graph.androidStoreApp" }