{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedMobileApp", "title": "microsoft.graph.managedMobileApp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "managedMobileApp", "required": [ "@odata.type" ], "type": "object", "properties": { "mobileAppIdentifier": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.mobileAppIdentifier" }, { "type": "object", "nullable": true } ], "description": "The identifier for an app with it's operating system type." }, "version": { "type": "string", "description": "Version of the entity.", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "The identifier for the deployment an app." } ], "x-ms-discriminator-value": "#microsoft.graph.managedMobileApp" }