{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.outlookUser", "title": "microsoft.graph.outlookUser", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "outlookUser", "required": [ "@odata.type" ], "type": "object", "properties": { "masterCategories": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.outlookCategory" }, "description": "A list of categories defined for the user.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.outlookUser" }