{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.targetManager", "title": "microsoft.graph.targetManager", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.subjectSet" }, { "title": "targetManager", "required": [ "@odata.type" ], "type": "object", "properties": { "managerLevel": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Manager level, between 1 and 4. The direct manager is 1.", "format": "int32", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.targetManager" } } } ], "x-ms-discriminator-value": "#microsoft.graph.targetManager" }