{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.androidMobileAppIdentifier", "title": "microsoft.graph.androidMobileAppIdentifier", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.mobileAppIdentifier" }, { "title": "androidMobileAppIdentifier", "required": [ "@odata.type" ], "type": "object", "properties": { "packageId": { "type": "string", "description": "The identifier for an app, as specified in the play store." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.androidMobileAppIdentifier" } }, "description": "The identifier for an Android app." } ], "x-ms-discriminator-value": "#microsoft.graph.androidMobileAppIdentifier" }