{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.mobileAppContent", "title": "microsoft.graph.mobileAppContent", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "mobileAppContent", "required": [ "@odata.type" ], "type": "object", "properties": { "containedApps": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.mobileContainedApp" }, "description": "The collection of contained apps in a MobileLobApp acting as a package.", "x-ms-navigationProperty": true }, "files": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.mobileAppContentFile" }, "description": "The list of files for this app content version.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } }, "description": "Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile." } ], "x-ms-discriminator-value": "#microsoft.graph.mobileAppContent" }