{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.teamsLicensingDetails", "title": "microsoft.graph.teamsLicensingDetails", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "teamsLicensingDetails", "required": [ "@odata.type" ], "type": "object", "properties": { "hasTeamsLicense": { "type": "boolean", "description": "Indicates whether the user has a valid license to use Microsoft Teams.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.teamsLicensingDetails" }