{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.iosHomeScreenApp",
"title": "microsoft.graph.iosHomeScreenApp",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.iosHomeScreenItem"
},
{
"title": "iosHomeScreenApp",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"bundleID": {
"type": "string",
"description": "BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true."
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.iosHomeScreenApp"
}
},
"description": "Represents an icon for an app on the Home Screen"
}
],
"x-ms-discriminator-value": "#microsoft.graph.iosHomeScreenApp"
}