{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.educationTeamsAppResource",
"title": "microsoft.graph.educationTeamsAppResource",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.educationResource"
},
{
"title": "educationTeamsAppResource",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"appIconWebUrl": {
"type": "string",
"description": "URL that points to the icon of the app.",
"nullable": true
},
"appId": {
"type": "string",
"description": "Teams app ID of the application.",
"nullable": true
},
"teamsEmbeddedContentUrl": {
"type": "string",
"description": "URL for the app resource that will be opened by Teams.",
"nullable": true
},
"webUrl": {
"type": "string",
"description": "URL for the app resource that can be opened in the browser.",
"nullable": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.educationTeamsAppResource"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.educationTeamsAppResource"
}