{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_user", "title": "teams-devices_user", "properties": { "email": { "$ref": "#/components/schemas/teams-devices_email" }, "id": { "$ref": "#/components/schemas/teams-devices_components-schemas-uuid" }, "name": { "description": "The enrolled device user's name.", "example": "John Appleseed", "type": "string" } }, "type": "object" }