{
  "id": "ConnectApi.​mentionvalidation​status",
  "nodeType": "enum",
  "name": "​MentionValidation​Status",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​MentionValidation​Status",
    "textToLower": "​mentionvalidation​status",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​MentionValidation​Status_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "description": "Type of validation error for a proposed mention, if any.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/connectAPI_enums.htm",
  "values": [
    {
      "type": "entity.enum.value",
      "text": "Disallowed",
      "textToLower": "disallowed",
      "isAux": false,
      "range": {
        "start": {
          "line": -1,
          "character": 0
        },
        "end": {
          "line": -1,
          "character": 0
        },
        "isEmpty": true,
        "isSingleLine": true
      },
      "id": "entity.enum.value_Disallowed_-1:0",
      "order": 1,
      "memberOrder": 1
    },
    {
      "type": "entity.enum.value",
      "text": "Inaccessible",
      "textToLower": "inaccessible",
      "isAux": false,
      "range": {
        "start": {
          "line": -1,
          "character": 0
        },
        "end": {
          "line": -1,
          "character": 0
        },
        "isEmpty": true,
        "isSingleLine": true
      },
      "id": "entity.enum.value_Inaccessible_-1:0",
      "order": 2,
      "memberOrder": 2
    },
    {
      "type": "entity.enum.value",
      "text": "Ok",
      "textToLower": "ok",
      "isAux": false,
      "range": {
        "start": {
          "line": -1,
          "character": 0
        },
        "end": {
          "line": -1,
          "character": 0
        },
        "isEmpty": true,
        "isSingleLine": true
      },
      "id": "entity.enum.value_Ok_-1:0",
      "order": 3,
      "memberOrder": 3
    }
  ]
}