{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.iosStoreApp", "title": "microsoft.graph.iosStoreApp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.mobileApp" }, { "title": "iosStoreApp", "required": [ "@odata.type" ], "type": "object", "properties": { "applicableDeviceType": { "$ref": "#/components/schemas/microsoft.graph.iosDeviceType" }, "appStoreUrl": { "type": "string", "description": "The Apple App Store URL", "nullable": true }, "bundleId": { "type": "string", "description": "The Identity Name.", "nullable": true }, "minimumSupportedOperatingSystem": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.iosMinimumOperatingSystem" }, { "type": "object", "nullable": true } ], "description": "The value for the minimum applicable operating system." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.iosStoreApp" } }, "description": "Contains properties and inherited properties for iOS store apps." } ], "x-ms-discriminator-value": "#microsoft.graph.iosStoreApp" }