Microsoft Graph · Schema

responseEmotionType

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphresponseemotiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.responseEmotionType",
  "title": "responseEmotionType",
  "enum": [
    "none",
    "confident",
    "excited",
    "happy",
    "motivated",
    "peaceful",
    "ambitious",
    "cheerful",
    "comfortable",
    "creative",
    "determined",
    "energized",
    "focused",
    "fulfilled",
    "grateful",
    "included",
    "inspired",
    "optimistic",
    "proud",
    "successful",
    "valuable",
    "annoyed",
    "bored",
    "calm",
    "confused",
    "glad",
    "content",
    "pensive",
    "reserved",
    "restless",
    "shocked",
    "tired",
    "angry",
    "depressed",
    "exhausted",
    "lonely",
    "nervous",
    "anxious",
    "apathetic",
    "concerned",
    "disappointed",
    "frightened",
    "frustrated",
    "hopeless",
    "hurt",
    "jealous",
    "miserable",
    "overwhelmed",
    "skeptical",
    "stressed",
    "stuck",
    "worthless",
    "awed",
    "ashamed",
    "curious",
    "sensitive",
    "sad",
    "unknownFutureValue"
  ],
  "type": "string"
}