{
  "type": "File",
  "start": 0,
  "end": 12325,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 375,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 12325,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 375,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 15,
        "end": 79,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 64
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 21,
            "end": 78,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 63
              }
            },
            "id": {
              "type": "Identifier",
              "start": 21,
              "end": 30,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 15
                },
                "identifierName": "validator"
              },
              "name": "validator"
            },
            "init": {
              "type": "MemberExpression",
              "start": 33,
              "end": 78,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 18
                },
                "end": {
                  "line": 3,
                  "column": 63
                }
              },
              "object": {
                "type": "CallExpression",
                "start": 33,
                "end": 68,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 18
                  },
                  "end": {
                    "line": 3,
                    "column": 53
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 33,
                  "end": 40,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 18
                    },
                    "end": {
                      "line": 3,
                      "column": 25
                    },
                    "identifierName": "require"
                  },
                  "name": "require"
                },
                "arguments": [
                  {
                    "type": "StringLiteral",
                    "start": 41,
                    "end": 67,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 26
                      },
                      "end": {
                        "line": 3,
                        "column": 52
                      }
                    },
                    "extra": {
                      "rawValue": "./utils/validator-extras",
                      "raw": "'./utils/validator-extras'"
                    },
                    "value": "./utils/validator-extras"
                  }
                ]
              },
              "property": {
                "type": "Identifier",
                "start": 69,
                "end": 78,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 54
                  },
                  "end": {
                    "line": 3,
                    "column": 63
                  },
                  "identifierName": "validator"
                },
                "name": "validator"
              },
              "computed": false
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 80,
        "end": 170,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 90
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 86,
            "end": 169,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 89
              }
            },
            "id": {
              "type": "Identifier",
              "start": 86,
              "end": 108,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 28
                },
                "identifierName": "extendModelValidations"
              },
              "name": "extendModelValidations"
            },
            "init": {
              "type": "MemberExpression",
              "start": 111,
              "end": 169,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 31
                },
                "end": {
                  "line": 4,
                  "column": 89
                }
              },
              "object": {
                "type": "CallExpression",
                "start": 111,
                "end": 146,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 31
                  },
                  "end": {
                    "line": 4,
                    "column": 66
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 111,
                  "end": 118,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 31
                    },
                    "end": {
                      "line": 4,
                      "column": 38
                    },
                    "identifierName": "require"
                  },
                  "name": "require"
                },
                "arguments": [
                  {
                    "type": "StringLiteral",
                    "start": 119,
                    "end": 145,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 39
                      },
                      "end": {
                        "line": 4,
                        "column": 65
                      }
                    },
                    "extra": {
                      "rawValue": "./utils/validator-extras",
                      "raw": "'./utils/validator-extras'"
                    },
                    "value": "./utils/validator-extras"
                  }
                ]
              },
              "property": {
                "type": "Identifier",
                "start": 147,
                "end": 169,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 67
                  },
                  "end": {
                    "line": 4,
                    "column": 89
                  },
                  "identifierName": "extendModelValidations"
                },
                "name": "extendModelValidations"
              },
              "computed": false
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 171,
        "end": 204,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 33
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 177,
            "end": 203,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 32
              }
            },
            "id": {
              "type": "Identifier",
              "start": 177,
              "end": 182,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 11
                },
                "identifierName": "Utils"
              },
              "name": "Utils"
            },
            "init": {
              "type": "CallExpression",
              "start": 185,
              "end": 203,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 14
                },
                "end": {
                  "line": 5,
                  "column": 32
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 185,
                "end": 192,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 14
                  },
                  "end": {
                    "line": 5,
                    "column": 21
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 193,
                  "end": 202,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 22
                    },
                    "end": {
                      "line": 5,
                      "column": 31
                    }
                  },
                  "extra": {
                    "rawValue": "./utils",
                    "raw": "'./utils'"
                  },
                  "value": "./utils"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 205,
        "end": 248,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 43
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 211,
            "end": 247,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 42
              }
            },
            "id": {
              "type": "Identifier",
              "start": 211,
              "end": 225,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 20
                },
                "identifierName": "sequelizeError"
              },
              "name": "sequelizeError"
            },
            "init": {
              "type": "CallExpression",
              "start": 228,
              "end": 247,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 23
                },
                "end": {
                  "line": 6,
                  "column": 42
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 228,
                "end": 235,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 23
                  },
                  "end": {
                    "line": 6,
                    "column": 30
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 236,
                  "end": 246,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 31
                    },
                    "end": {
                      "line": 6,
                      "column": 41
                    }
                  },
                  "extra": {
                    "rawValue": "./errors",
                    "raw": "'./errors'"
                  },
                  "value": "./errors"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 249,
        "end": 286,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 255,
            "end": 285,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 255,
              "end": 262,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 13
                },
                "identifierName": "Promise"
              },
              "name": "Promise"
            },
            "init": {
              "type": "CallExpression",
              "start": 265,
              "end": 285,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 16
                },
                "end": {
                  "line": 7,
                  "column": 36
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 265,
                "end": 272,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 16
                  },
                  "end": {
                    "line": 7,
                    "column": 23
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 273,
                  "end": 284,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 24
                    },
                    "end": {
                      "line": 7,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "./promise",
                    "raw": "'./promise'"
                  },
                  "value": "./promise"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 287,
        "end": 329,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 42
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 293,
            "end": 328,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 41
              }
            },
            "id": {
              "type": "Identifier",
              "start": 293,
              "end": 302,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 15
                },
                "identifierName": "DataTypes"
              },
              "name": "DataTypes"
            },
            "init": {
              "type": "CallExpression",
              "start": 305,
              "end": 328,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 18
                },
                "end": {
                  "line": 8,
                  "column": 41
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 305,
                "end": 312,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 18
                  },
                  "end": {
                    "line": 8,
                    "column": 25
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 313,
                  "end": 327,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 26
                    },
                    "end": {
                      "line": 8,
                      "column": 40
                    }
                  },
                  "extra": {
                    "rawValue": "./data-types",
                    "raw": "'./data-types'"
                  },
                  "value": "./data-types"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 330,
        "end": 358,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 28
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 336,
            "end": 357,
            "loc": {
              "start": {
                "line": 9,
                "column": 6
              },
              "end": {
                "line": 9,
                "column": 27
              }
            },
            "id": {
              "type": "Identifier",
              "start": 336,
              "end": 337,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 6
                },
                "end": {
                  "line": 9,
                  "column": 7
                },
                "identifierName": "_"
              },
              "name": "_"
            },
            "init": {
              "type": "CallExpression",
              "start": 340,
              "end": 357,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 10
                },
                "end": {
                  "line": 9,
                  "column": 27
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 340,
                "end": 347,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 10
                  },
                  "end": {
                    "line": 9,
                    "column": 17
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 348,
                  "end": 356,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 18
                    },
                    "end": {
                      "line": 9,
                      "column": 26
                    }
                  },
                  "extra": {
                    "rawValue": "lodash",
                    "raw": "'lodash'"
                  },
                  "value": "lodash"
                }
              ]
            }
          }
        ],
        "kind": "const",
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The Main Instance Validator.\n *\n * @param {Instance} modelInstance The model instance.\n * @param {Object} options A dict with options.\n * @constructor\n * @private\n ",
            "start": 360,
            "end": 533,
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 18,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ClassDeclaration",
        "start": 534,
        "end": 12048,
        "loc": {
          "start": {
            "line": 19,
            "column": 0
          },
          "end": {
            "line": 365,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 540,
          "end": 557,
          "loc": {
            "start": {
              "line": 19,
              "column": 6
            },
            "end": {
              "line": 19,
              "column": 23
            },
            "identifierName": "InstanceValidator"
          },
          "name": "InstanceValidator",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 558,
          "end": 12048,
          "loc": {
            "start": {
              "line": 19,
              "column": 24
            },
            "end": {
              "line": 365,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 563,
              "end": 1556,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 2
                },
                "end": {
                  "line": 58,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 563,
                "end": 574,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 2
                  },
                  "end": {
                    "line": 21,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 575,
                  "end": 588,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 14
                    },
                    "end": {
                      "line": 21,
                      "column": 27
                    },
                    "identifierName": "modelInstance"
                  },
                  "name": "modelInstance"
                },
                {
                  "type": "Identifier",
                  "start": 590,
                  "end": 597,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 29
                    },
                    "end": {
                      "line": 21,
                      "column": 36
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 599,
                "end": 1556,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 38
                  },
                  "end": {
                    "line": 58,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 605,
                    "end": 638,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 4
                      },
                      "end": {
                        "line": 22,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 605,
                      "end": 637,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 605,
                        "end": 612,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 22,
                            "column": 11
                          },
                          "identifierName": "options"
                        },
                        "name": "options"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 615,
                        "end": 637,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 14
                          },
                          "end": {
                            "line": 22,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 615,
                          "end": 631,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 14
                            },
                            "end": {
                              "line": 22,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 615,
                            "end": 622,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 14
                              },
                              "end": {
                                "line": 22,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 615,
                              "end": 616,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 14
                                },
                                "end": {
                                  "line": 22,
                                  "column": 15
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 617,
                              "end": 622,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 16
                                },
                                "end": {
                                  "line": 22,
                                  "column": 21
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 623,
                              "end": 630,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 22
                                },
                                "end": {
                                  "line": 22,
                                  "column": 29
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "ObjectExpression",
                          "start": 635,
                          "end": 637,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 34
                            },
                            "end": {
                              "line": 22,
                              "column": 36
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 644,
                    "end": 796,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 26,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 648,
                      "end": 679,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 39
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 648,
                        "end": 662,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 8
                          },
                          "end": {
                            "line": 24,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 648,
                          "end": 655,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 8
                            },
                            "end": {
                              "line": 24,
                              "column": 15
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 656,
                          "end": 662,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 16
                            },
                            "end": {
                              "line": 24,
                              "column": 22
                            },
                            "identifierName": "fields"
                          },
                          "name": "fields"
                        },
                        "computed": false
                      },
                      "operator": "&&",
                      "right": {
                        "type": "UnaryExpression",
                        "start": 666,
                        "end": 679,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 26
                          },
                          "end": {
                            "line": 24,
                            "column": 39
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 667,
                          "end": 679,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 27
                            },
                            "end": {
                              "line": 24,
                              "column": 39
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 667,
                            "end": 674,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 27
                              },
                              "end": {
                                "line": 24,
                                "column": 34
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 675,
                            "end": 679,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 35
                              },
                              "end": {
                                "line": 24,
                                "column": 39
                              },
                              "identifierName": "skip"
                            },
                            "name": "skip"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 681,
                      "end": 796,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 41
                        },
                        "end": {
                          "line": 26,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 689,
                          "end": 790,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 6
                            },
                            "end": {
                              "line": 25,
                              "column": 107
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 689,
                            "end": 789,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 6
                              },
                              "end": {
                                "line": 25,
                                "column": 106
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 689,
                              "end": 701,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 6
                                },
                                "end": {
                                  "line": 25,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 689,
                                "end": 696,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 13
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 697,
                                "end": 701,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 18
                                  },
                                  "identifierName": "skip"
                                },
                                "name": "skip"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 704,
                              "end": 789,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 21
                                },
                                "end": {
                                  "line": 25,
                                  "column": 106
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 704,
                                "end": 722,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 704,
                                  "end": 711,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 704,
                                    "end": 709,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 26
                                      },
                                      "identifierName": "Utils"
                                    },
                                    "name": "Utils"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 710,
                                    "end": 711,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 28
                                      },
                                      "identifierName": "_"
                                    },
                                    "name": "_"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 712,
                                  "end": 722,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 39
                                    },
                                    "identifierName": "difference"
                                  },
                                  "name": "difference"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 723,
                                  "end": 772,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 89
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 723,
                                    "end": 734,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 723,
                                      "end": 729,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 46
                                        },
                                        "identifierName": "Object"
                                      },
                                      "name": "Object"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 730,
                                      "end": 734,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 51
                                        },
                                        "identifierName": "keys"
                                      },
                                      "name": "keys"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 735,
                                      "end": 771,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 88
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 735,
                                        "end": 760,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 735,
                                          "end": 748,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 65
                                            },
                                            "identifierName": "modelInstance"
                                          },
                                          "name": "modelInstance"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 749,
                                          "end": 760,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 77
                                            },
                                            "identifierName": "constructor"
                                          },
                                          "name": "constructor"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 761,
                                        "end": 771,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 88
                                          },
                                          "identifierName": "attributes"
                                        },
                                        "name": "attributes"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 774,
                                  "end": 788,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 91
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 105
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 774,
                                    "end": 781,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 98
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 782,
                                    "end": 788,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 99
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 105
                                      },
                                      "identifierName": "fields"
                                    },
                                    "name": "fields"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": [],
                      "trailingComments": null
                    },
                    "alternate": null,
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " assign defined and default options",
                        "start": 802,
                        "end": 839,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 41
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 844,
                    "end": 909,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 4
                      },
                      "end": {
                        "line": 31,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 844,
                      "end": 908,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 6
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 844,
                        "end": 856,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 844,
                          "end": 848,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 849,
                          "end": 856,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 9
                            },
                            "end": {
                              "line": 29,
                              "column": 16
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 859,
                        "end": 908,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 19
                          },
                          "end": {
                            "line": 31,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 859,
                          "end": 875,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 19
                            },
                            "end": {
                              "line": 29,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 859,
                            "end": 866,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 19
                              },
                              "end": {
                                "line": 29,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 859,
                              "end": 864,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 19
                                },
                                "end": {
                                  "line": 29,
                                  "column": 24
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 865,
                              "end": 866,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 25
                                },
                                "end": {
                                  "line": 29,
                                  "column": 26
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 867,
                            "end": 875,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 27
                              },
                              "end": {
                                "line": 29,
                                "column": 35
                              },
                              "identifierName": "defaults"
                            },
                            "name": "defaults"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 876,
                            "end": 883,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 36
                              },
                              "end": {
                                "line": 29,
                                "column": 43
                              },
                              "identifierName": "options"
                            },
                            "name": "options"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 885,
                            "end": 907,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 45
                              },
                              "end": {
                                "line": 31,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 893,
                                "end": 901,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 14
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 893,
                                  "end": 897,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 10
                                    },
                                    "identifierName": "skip"
                                  },
                                  "name": "skip"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 899,
                                  "end": 901,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 14
                                    }
                                  },
                                  "elements": []
                                }
                              }
                            ]
                          }
                        ]
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " assign defined and default options",
                        "start": 802,
                        "end": 839,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 41
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 915,
                    "end": 950,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 39
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 915,
                      "end": 949,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 38
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 915,
                        "end": 933,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 915,
                          "end": 919,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 4
                            },
                            "end": {
                              "line": 33,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 920,
                          "end": 933,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 9
                            },
                            "end": {
                              "line": 33,
                              "column": 22
                            },
                            "identifierName": "modelInstance"
                          },
                          "name": "modelInstance"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 936,
                        "end": 949,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 25
                          },
                          "end": {
                            "line": 33,
                            "column": 38
                          },
                          "identifierName": "modelInstance"
                        },
                        "name": "modelInstance"
                      }
                    },
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Exposes a reference to validator.js. This allows you to add custom validations using `validator.extend`\n     * @name validator\n     * @private\n     ",
                        "start": 956,
                        "end": 1117,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 39,
                            "column": 7
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1122,
                    "end": 1149,
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 4
                      },
                      "end": {
                        "line": 40,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1122,
                      "end": 1148,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1122,
                        "end": 1136,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 40,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1122,
                          "end": 1126,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 40,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1127,
                          "end": 1136,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 9
                            },
                            "end": {
                              "line": 40,
                              "column": 18
                            },
                            "identifierName": "validator"
                          },
                          "name": "validator"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 1139,
                        "end": 1148,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 21
                          },
                          "end": {
                            "line": 40,
                            "column": 30
                          },
                          "identifierName": "validator"
                        },
                        "name": "validator"
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Exposes a reference to validator.js. This allows you to add custom validations using `validator.extend`\n     * @name validator\n     * @private\n     ",
                        "start": 956,
                        "end": 1117,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 39,
                            "column": 7
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     *  All errors will be stored here from the validations.\n     *\n     * @type {Array} Will contain keys that correspond to attributes which will\n     *   be Arrays of Errors.\n     * @private\n     ",
                        "start": 1155,
                        "end": 1360,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 7
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1365,
                    "end": 1382,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 4
                      },
                      "end": {
                        "line": 49,
                        "column": 21
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1365,
                      "end": 1381,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 20
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1365,
                        "end": 1376,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1365,
                          "end": 1369,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1370,
                          "end": 1376,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 9
                            },
                            "end": {
                              "line": 49,
                              "column": 15
                            },
                            "identifierName": "errors"
                          },
                          "name": "errors"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "ArrayExpression",
                        "start": 1379,
                        "end": 1381,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 18
                          },
                          "end": {
                            "line": 49,
                            "column": 20
                          }
                        },
                        "elements": []
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     *  All errors will be stored here from the validations.\n     *\n     * @type {Array} Will contain keys that correspond to attributes which will\n     *   be Arrays of Errors.\n     * @private\n     ",
                        "start": 1155,
                        "end": 1360,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 7
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * @type {boolean} Indicates if validations are in progress\n     * @private\n     ",
                        "start": 1388,
                        "end": 1479,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 4
                          },
                          "end": {
                            "line": 54,
                            "column": 7
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1484,
                    "end": 1508,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 4
                      },
                      "end": {
                        "line": 55,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1484,
                      "end": 1507,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1484,
                        "end": 1499,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 4
                          },
                          "end": {
                            "line": 55,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1484,
                          "end": 1488,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 4
                            },
                            "end": {
                              "line": 55,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1489,
                          "end": 1499,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 9
                            },
                            "end": {
                              "line": 55,
                              "column": 19
                            },
                            "identifierName": "inProgress"
                          },
                          "name": "inProgress"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "BooleanLiteral",
                        "start": 1502,
                        "end": 1507,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 22
                          },
                          "end": {
                            "line": 55,
                            "column": 27
                          }
                        },
                        "value": false
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * @type {boolean} Indicates if validations are in progress\n     * @private\n     ",
                        "start": 1388,
                        "end": 1479,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 4
                          },
                          "end": {
                            "line": 54,
                            "column": 7
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1514,
                    "end": 1552,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 4
                      },
                      "end": {
                        "line": 57,
                        "column": 42
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1514,
                      "end": 1551,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 57,
                          "column": 41
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1514,
                        "end": 1536,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 4
                          },
                          "end": {
                            "line": 57,
                            "column": 26
                          },
                          "identifierName": "extendModelValidations"
                        },
                        "name": "extendModelValidations"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 1537,
                          "end": 1550,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 27
                            },
                            "end": {
                              "line": 57,
                              "column": 40
                            },
                            "identifierName": "modelInstance"
                          },
                          "name": "modelInstance"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * The main entry point for the Validation module, invoke to start the dance.\n   *\n   * @return {Promise}\n   * @private\n   ",
                  "start": 1560,
                  "end": 1691,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 2
                    },
                    "end": {
                      "line": 65,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1694,
              "end": 2086,
              "loc": {
                "start": {
                  "line": 66,
                  "column": 2
                },
                "end": {
                  "line": 79,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1694,
                "end": 1703,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 2
                  },
                  "end": {
                    "line": 66,
                    "column": 11
                  },
                  "identifierName": "_validate"
                },
                "name": "_validate",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 1706,
                "end": 2086,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 14
                  },
                  "end": {
                    "line": 79,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 1712,
                    "end": 1799,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 4
                      },
                      "end": {
                        "line": 69,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 1716,
                      "end": 1731,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 23
                        }
                      },
                      "object": {
                        "type": "ThisExpression",
                        "start": 1716,
                        "end": 1720,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 8
                          },
                          "end": {
                            "line": 67,
                            "column": 12
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1721,
                        "end": 1731,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 13
                          },
                          "end": {
                            "line": 67,
                            "column": 23
                          },
                          "identifierName": "inProgress"
                        },
                        "name": "inProgress"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1733,
                      "end": 1799,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 25
                        },
                        "end": {
                          "line": 69,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ThrowStatement",
                          "start": 1741,
                          "end": 1793,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 6
                            },
                            "end": {
                              "line": 68,
                              "column": 58
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 1747,
                            "end": 1792,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 12
                              },
                              "end": {
                                "line": 68,
                                "column": 57
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1751,
                              "end": 1756,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 16
                                },
                                "end": {
                                  "line": 68,
                                  "column": 21
                                },
                                "identifierName": "Error"
                              },
                              "name": "Error"
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 1757,
                                "end": 1791,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 56
                                  }
                                },
                                "extra": {
                                  "rawValue": "Validations already in progress.",
                                  "raw": "'Validations already in progress.'"
                                },
                                "value": "Validations already in progress."
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1804,
                    "end": 1827,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 70,
                        "column": 27
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1804,
                      "end": 1826,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 26
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1804,
                        "end": 1819,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1804,
                          "end": 1808,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 4
                            },
                            "end": {
                              "line": 70,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1809,
                          "end": 1819,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 9
                            },
                            "end": {
                              "line": 70,
                              "column": 19
                            },
                            "identifierName": "inProgress"
                          },
                          "name": "inProgress"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "BooleanLiteral",
                        "start": 1822,
                        "end": 1826,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 22
                          },
                          "end": {
                            "line": 70,
                            "column": 26
                          }
                        },
                        "value": true
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1833,
                    "end": 2082,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 4
                      },
                      "end": {
                        "line": 78,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 1840,
                      "end": 2081,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 11
                        },
                        "end": {
                          "line": 78,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1840,
                        "end": 1957,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 11
                          },
                          "end": {
                            "line": 74,
                            "column": 10
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1840,
                          "end": 1952,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 11
                            },
                            "end": {
                              "line": 74,
                              "column": 5
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1840,
                            "end": 1851,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 11
                              },
                              "end": {
                                "line": 72,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1840,
                              "end": 1847,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 11
                                },
                                "end": {
                                  "line": 72,
                                  "column": 18
                                },
                                "identifierName": "Promise"
                              },
                              "name": "Promise"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1848,
                              "end": 1851,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 19
                                },
                                "end": {
                                  "line": 72,
                                  "column": 22
                                },
                                "identifierName": "all"
                              },
                              "name": "all"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 1859,
                              "end": 1946,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 6
                                },
                                "end": {
                                  "line": 73,
                                  "column": 93
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1859,
                                "end": 1916,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 63
                                  }
                                },
                                "object": {
                                  "type": "ArrayExpression",
                                  "start": 1859,
                                  "end": 1912,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 59
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "CallExpression",
                                      "start": 1860,
                                      "end": 1885,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 32
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1860,
                                        "end": 1883,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1860,
                                          "end": 1864,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 11
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1865,
                                          "end": 1883,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 30
                                            },
                                            "identifierName": "_builtinValidators"
                                          },
                                          "name": "_builtinValidators"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    {
                                      "type": "CallExpression",
                                      "start": 1887,
                                      "end": 1911,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 58
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1887,
                                        "end": 1909,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 56
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1887,
                                          "end": 1891,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1892,
                                          "end": 1909,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 56
                                            },
                                            "identifierName": "_customValidators"
                                          },
                                          "name": "_customValidators"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1913,
                                  "end": 1916,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 63
                                    },
                                    "identifierName": "map"
                                  },
                                  "name": "map"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1917,
                                  "end": 1945,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 92
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1917,
                                      "end": 1924,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 71
                                        },
                                        "identifierName": "promise"
                                      },
                                      "name": "promise"
                                    }
                                  ],
                                  "body": {
                                    "type": "CallExpression",
                                    "start": 1928,
                                    "end": 1945,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 92
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1928,
                                      "end": 1943,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 90
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1928,
                                        "end": 1935,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 82
                                          },
                                          "identifierName": "promise"
                                        },
                                        "name": "promise"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1936,
                                        "end": 1943,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 90
                                          },
                                          "identifierName": "reflect"
                                        },
                                        "name": "reflect"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1953,
                          "end": 1957,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 6
                            },
                            "end": {
                              "line": 74,
                              "column": 10
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 1958,
                          "end": 2080,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 11
                            },
                            "end": {
                              "line": 78,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 1964,
                            "end": 2080,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 17
                              },
                              "end": {
                                "line": 78,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 1972,
                                "end": 2074,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "MemberExpression",
                                  "start": 1976,
                                  "end": 1994,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1976,
                                    "end": 1987,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1976,
                                      "end": 1980,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1981,
                                      "end": 1987,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 21
                                        },
                                        "identifierName": "errors"
                                      },
                                      "name": "errors"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1988,
                                    "end": 1994,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 28
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 1996,
                                  "end": 2074,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ThrowStatement",
                                      "start": 2006,
                                      "end": 2066,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 68
                                        }
                                      },
                                      "argument": {
                                        "type": "NewExpression",
                                        "start": 2012,
                                        "end": 2065,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 67
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2016,
                                          "end": 2046,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 48
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2016,
                                            "end": 2030,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 32
                                              },
                                              "identifierName": "sequelizeError"
                                            },
                                            "name": "sequelizeError"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2031,
                                            "end": 2046,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 48
                                              },
                                              "identifierName": "ValidationError"
                                            },
                                            "name": "ValidationError"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NullLiteral",
                                            "start": 2047,
                                            "end": 2051,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 2053,
                                            "end": 2064,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 66
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2053,
                                              "end": 2057,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2058,
                                              "end": 2064,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 66
                                                },
                                                "identifierName": "errors"
                                              },
                                              "name": "errors"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * The main entry point for the Validation module, invoke to start the dance.\n   *\n   * @return {Promise}\n   * @private\n   ",
                  "start": 1560,
                  "end": 1691,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 2
                    },
                    "end": {
                      "line": 65,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Invoke the Validation sequence:\n   *   - Before Validation Model Hooks\n   *   - Validation\n   *   - On validation success: After Validation Model Hooks\n   *   - On validation failure: Validation Failed Model Hooks\n   *\n   * @return {Promise}\n   * @private\n   ",
                  "start": 2090,
                  "end": 2360,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 2
                    },
                    "end": {
                      "line": 90,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2363,
              "end": 2968,
              "loc": {
                "start": {
                  "line": 91,
                  "column": 2
                },
                "end": {
                  "line": 105,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2363,
                "end": 2371,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 2
                  },
                  "end": {
                    "line": 91,
                    "column": 10
                  },
                  "identifierName": "validate"
                },
                "name": "validate",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 2374,
                "end": 2968,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 13
                  },
                  "end": {
                    "line": 105,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 2380,
                    "end": 2935,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 4
                      },
                      "end": {
                        "line": 103,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 2384,
                      "end": 2402,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 8
                        },
                        "end": {
                          "line": 92,
                          "column": 26
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 2384,
                        "end": 2396,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 8
                          },
                          "end": {
                            "line": 92,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2384,
                          "end": 2388,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 8
                            },
                            "end": {
                              "line": 92,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2389,
                          "end": 2396,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 13
                            },
                            "end": {
                              "line": 92,
                              "column": 20
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2397,
                        "end": 2402,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 21
                          },
                          "end": {
                            "line": 92,
                            "column": 26
                          },
                          "identifierName": "hooks"
                        },
                        "name": "hooks"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 2404,
                      "end": 2935,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 28
                        },
                        "end": {
                          "line": 103,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 2412,
                          "end": 2929,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 6
                            },
                            "end": {
                              "line": 102,
                              "column": 36
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 2419,
                            "end": 2928,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 13
                              },
                              "end": {
                                "line": 102,
                                "column": 35
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2419,
                              "end": 2908,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 13
                                },
                                "end": {
                                  "line": 102,
                                  "column": 15
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2419,
                                "end": 2892,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 111
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2419,
                                  "end": 2794,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 13
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 2419,
                                    "end": 2780,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 9
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2419,
                                      "end": 2524,
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 13
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 2419,
                                        "end": 2510,
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 104
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2419,
                                          "end": 2458,
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 52
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2419,
                                            "end": 2449,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 43
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2419,
                                              "end": 2437,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2419,
                                                "end": 2423,
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2424,
                                                "end": 2437,
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 31
                                                  },
                                                  "identifierName": "modelInstance"
                                                },
                                                "name": "modelInstance"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2438,
                                              "end": 2449,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 43
                                                },
                                                "identifierName": "constructor"
                                              },
                                              "name": "constructor"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2450,
                                            "end": 2458,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 52
                                              },
                                              "identifierName": "runHooks"
                                            },
                                            "name": "runHooks"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2459,
                                            "end": 2475,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 69
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "beforeValidate",
                                              "raw": "'beforeValidate'"
                                            },
                                            "value": "beforeValidate"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 2477,
                                            "end": 2495,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 89
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2477,
                                              "end": 2481,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 75
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2482,
                                              "end": 2495,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 89
                                                },
                                                "identifierName": "modelInstance"
                                              },
                                              "name": "modelInstance"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 2497,
                                            "end": 2509,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 91
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 103
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2497,
                                              "end": 2501,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 91
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 95
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2502,
                                              "end": 2509,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 96
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 103
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2520,
                                        "end": 2524,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 13
                                          },
                                          "identifierName": "then"
                                        },
                                        "name": "then"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 2525,
                                        "end": 2770,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 11
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 2541,
                                          "end": 2770,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 11
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2541,
                                            "end": 2563,
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 2541,
                                              "end": 2557,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 26
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2541,
                                                "end": 2555,
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 24
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2541,
                                                  "end": 2545,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 14
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2546,
                                                  "end": 2555,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 24
                                                    },
                                                    "identifierName": "_validate"
                                                  },
                                                  "name": "_validate"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2558,
                                              "end": 2563,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 32
                                                },
                                                "identifierName": "catch"
                                              },
                                              "name": "catch"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 2564,
                                              "end": 2758,
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 14
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": true,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 2564,
                                                  "end": 2569,
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 38
                                                    },
                                                    "identifierName": "error"
                                                  },
                                                  "name": "error"
                                                }
                                              ],
                                              "body": {
                                                "type": "CallExpression",
                                                "start": 2585,
                                                "end": 2758,
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 14
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2585,
                                                  "end": 2690,
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 117
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 2585,
                                                    "end": 2685,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 112
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2585,
                                                      "end": 2624,
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 51
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2585,
                                                        "end": 2615,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 42
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 2585,
                                                          "end": 2603,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 30
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 2585,
                                                            "end": 2589,
                                                            "loc": {
                                                              "start": {
                                                                "line": 96,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 96,
                                                                "column": 16
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2590,
                                                            "end": 2603,
                                                            "loc": {
                                                              "start": {
                                                                "line": 96,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 96,
                                                                "column": 30
                                                              },
                                                              "identifierName": "modelInstance"
                                                            },
                                                            "name": "modelInstance"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2604,
                                                          "end": 2615,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 42
                                                            },
                                                            "identifierName": "constructor"
                                                          },
                                                          "name": "constructor"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2616,
                                                        "end": 2624,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 51
                                                          },
                                                          "identifierName": "runHooks"
                                                        },
                                                        "name": "runHooks"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 2625,
                                                        "end": 2643,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 70
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "validationFailed",
                                                          "raw": "'validationFailed'"
                                                        },
                                                        "value": "validationFailed"
                                                      },
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 2645,
                                                        "end": 2663,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 72
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 90
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 2645,
                                                          "end": 2649,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 76
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2650,
                                                          "end": 2663,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 77
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 90
                                                            },
                                                            "identifierName": "modelInstance"
                                                          },
                                                          "name": "modelInstance"
                                                        },
                                                        "computed": false
                                                      },
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 2665,
                                                        "end": 2677,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 92
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 104
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 2665,
                                                          "end": 2669,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 92
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 96
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2670,
                                                          "end": 2677,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 97
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 104
                                                            },
                                                            "identifierName": "options"
                                                          },
                                                          "name": "options"
                                                        },
                                                        "computed": false
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 2679,
                                                        "end": 2684,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 106
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 111
                                                          },
                                                          "identifierName": "error"
                                                        },
                                                        "name": "error"
                                                      }
                                                    ]
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2686,
                                                    "end": 2690,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 113
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 117
                                                      },
                                                      "identifierName": "then"
                                                    },
                                                    "name": "then"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 2691,
                                                    "end": 2757,
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 118
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 13
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 2691,
                                                        "end": 2699,
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 118
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 126
                                                          },
                                                          "identifierName": "newError"
                                                        },
                                                        "name": "newError"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 2703,
                                                      "end": 2757,
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 130
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 13
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ThrowStatement",
                                                          "start": 2719,
                                                          "end": 2743,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 38
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "LogicalExpression",
                                                            "start": 2725,
                                                            "end": 2742,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 37
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "Identifier",
                                                              "start": 2725,
                                                              "end": 2733,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 97,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 97,
                                                                  "column": 28
                                                                },
                                                                "identifierName": "newError"
                                                              },
                                                              "name": "newError"
                                                            },
                                                            "operator": "||",
                                                            "right": {
                                                              "type": "Identifier",
                                                              "start": 2737,
                                                              "end": 2742,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 97,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 97,
                                                                  "column": 37
                                                                },
                                                                "identifierName": "error"
                                                              },
                                                              "name": "error"
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2790,
                                    "end": 2794,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 13
                                      },
                                      "identifierName": "then"
                                    },
                                    "name": "then"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 2795,
                                    "end": 2891,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 110
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "CallExpression",
                                      "start": 2801,
                                      "end": 2891,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 110
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2801,
                                        "end": 2840,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2801,
                                          "end": 2831,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2801,
                                            "end": 2819,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2801,
                                              "end": 2805,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2806,
                                              "end": 2819,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 38
                                                },
                                                "identifierName": "modelInstance"
                                              },
                                              "name": "modelInstance"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2820,
                                            "end": 2831,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 50
                                              },
                                              "identifierName": "constructor"
                                            },
                                            "name": "constructor"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2832,
                                          "end": 2840,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 59
                                            },
                                            "identifierName": "runHooks"
                                          },
                                          "name": "runHooks"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "StringLiteral",
                                          "start": 2841,
                                          "end": 2856,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 75
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "afterValidate",
                                            "raw": "'afterValidate'"
                                          },
                                          "value": "afterValidate"
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 2858,
                                          "end": 2876,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 77
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2858,
                                            "end": 2862,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 81
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2863,
                                            "end": 2876,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 82
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 95
                                              },
                                              "identifierName": "modelInstance"
                                            },
                                            "name": "modelInstance"
                                          },
                                          "computed": false
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 2878,
                                          "end": 2890,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 97
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 109
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2878,
                                            "end": 2882,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 97
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 101
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2883,
                                            "end": 2890,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 102
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 109
                                              },
                                              "identifierName": "options"
                                            },
                                            "name": "options"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2902,
                                "end": 2908,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 15
                                  },
                                  "identifierName": "return"
                                },
                                "name": "return"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 2909,
                                "end": 2927,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2909,
                                  "end": 2913,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 20
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2914,
                                  "end": 2927,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 34
                                    },
                                    "identifierName": "modelInstance"
                                  },
                                  "name": "modelInstance"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 2940,
                    "end": 2964,
                    "loc": {
                      "start": {
                        "line": 104,
                        "column": 4
                      },
                      "end": {
                        "line": 104,
                        "column": 28
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 2947,
                      "end": 2963,
                      "loc": {
                        "start": {
                          "line": 104,
                          "column": 11
                        },
                        "end": {
                          "line": 104,
                          "column": 27
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2947,
                        "end": 2961,
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 11
                          },
                          "end": {
                            "line": 104,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2947,
                          "end": 2951,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 11
                            },
                            "end": {
                              "line": 104,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2952,
                          "end": 2961,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 16
                            },
                            "end": {
                              "line": 104,
                              "column": 25
                            },
                            "identifierName": "_validate"
                          },
                          "name": "_validate"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Invoke the Validation sequence:\n   *   - Before Validation Model Hooks\n   *   - Validation\n   *   - On validation success: After Validation Model Hooks\n   *   - On validation failure: Validation Failed Model Hooks\n   *\n   * @return {Promise}\n   * @private\n   ",
                  "start": 2090,
                  "end": 2360,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 2
                    },
                    "end": {
                      "line": 90,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Will run all the built-in validators.\n   *\n   * @return {Promise(Array.<Promise.PromiseInspection>)} A promise from .reflect().\n   * @private\n   ",
                  "start": 2972,
                  "end": 3128,
                  "loc": {
                    "start": {
                      "line": 107,
                      "column": 2
                    },
                    "end": {
                      "line": 112,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3131,
              "end": 3833,
              "loc": {
                "start": {
                  "line": 113,
                  "column": 2
                },
                "end": {
                  "line": 134,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3131,
                "end": 3149,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 2
                  },
                  "end": {
                    "line": 113,
                    "column": 20
                  },
                  "identifierName": "_builtinValidators"
                },
                "name": "_builtinValidators",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 3152,
                "end": 3833,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 23
                  },
                  "end": {
                    "line": 134,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 3201,
                    "end": 3223,
                    "loc": {
                      "start": {
                        "line": 115,
                        "column": 4
                      },
                      "end": {
                        "line": 115,
                        "column": 26
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 3207,
                        "end": 3222,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 10
                          },
                          "end": {
                            "line": 115,
                            "column": 25
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 3207,
                          "end": 3217,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 10
                            },
                            "end": {
                              "line": 115,
                              "column": 20
                            },
                            "identifierName": "validators"
                          },
                          "name": "validators",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 3220,
                          "end": 3222,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 23
                            },
                            "end": {
                              "line": 115,
                              "column": 25
                            }
                          },
                          "elements": []
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "const",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " promisify all attribute invocations",
                        "start": 3158,
                        "end": 3196,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 4
                          },
                          "end": {
                            "line": 114,
                            "column": 42
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 3228,
                    "end": 3792,
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 4
                      },
                      "end": {
                        "line": 131,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 3228,
                      "end": 3791,
                      "loc": {
                        "start": {
                          "line": 116,
                          "column": 4
                        },
                        "end": {
                          "line": 131,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3228,
                        "end": 3241,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 4
                          },
                          "end": {
                            "line": 116,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 3228,
                          "end": 3235,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 4
                            },
                            "end": {
                              "line": 116,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3228,
                            "end": 3233,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 4
                              },
                              "end": {
                                "line": 116,
                                "column": 9
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3234,
                            "end": 3235,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 10
                              },
                              "end": {
                                "line": 116,
                                "column": 11
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3236,
                          "end": 3241,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 12
                            },
                            "end": {
                              "line": 116,
                              "column": 17
                            },
                            "identifierName": "forIn"
                          },
                          "name": "forIn"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 3242,
                          "end": 3274,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 18
                            },
                            "end": {
                              "line": 116,
                              "column": 50
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3242,
                            "end": 3260,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 18
                              },
                              "end": {
                                "line": 116,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3242,
                              "end": 3246,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 18
                                },
                                "end": {
                                  "line": 116,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3247,
                              "end": 3260,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 23
                                },
                                "end": {
                                  "line": 116,
                                  "column": 36
                                },
                                "identifierName": "modelInstance"
                              },
                              "name": "modelInstance"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3261,
                            "end": 3274,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 37
                              },
                              "end": {
                                "line": 116,
                                "column": 50
                              },
                              "identifierName": "rawAttributes"
                            },
                            "name": "rawAttributes"
                          },
                          "computed": false
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3276,
                          "end": 3790,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 52
                            },
                            "end": {
                              "line": 131,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3277,
                              "end": 3289,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 53
                                },
                                "end": {
                                  "line": 116,
                                  "column": 65
                                },
                                "identifierName": "rawAttribute"
                              },
                              "name": "rawAttribute"
                            },
                            {
                              "type": "Identifier",
                              "start": 3291,
                              "end": 3296,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 67
                                },
                                "end": {
                                  "line": 116,
                                  "column": 72
                                },
                                "identifierName": "field"
                              },
                              "name": "field"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3301,
                            "end": 3790,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 77
                              },
                              "end": {
                                "line": 131,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 3309,
                                "end": 3377,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 3313,
                                  "end": 3350,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 47
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 3313,
                                    "end": 3345,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 42
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3313,
                                      "end": 3338,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3313,
                                        "end": 3330,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3313,
                                          "end": 3325,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 22
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3313,
                                            "end": 3317,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3318,
                                            "end": 3325,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 22
                                              },
                                              "identifierName": "options"
                                            },
                                            "name": "options"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3326,
                                          "end": 3330,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 27
                                            },
                                            "identifierName": "skip"
                                          },
                                          "name": "skip"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3331,
                                        "end": 3338,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 35
                                          },
                                          "identifierName": "indexOf"
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 3339,
                                        "end": 3344,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 41
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      }
                                    ]
                                  },
                                  "operator": ">=",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 3349,
                                    "end": 3350,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 47
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 3352,
                                  "end": 3377,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 3362,
                                      "end": 3369,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 15
                                        }
                                      },
                                      "argument": null
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3385,
                                "end": 3436,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 57
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3391,
                                    "end": 3435,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 56
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3391,
                                      "end": 3396,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 17
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 3399,
                                      "end": 3435,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 56
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3399,
                                        "end": 3428,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 49
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3399,
                                          "end": 3417,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3399,
                                            "end": 3403,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3404,
                                            "end": 3417,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 38
                                              },
                                              "identifierName": "modelInstance"
                                            },
                                            "name": "modelInstance"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3418,
                                          "end": 3428,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 49
                                            },
                                            "identifierName": "dataValues"
                                          },
                                          "name": "dataValues"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3429,
                                        "end": 3434,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 55
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "IfStatement",
                                "start": 3444,
                                "end": 3623,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 3448,
                                  "end": 3507,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 69
                                    }
                                  },
                                  "left": {
                                    "type": "UnaryExpression",
                                    "start": 3448,
                                    "end": 3476,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 38
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 3449,
                                      "end": 3476,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3449,
                                        "end": 3461,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 23
                                          },
                                          "identifierName": "rawAttribute"
                                        },
                                        "name": "rawAttribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3462,
                                        "end": 3476,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 38
                                          },
                                          "identifierName": "_autoGenerated"
                                        },
                                        "name": "_autoGenerated"
                                      },
                                      "computed": false
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "UnaryExpression",
                                    "start": 3480,
                                    "end": 3507,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 69
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 3481,
                                      "end": 3507,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 69
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3481,
                                        "end": 3493,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 55
                                          },
                                          "identifierName": "rawAttribute"
                                        },
                                        "name": "rawAttribute"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3494,
                                        "end": 3507,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 69
                                          },
                                          "identifierName": "autoIncrement"
                                        },
                                        "name": "autoIncrement"
                                      },
                                      "computed": false
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 3509,
                                  "end": 3623,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3566,
                                      "end": 3615,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 57
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3566,
                                        "end": 3614,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 56
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3566,
                                          "end": 3586,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3566,
                                            "end": 3570,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 12
                                              }
                                            },
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3571,
                                            "end": 3586,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 28
                                              },
                                              "identifierName": "_validateSchema"
                                            },
                                            "name": "_validateSchema"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 3587,
                                            "end": 3599,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 41
                                              },
                                              "identifierName": "rawAttribute"
                                            },
                                            "name": "rawAttribute"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3601,
                                            "end": 3606,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 48
                                              },
                                              "identifierName": "field"
                                            },
                                            "name": "field"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3608,
                                            "end": 3613,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 55
                                              },
                                              "identifierName": "value"
                                            },
                                            "name": "value"
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " perform validations based on schema",
                                          "start": 3519,
                                          "end": 3557,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 46
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "IfStatement",
                                "start": 3631,
                                "end": 3784,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "CallExpression",
                                  "start": 3635,
                                  "end": 3686,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 61
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3635,
                                    "end": 3679,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3635,
                                      "end": 3664,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 39
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3635,
                                        "end": 3653,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3635,
                                          "end": 3639,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3640,
                                          "end": 3653,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 28
                                            },
                                            "identifierName": "modelInstance"
                                          },
                                          "name": "modelInstance"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3654,
                                        "end": 3664,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 39
                                          },
                                          "identifierName": "validators"
                                        },
                                        "name": "validators"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3665,
                                      "end": 3679,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 54
                                        },
                                        "identifierName": "hasOwnProperty"
                                      },
                                      "name": "hasOwnProperty"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 3680,
                                      "end": 3685,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 60
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    }
                                  ]
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 3688,
                                  "end": 3784,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3698,
                                      "end": 3776,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 86
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3698,
                                        "end": 3775,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 85
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3698,
                                          "end": 3713,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3698,
                                            "end": 3708,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 18
                                              },
                                              "identifierName": "validators"
                                            },
                                            "name": "validators"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3709,
                                            "end": 3713,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 23
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 3714,
                                            "end": 3774,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 84
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3714,
                                              "end": 3772,
                                              "loc": {
                                                "start": {
                                                  "line": 129,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 129,
                                                  "column": 82
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 3714,
                                                "end": 3764,
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 129,
                                                    "column": 74
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3714,
                                                  "end": 3744,
                                                  "loc": {
                                                    "start": {
                                                      "line": 129,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 129,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3714,
                                                    "end": 3739,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 3714,
                                                      "end": 3718,
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3719,
                                                      "end": 3739,
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 49
                                                        },
                                                        "identifierName": "_builtinAttrValidate"
                                                      },
                                                      "name": "_builtinAttrValidate"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3740,
                                                    "end": 3744,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 54
                                                      },
                                                      "identifierName": "call"
                                                    },
                                                    "name": "call"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ThisExpression",
                                                    "start": 3745,
                                                    "end": 3749,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 59
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 3751,
                                                    "end": 3756,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 66
                                                      },
                                                      "identifierName": "value"
                                                    },
                                                    "name": "value"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 3758,
                                                    "end": 3763,
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 68
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 73
                                                      },
                                                      "identifierName": "field"
                                                    },
                                                    "name": "field"
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3765,
                                                "end": 3772,
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 75
                                                  },
                                                  "end": {
                                                    "line": 129,
                                                    "column": 82
                                                  },
                                                  "identifierName": "reflect"
                                                },
                                                "name": "reflect"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 3798,
                    "end": 3829,
                    "loc": {
                      "start": {
                        "line": 133,
                        "column": 4
                      },
                      "end": {
                        "line": 133,
                        "column": 35
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 3805,
                      "end": 3828,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 11
                        },
                        "end": {
                          "line": 133,
                          "column": 34
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3805,
                        "end": 3816,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 11
                          },
                          "end": {
                            "line": 133,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3805,
                          "end": 3812,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 11
                            },
                            "end": {
                              "line": 133,
                              "column": 18
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3813,
                          "end": 3816,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 19
                            },
                            "end": {
                              "line": 133,
                              "column": 22
                            },
                            "identifierName": "all"
                          },
                          "name": "all"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3817,
                          "end": 3827,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 23
                            },
                            "end": {
                              "line": 133,
                              "column": 33
                            },
                            "identifierName": "validators"
                          },
                          "name": "validators"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Will run all the built-in validators.\n   *\n   * @return {Promise(Array.<Promise.PromiseInspection>)} A promise from .reflect().\n   * @private\n   ",
                  "start": 2972,
                  "end": 3128,
                  "loc": {
                    "start": {
                      "line": 107,
                      "column": 2
                    },
                    "end": {
                      "line": 112,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Will run all the custom validators.\n   *\n   * @return {Promise(Array.<Promise.PromiseInspection>)} A promise from .reflect().\n   * @private\n   ",
                  "start": 3837,
                  "end": 3991,
                  "loc": {
                    "start": {
                      "line": 136,
                      "column": 2
                    },
                    "end": {
                      "line": 141,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3994,
              "end": 4474,
              "loc": {
                "start": {
                  "line": 142,
                  "column": 2
                },
                "end": {
                  "line": 158,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3994,
                "end": 4011,
                "loc": {
                  "start": {
                    "line": 142,
                    "column": 2
                  },
                  "end": {
                    "line": 142,
                    "column": 19
                  },
                  "identifierName": "_customValidators"
                },
                "name": "_customValidators",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 4014,
                "end": 4474,
                "loc": {
                  "start": {
                    "line": 142,
                    "column": 22
                  },
                  "end": {
                    "line": 158,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 4020,
                    "end": 4042,
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 4
                      },
                      "end": {
                        "line": 143,
                        "column": 26
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 4026,
                        "end": 4041,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 10
                          },
                          "end": {
                            "line": 143,
                            "column": 25
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 4026,
                          "end": 4036,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 10
                            },
                            "end": {
                              "line": 143,
                              "column": 20
                            },
                            "identifierName": "validators"
                          },
                          "name": "validators"
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 4039,
                          "end": 4041,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 23
                            },
                            "end": {
                              "line": 143,
                              "column": 25
                            }
                          },
                          "elements": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4047,
                    "end": 4433,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 4
                      },
                      "end": {
                        "line": 155,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4047,
                      "end": 4432,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 4
                        },
                        "end": {
                          "line": 155,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4047,
                        "end": 4059,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 4
                          },
                          "end": {
                            "line": 144,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4047,
                          "end": 4054,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 4
                            },
                            "end": {
                              "line": 144,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4047,
                            "end": 4052,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 4
                              },
                              "end": {
                                "line": 144,
                                "column": 9
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4053,
                            "end": 4054,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 10
                              },
                              "end": {
                                "line": 144,
                                "column": 11
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4055,
                          "end": 4059,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 12
                            },
                            "end": {
                              "line": 144,
                              "column": 16
                            },
                            "identifierName": "each"
                          },
                          "name": "each"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 4060,
                          "end": 4101,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 17
                            },
                            "end": {
                              "line": 144,
                              "column": 58
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4060,
                            "end": 4092,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 17
                              },
                              "end": {
                                "line": 144,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4060,
                              "end": 4078,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 17
                                },
                                "end": {
                                  "line": 144,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4060,
                                "end": 4064,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 21
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4065,
                                "end": 4078,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 35
                                  },
                                  "identifierName": "modelInstance"
                                },
                                "name": "modelInstance"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4079,
                              "end": 4092,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 36
                                },
                                "end": {
                                  "line": 144,
                                  "column": 49
                                },
                                "identifierName": "_modelOptions"
                              },
                              "name": "_modelOptions"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4093,
                            "end": 4101,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 50
                              },
                              "end": {
                                "line": 144,
                                "column": 58
                              },
                              "identifierName": "validate"
                            },
                            "name": "validate"
                          },
                          "computed": false
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 4103,
                          "end": 4431,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 60
                            },
                            "end": {
                              "line": 155,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 4104,
                              "end": 4113,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 61
                                },
                                "end": {
                                  "line": 144,
                                  "column": 70
                                },
                                "identifierName": "validator"
                              },
                              "name": "validator"
                            },
                            {
                              "type": "Identifier",
                              "start": 4115,
                              "end": 4128,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 72
                                },
                                "end": {
                                  "line": 144,
                                  "column": 85
                                },
                                "identifierName": "validatorType"
                              },
                              "name": "validatorType"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 4133,
                            "end": 4431,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 90
                              },
                              "end": {
                                "line": 155,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 4141,
                                "end": 4217,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 4145,
                                  "end": 4190,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 55
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 4145,
                                    "end": 4185,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 50
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4145,
                                      "end": 4170,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 145,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4145,
                                        "end": 4162,
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4145,
                                          "end": 4157,
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 22
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 4145,
                                            "end": 4149,
                                            "loc": {
                                              "start": {
                                                "line": 145,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 145,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4150,
                                            "end": 4157,
                                            "loc": {
                                              "start": {
                                                "line": 145,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 145,
                                                "column": 22
                                              },
                                              "identifierName": "options"
                                            },
                                            "name": "options"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4158,
                                          "end": 4162,
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 27
                                            },
                                            "identifierName": "skip"
                                          },
                                          "name": "skip"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4163,
                                        "end": 4170,
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 35
                                          },
                                          "identifierName": "indexOf"
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4171,
                                        "end": 4184,
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 49
                                          },
                                          "identifierName": "validatorType"
                                        },
                                        "name": "validatorType"
                                      }
                                    ]
                                  },
                                  "operator": ">=",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 4189,
                                    "end": 4190,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 55
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 4192,
                                  "end": 4217,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 4202,
                                      "end": 4209,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 15
                                        }
                                      },
                                      "argument": null
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 4225,
                                "end": 4392,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 19
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 4231,
                                    "end": 4391,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 18
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 4231,
                                      "end": 4238,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 19
                                        },
                                        "identifierName": "valprom"
                                      },
                                      "name": "valprom"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 4241,
                                      "end": 4391,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 18
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4241,
                                        "end": 4389,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 16
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 4241,
                                          "end": 4372,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 24
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4241,
                                            "end": 4362,
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 14
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 4241,
                                              "end": 4294,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 75
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4241,
                                                "end": 4268,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 49
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 4241,
                                                  "end": 4245,
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4246,
                                                  "end": 4268,
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 49
                                                    },
                                                    "identifierName": "_invokeCustomValidator"
                                                  },
                                                  "name": "_invokeCustomValidator"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 4269,
                                                  "end": 4278,
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 59
                                                    },
                                                    "identifierName": "validator"
                                                  },
                                                  "name": "validator"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 4280,
                                                  "end": 4293,
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 74
                                                    },
                                                    "identifierName": "validatorType"
                                                  },
                                                  "name": "validatorType"
                                                }
                                              ],
                                              "trailingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " errors are handled in settling, stub this",
                                                  "start": 4303,
                                                  "end": 4347,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 52
                                                    }
                                                  }
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4357,
                                              "end": 4362,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 9
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 14
                                                },
                                                "identifierName": "catch"
                                              },
                                              "name": "catch",
                                              "leadingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " errors are handled in settling, stub this",
                                                  "start": 4303,
                                                  "end": 4347,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 52
                                                    }
                                                  }
                                                }
                                              ]
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 4363,
                                              "end": 4371,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 23
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 4369,
                                                "end": 4371,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 23
                                                  }
                                                },
                                                "body": [],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4382,
                                          "end": 4389,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 9
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 16
                                            },
                                            "identifierName": "reflect"
                                          },
                                          "name": "reflect"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4400,
                                "end": 4425,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 31
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4400,
                                  "end": 4424,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 30
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4400,
                                    "end": 4415,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4400,
                                      "end": 4410,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 16
                                        },
                                        "identifierName": "validators"
                                      },
                                      "name": "validators"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4411,
                                      "end": 4415,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 21
                                        },
                                        "identifierName": "push"
                                      },
                                      "name": "push"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4416,
                                      "end": 4423,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 29
                                        },
                                        "identifierName": "valprom"
                                      },
                                      "name": "valprom"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 4439,
                    "end": 4470,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 4
                      },
                      "end": {
                        "line": 157,
                        "column": 35
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 4446,
                      "end": 4469,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 11
                        },
                        "end": {
                          "line": 157,
                          "column": 34
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4446,
                        "end": 4457,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 11
                          },
                          "end": {
                            "line": 157,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4446,
                          "end": 4453,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 11
                            },
                            "end": {
                              "line": 157,
                              "column": 18
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4454,
                          "end": 4457,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 19
                            },
                            "end": {
                              "line": 157,
                              "column": 22
                            },
                            "identifierName": "all"
                          },
                          "name": "all"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4458,
                          "end": 4468,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 23
                            },
                            "end": {
                              "line": 157,
                              "column": 33
                            },
                            "identifierName": "validators"
                          },
                          "name": "validators"
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Will run all the custom validators.\n   *\n   * @return {Promise(Array.<Promise.PromiseInspection>)} A promise from .reflect().\n   * @private\n   ",
                  "start": 3837,
                  "end": 3991,
                  "loc": {
                    "start": {
                      "line": 136,
                      "column": 2
                    },
                    "end": {
                      "line": 141,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Validate a single attribute with all the defined built-in validators.\n   *\n   * @param {*} value Anything.\n   * @param {string} field The field name.\n   * @return {Promise} A promise, will always resolve,\n   *   auto populates error on this.error local object.\n   * @private\n   ",
                  "start": 4478,
                  "end": 4767,
                  "loc": {
                    "start": {
                      "line": 160,
                      "column": 2
                    },
                    "end": {
                      "line": 168,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4770,
              "end": 6102,
              "loc": {
                "start": {
                  "line": 169,
                  "column": 2
                },
                "end": {
                  "line": 204,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4770,
                "end": 4790,
                "loc": {
                  "start": {
                    "line": 169,
                    "column": 2
                  },
                  "end": {
                    "line": 169,
                    "column": 22
                  },
                  "identifierName": "_builtinAttrValidate"
                },
                "name": "_builtinAttrValidate",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4791,
                  "end": 4796,
                  "loc": {
                    "start": {
                      "line": 169,
                      "column": 23
                    },
                    "end": {
                      "line": 169,
                      "column": 28
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                },
                {
                  "type": "Identifier",
                  "start": 4798,
                  "end": 4803,
                  "loc": {
                    "start": {
                      "line": 169,
                      "column": 30
                    },
                    "end": {
                      "line": 169,
                      "column": 35
                    },
                    "identifierName": "field"
                  },
                  "name": "field"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4805,
                "end": 6102,
                "loc": {
                  "start": {
                    "line": 169,
                    "column": 37
                  },
                  "end": {
                    "line": 204,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 4895,
                    "end": 4986,
                    "loc": {
                      "start": {
                        "line": 171,
                        "column": 4
                      },
                      "end": {
                        "line": 173,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 4899,
                      "end": 4945,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 54
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 4899,
                        "end": 4913,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 8
                          },
                          "end": {
                            "line": 171,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 4899,
                          "end": 4904,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 8
                            },
                            "end": {
                              "line": 171,
                              "column": 13
                            },
                            "identifierName": "value"
                          },
                          "name": "value",
                          "leadingComments": null
                        },
                        "operator": "===",
                        "right": {
                          "type": "NullLiteral",
                          "start": 4909,
                          "end": 4913,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 18
                            },
                            "end": {
                              "line": 171,
                              "column": 22
                            }
                          }
                        },
                        "leadingComments": null
                      },
                      "operator": "||",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 4917,
                        "end": 4945,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 26
                          },
                          "end": {
                            "line": 171,
                            "column": 54
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 4917,
                          "end": 4929,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 26
                            },
                            "end": {
                              "line": 171,
                              "column": 38
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 4924,
                            "end": 4929,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 33
                              },
                              "end": {
                                "line": 171,
                                "column": 38
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 4934,
                          "end": 4945,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 43
                            },
                            "end": {
                              "line": 171,
                              "column": 54
                            }
                          },
                          "extra": {
                            "rawValue": "undefined",
                            "raw": "'undefined'"
                          },
                          "value": "undefined"
                        }
                      },
                      "leadingComments": null
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 4947,
                      "end": 4986,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 56
                        },
                        "end": {
                          "line": 173,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 4955,
                          "end": 4980,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 6
                            },
                            "end": {
                              "line": 172,
                              "column": 31
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 4962,
                            "end": 4979,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 13
                              },
                              "end": {
                                "line": 172,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4962,
                              "end": 4977,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 13
                                },
                                "end": {
                                  "line": 172,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4962,
                                "end": 4969,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4970,
                                "end": 4977,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": [],
                      "trailingComments": null
                    },
                    "alternate": null,
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " check if value is null (if null not allowed the Schema pass will capture it)",
                        "start": 4811,
                        "end": 4890,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 4
                          },
                          "end": {
                            "line": 170,
                            "column": 83
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Promisify each validator",
                        "start": 4992,
                        "end": 5019,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 4
                          },
                          "end": {
                            "line": 175,
                            "column": 31
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 5024,
                    "end": 5046,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 4
                      },
                      "end": {
                        "line": 176,
                        "column": 26
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5030,
                        "end": 5045,
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 10
                          },
                          "end": {
                            "line": 176,
                            "column": 25
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5030,
                          "end": 5040,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 10
                            },
                            "end": {
                              "line": 176,
                              "column": 20
                            },
                            "identifierName": "validators"
                          },
                          "name": "validators",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 5043,
                          "end": 5045,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 23
                            },
                            "end": {
                              "line": 176,
                              "column": 25
                            }
                          },
                          "elements": []
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "const",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Promisify each validator",
                        "start": 4992,
                        "end": 5019,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 4
                          },
                          "end": {
                            "line": 175,
                            "column": 31
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 5051,
                    "end": 5967,
                    "loc": {
                      "start": {
                        "line": 177,
                        "column": 4
                      },
                      "end": {
                        "line": 199,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 5051,
                      "end": 5966,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 4
                        },
                        "end": {
                          "line": 199,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5051,
                        "end": 5064,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 4
                          },
                          "end": {
                            "line": 177,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5051,
                          "end": 5058,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 4
                            },
                            "end": {
                              "line": 177,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5051,
                            "end": 5056,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 4
                              },
                              "end": {
                                "line": 177,
                                "column": 9
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5057,
                            "end": 5058,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 10
                              },
                              "end": {
                                "line": 177,
                                "column": 11
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5059,
                          "end": 5064,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 12
                            },
                            "end": {
                              "line": 177,
                              "column": 17
                            },
                            "identifierName": "forIn"
                          },
                          "name": "forIn"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 5065,
                          "end": 5101,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 18
                            },
                            "end": {
                              "line": 177,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5065,
                            "end": 5094,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 18
                              },
                              "end": {
                                "line": 177,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5065,
                              "end": 5083,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 18
                                },
                                "end": {
                                  "line": 177,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5065,
                                "end": 5069,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5070,
                                "end": 5083,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 36
                                  },
                                  "identifierName": "modelInstance"
                                },
                                "name": "modelInstance"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5084,
                              "end": 5094,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 37
                                },
                                "end": {
                                  "line": 177,
                                  "column": 47
                                },
                                "identifierName": "validators"
                              },
                              "name": "validators"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5095,
                            "end": 5100,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 48
                              },
                              "end": {
                                "line": 177,
                                "column": 53
                              },
                              "identifierName": "field"
                            },
                            "name": "field"
                          },
                          "computed": true
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 5103,
                          "end": 5965,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 56
                            },
                            "end": {
                              "line": 199,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 5104,
                              "end": 5108,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 57
                                },
                                "end": {
                                  "line": 177,
                                  "column": 61
                                },
                                "identifierName": "test"
                              },
                              "name": "test"
                            },
                            {
                              "type": "Identifier",
                              "start": 5110,
                              "end": 5123,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 63
                                },
                                "end": {
                                  "line": 177,
                                  "column": 76
                                },
                                "identifierName": "validatorType"
                              },
                              "name": "validatorType"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 5128,
                            "end": 5965,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 81
                              },
                              "end": {
                                "line": 199,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 5137,
                                "end": 5522,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 5141,
                                  "end": 5200,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 69
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 5141,
                                    "end": 5193,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5141,
                                      "end": 5178,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "ArrayExpression",
                                        "start": 5141,
                                        "end": 5170,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 39
                                          }
                                        },
                                        "elements": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 5142,
                                            "end": 5149,
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 179,
                                                "column": 18
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "isUrl",
                                              "raw": "'isUrl'"
                                            },
                                            "value": "isUrl"
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 5151,
                                            "end": 5158,
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 179,
                                                "column": 27
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "isURL",
                                              "raw": "'isURL'"
                                            },
                                            "value": "isURL"
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 5160,
                                            "end": 5169,
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 179,
                                                "column": 38
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "isEmail",
                                              "raw": "'isEmail'"
                                            },
                                            "value": "isEmail"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5171,
                                        "end": 5178,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 47
                                          },
                                          "identifierName": "indexOf"
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5179,
                                        "end": 5192,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 61
                                          },
                                          "identifierName": "validatorType"
                                        },
                                        "name": "validatorType"
                                      }
                                    ]
                                  },
                                  "operator": "!==",
                                  "right": {
                                    "type": "UnaryExpression",
                                    "start": 5198,
                                    "end": 5200,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 69
                                      }
                                    },
                                    "operator": "-",
                                    "prefix": true,
                                    "argument": {
                                      "type": "NumericLiteral",
                                      "start": 5199,
                                      "end": 5200,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 69
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 5202,
                                  "end": 5522,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 5329,
                                      "end": 5514,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 187,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "LogicalExpression",
                                        "start": 5333,
                                        "end": 5386,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 65
                                          }
                                        },
                                        "left": {
                                          "type": "LogicalExpression",
                                          "start": 5333,
                                          "end": 5374,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 53
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 5333,
                                            "end": 5357,
                                            "loc": {
                                              "start": {
                                                "line": 181,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 181,
                                                "column": 36
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 5333,
                                              "end": 5344,
                                              "loc": {
                                                "start": {
                                                  "line": 181,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 181,
                                                  "column": 23
                                                }
                                              },
                                              "operator": "typeof",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 5340,
                                                "end": 5344,
                                                "loc": {
                                                  "start": {
                                                    "line": 181,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 181,
                                                    "column": 23
                                                  },
                                                  "identifierName": "test"
                                                },
                                                "name": "test",
                                                "leadingComments": null
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              },
                                              "leadingComments": null
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 5349,
                                              "end": 5357,
                                              "loc": {
                                                "start": {
                                                  "line": 181,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 181,
                                                  "column": 36
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "object",
                                                "raw": "'object'"
                                              },
                                              "value": "object"
                                            },
                                            "leadingComments": null
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 5361,
                                            "end": 5374,
                                            "loc": {
                                              "start": {
                                                "line": 181,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 181,
                                                "column": 53
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5361,
                                              "end": 5365,
                                              "loc": {
                                                "start": {
                                                  "line": 181,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 181,
                                                  "column": 44
                                                },
                                                "identifierName": "test"
                                              },
                                              "name": "test"
                                            },
                                            "operator": "!==",
                                            "right": {
                                              "type": "NullLiteral",
                                              "start": 5370,
                                              "end": 5374,
                                              "loc": {
                                                "start": {
                                                  "line": 181,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 181,
                                                  "column": 53
                                                }
                                              }
                                            }
                                          },
                                          "leadingComments": null
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 5378,
                                          "end": 5386,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 65
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5378,
                                            "end": 5382,
                                            "loc": {
                                              "start": {
                                                "line": 181,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 181,
                                                "column": 61
                                              },
                                              "identifierName": "test"
                                            },
                                            "name": "test"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5383,
                                            "end": 5386,
                                            "loc": {
                                              "start": {
                                                "line": 181,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 181,
                                                "column": 65
                                              },
                                              "identifierName": "msg"
                                            },
                                            "name": "msg"
                                          },
                                          "computed": false
                                        },
                                        "leadingComments": null
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 5388,
                                        "end": 5457,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 5400,
                                            "end": 5447,
                                            "loc": {
                                              "start": {
                                                "line": 182,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 184,
                                                "column": 12
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 5400,
                                              "end": 5446,
                                              "loc": {
                                                "start": {
                                                  "line": 182,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 184,
                                                  "column": 11
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 5400,
                                                "end": 5404,
                                                "loc": {
                                                  "start": {
                                                    "line": 182,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 182,
                                                    "column": 14
                                                  },
                                                  "identifierName": "test"
                                                },
                                                "name": "test"
                                              },
                                              "right": {
                                                "type": "ObjectExpression",
                                                "start": 5407,
                                                "end": 5446,
                                                "loc": {
                                                  "start": {
                                                    "line": 182,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 11
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "ObjectProperty",
                                                    "start": 5421,
                                                    "end": 5434,
                                                    "loc": {
                                                      "start": {
                                                        "line": 183,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 183,
                                                        "column": 25
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 5421,
                                                      "end": 5424,
                                                      "loc": {
                                                        "start": {
                                                          "line": 183,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 183,
                                                          "column": 15
                                                        },
                                                        "identifierName": "msg"
                                                      },
                                                      "name": "msg"
                                                    },
                                                    "value": {
                                                      "type": "MemberExpression",
                                                      "start": 5426,
                                                      "end": 5434,
                                                      "loc": {
                                                        "start": {
                                                          "line": 183,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 183,
                                                          "column": 25
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5426,
                                                        "end": 5430,
                                                        "loc": {
                                                          "start": {
                                                            "line": 183,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 183,
                                                            "column": 21
                                                          },
                                                          "identifierName": "test"
                                                        },
                                                        "name": "test"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5431,
                                                        "end": 5434,
                                                        "loc": {
                                                          "start": {
                                                            "line": 183,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 183,
                                                            "column": 25
                                                          },
                                                          "identifierName": "msg"
                                                        },
                                                        "name": "msg"
                                                      },
                                                      "computed": false
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "IfStatement",
                                        "start": 5463,
                                        "end": 5514,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 187,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 5467,
                                          "end": 5480,
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 185,
                                              "column": 32
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 5467,
                                            "end": 5471,
                                            "loc": {
                                              "start": {
                                                "line": 185,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 185,
                                                "column": 23
                                              },
                                              "identifierName": "test"
                                            },
                                            "name": "test"
                                          },
                                          "operator": "===",
                                          "right": {
                                            "type": "BooleanLiteral",
                                            "start": 5476,
                                            "end": 5480,
                                            "loc": {
                                              "start": {
                                                "line": 185,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 185,
                                                "column": 32
                                              }
                                            },
                                            "value": true
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 5482,
                                          "end": 5514,
                                          "loc": {
                                            "start": {
                                              "line": 185,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 187,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 5494,
                                              "end": 5504,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 20
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 5494,
                                                "end": 5503,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 19
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 5494,
                                                  "end": 5498,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 14
                                                    },
                                                    "identifierName": "test"
                                                  },
                                                  "name": "test"
                                                },
                                                "right": {
                                                  "type": "ObjectExpression",
                                                  "start": 5501,
                                                  "end": 5503,
                                                  "loc": {
                                                    "start": {
                                                      "line": 186,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 186,
                                                      "column": 19
                                                    }
                                                  },
                                                  "properties": []
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " Preserve backwards compat. Validator.js now expects the second param to isURL and isEmail to be an object",
                                          "start": 5212,
                                          "end": 5320,
                                          "loc": {
                                            "start": {
                                              "line": 180,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 180,
                                              "column": 116
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "directives": [],
                                  "trailingComments": null
                                },
                                "alternate": null,
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Check for custom validator.",
                                    "start": 5530,
                                    "end": 5560,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 36
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "start": 5567,
                                "end": 5720,
                                "loc": {
                                  "start": {
                                    "line": 191,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 5571,
                                  "end": 5597,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 36
                                    }
                                  },
                                  "left": {
                                    "type": "UnaryExpression",
                                    "start": 5571,
                                    "end": 5582,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 21
                                      }
                                    },
                                    "operator": "typeof",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 5578,
                                      "end": 5582,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 21
                                        },
                                        "identifierName": "test"
                                      },
                                      "name": "test",
                                      "leadingComments": null
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    },
                                    "leadingComments": null
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 5587,
                                    "end": 5597,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 36
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "function",
                                      "raw": "'function'"
                                    },
                                    "value": "function"
                                  },
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 5599,
                                  "end": 5720,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 5609,
                                      "end": 5712,
                                      "loc": {
                                        "start": {
                                          "line": 192,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 192,
                                          "column": 111
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 5616,
                                        "end": 5711,
                                        "loc": {
                                          "start": {
                                            "line": 192,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 110
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5616,
                                          "end": 5631,
                                          "loc": {
                                            "start": {
                                              "line": 192,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 192,
                                              "column": 30
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5616,
                                            "end": 5626,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 25
                                              },
                                              "identifierName": "validators"
                                            },
                                            "name": "validators"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5627,
                                            "end": 5631,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 30
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 5632,
                                            "end": 5710,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 109
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5632,
                                              "end": 5708,
                                              "loc": {
                                                "start": {
                                                  "line": 192,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 107
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 5632,
                                                "end": 5700,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 99
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 5632,
                                                  "end": 5659,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 58
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 5632,
                                                    "end": 5636,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 35
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5637,
                                                    "end": 5659,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 58
                                                      },
                                                      "identifierName": "_invokeCustomValidator"
                                                    },
                                                    "name": "_invokeCustomValidator"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 5660,
                                                    "end": 5664,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 63
                                                      },
                                                      "identifierName": "test"
                                                    },
                                                    "name": "test"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 5666,
                                                    "end": 5679,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 78
                                                      },
                                                      "identifierName": "validatorType"
                                                    },
                                                    "name": "validatorType"
                                                  },
                                                  {
                                                    "type": "BooleanLiteral",
                                                    "start": 5681,
                                                    "end": 5685,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 84
                                                      }
                                                    },
                                                    "value": true
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 5687,
                                                    "end": 5692,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 91
                                                      },
                                                      "identifierName": "value"
                                                    },
                                                    "name": "value"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 5694,
                                                    "end": 5699,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 93
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 98
                                                      },
                                                      "identifierName": "field"
                                                    },
                                                    "name": "field"
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5701,
                                                "end": 5708,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 100
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 107
                                                  },
                                                  "identifierName": "reflect"
                                                },
                                                "name": "reflect"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null,
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Check for custom validator.",
                                    "start": 5530,
                                    "end": 5560,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 36
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 5728,
                                "end": 5817,
                                "loc": {
                                  "start": {
                                    "line": 195,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 195,
                                    "column": 95
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 5734,
                                    "end": 5816,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 94
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 5734,
                                      "end": 5750,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 28
                                        },
                                        "identifierName": "validatorPromise"
                                      },
                                      "name": "validatorPromise"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 5753,
                                      "end": 5816,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 94
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5753,
                                        "end": 5781,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5753,
                                          "end": 5757,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5758,
                                          "end": 5781,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 59
                                            },
                                            "identifierName": "_invokeBuiltinValidator"
                                          },
                                          "name": "_invokeBuiltinValidator"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 5782,
                                          "end": 5787,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 65
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 5789,
                                          "end": 5793,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 71
                                            },
                                            "identifierName": "test"
                                          },
                                          "name": "test"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 5795,
                                          "end": 5808,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 86
                                            },
                                            "identifierName": "validatorType"
                                          },
                                          "name": "validatorType"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 5810,
                                          "end": 5815,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 93
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "const",
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " errors are handled in settling, stub this",
                                    "start": 5824,
                                    "end": 5868,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 50
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 5875,
                                "end": 5908,
                                "loc": {
                                  "start": {
                                    "line": 197,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 197,
                                    "column": 39
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 5875,
                                  "end": 5907,
                                  "loc": {
                                    "start": {
                                      "line": 197,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 197,
                                      "column": 38
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5875,
                                    "end": 5897,
                                    "loc": {
                                      "start": {
                                        "line": 197,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 197,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5875,
                                      "end": 5891,
                                      "loc": {
                                        "start": {
                                          "line": 197,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 197,
                                          "column": 22
                                        },
                                        "identifierName": "validatorPromise"
                                      },
                                      "name": "validatorPromise",
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5892,
                                      "end": 5897,
                                      "loc": {
                                        "start": {
                                          "line": 197,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 197,
                                          "column": 28
                                        },
                                        "identifierName": "catch"
                                      },
                                      "name": "catch"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 5898,
                                      "end": 5906,
                                      "loc": {
                                        "start": {
                                          "line": 197,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 197,
                                          "column": 37
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 5904,
                                        "end": 5906,
                                        "loc": {
                                          "start": {
                                            "line": 197,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 197,
                                            "column": 37
                                          }
                                        },
                                        "body": [],
                                        "directives": []
                                      }
                                    }
                                  ],
                                  "leadingComments": null
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " errors are handled in settling, stub this",
                                    "start": 5824,
                                    "end": 5868,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 50
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 5915,
                                "end": 5959,
                                "loc": {
                                  "start": {
                                    "line": 198,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 198,
                                    "column": 50
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 5915,
                                  "end": 5958,
                                  "loc": {
                                    "start": {
                                      "line": 198,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 198,
                                      "column": 49
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5915,
                                    "end": 5930,
                                    "loc": {
                                      "start": {
                                        "line": 198,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 198,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5915,
                                      "end": 5925,
                                      "loc": {
                                        "start": {
                                          "line": 198,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 198,
                                          "column": 16
                                        },
                                        "identifierName": "validators"
                                      },
                                      "name": "validators"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5926,
                                      "end": 5930,
                                      "loc": {
                                        "start": {
                                          "line": 198,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 198,
                                          "column": 21
                                        },
                                        "identifierName": "push"
                                      },
                                      "name": "push"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 5931,
                                      "end": 5957,
                                      "loc": {
                                        "start": {
                                          "line": 198,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 198,
                                          "column": 48
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5931,
                                        "end": 5955,
                                        "loc": {
                                          "start": {
                                            "line": 198,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 198,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5931,
                                          "end": 5947,
                                          "loc": {
                                            "start": {
                                              "line": 198,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 198,
                                              "column": 38
                                            },
                                            "identifierName": "validatorPromise"
                                          },
                                          "name": "validatorPromise"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5948,
                                          "end": 5955,
                                          "loc": {
                                            "start": {
                                              "line": 198,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 198,
                                              "column": 46
                                            },
                                            "identifierName": "reflect"
                                          },
                                          "name": "reflect"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 5973,
                    "end": 6098,
                    "loc": {
                      "start": {
                        "line": 201,
                        "column": 4
                      },
                      "end": {
                        "line": 203,
                        "column": 81
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 5980,
                      "end": 6097,
                      "loc": {
                        "start": {
                          "line": 201,
                          "column": 11
                        },
                        "end": {
                          "line": 203,
                          "column": 80
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5980,
                        "end": 6034,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 11
                          },
                          "end": {
                            "line": 203,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 5980,
                          "end": 6016,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 11
                            },
                            "end": {
                              "line": 202,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5980,
                            "end": 6004,
                            "loc": {
                              "start": {
                                "line": 201,
                                "column": 11
                              },
                              "end": {
                                "line": 202,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5980,
                              "end": 5987,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 11
                                },
                                "end": {
                                  "line": 201,
                                  "column": 18
                                },
                                "identifierName": "Promise"
                              },
                              "name": "Promise"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6001,
                              "end": 6004,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 13
                                },
                                "end": {
                                  "line": 202,
                                  "column": 16
                                },
                                "identifierName": "all"
                              },
                              "name": "all"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6005,
                              "end": 6015,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 17
                                },
                                "end": {
                                  "line": 202,
                                  "column": 27
                                },
                                "identifierName": "validators"
                              },
                              "name": "validators"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6030,
                          "end": 6034,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 13
                            },
                            "end": {
                              "line": 203,
                              "column": 17
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 6035,
                          "end": 6096,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 18
                            },
                            "end": {
                              "line": 203,
                              "column": 79
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 6035,
                              "end": 6042,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 18
                                },
                                "end": {
                                  "line": 203,
                                  "column": 25
                                },
                                "identifierName": "results"
                              },
                              "name": "results"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 6046,
                            "end": 6096,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 29
                              },
                              "end": {
                                "line": 203,
                                "column": 79
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6046,
                              "end": 6073,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 29
                                },
                                "end": {
                                  "line": 203,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6046,
                                "end": 6050,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 33
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6051,
                                "end": 6073,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 56
                                  },
                                  "identifierName": "_handleReflectedResult"
                                },
                                "name": "_handleReflectedResult"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6074,
                                "end": 6079,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 62
                                  },
                                  "identifierName": "field"
                                },
                                "name": "field"
                              },
                              {
                                "type": "Identifier",
                                "start": 6081,
                                "end": 6086,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 69
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              {
                                "type": "Identifier",
                                "start": 6088,
                                "end": 6095,
                                "loc": {
                                  "start": {
                                    "line": 203,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 203,
                                    "column": 78
                                  },
                                  "identifierName": "results"
                                },
                                "name": "results"
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Validate a single attribute with all the defined built-in validators.\n   *\n   * @param {*} value Anything.\n   * @param {string} field The field name.\n   * @return {Promise} A promise, will always resolve,\n   *   auto populates error on this.error local object.\n   * @private\n   ",
                  "start": 4478,
                  "end": 4767,
                  "loc": {
                    "start": {
                      "line": 160,
                      "column": 2
                    },
                    "end": {
                      "line": 168,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Prepare and invoke a custom validator.\n   *\n   * @param {Function} validator The custom validator.\n   * @param {string} validatorType the custom validator type (name).\n   * @param {boolean=} optAttrDefined Set to true if custom validator was defined\n   *   from the Attribute\n   * @return {Promise} A promise.\n   * @private\n   ",
                  "start": 6106,
                  "end": 6444,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 2
                    },
                    "end": {
                      "line": 215,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 6447,
              "end": 7537,
              "loc": {
                "start": {
                  "line": 216,
                  "column": 2
                },
                "end": {
                  "line": 247,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6447,
                "end": 6469,
                "loc": {
                  "start": {
                    "line": 216,
                    "column": 2
                  },
                  "end": {
                    "line": 216,
                    "column": 24
                  },
                  "identifierName": "_invokeCustomValidator"
                },
                "name": "_invokeCustomValidator",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6470,
                  "end": 6479,
                  "loc": {
                    "start": {
                      "line": 216,
                      "column": 25
                    },
                    "end": {
                      "line": 216,
                      "column": 34
                    },
                    "identifierName": "validator"
                  },
                  "name": "validator"
                },
                {
                  "type": "Identifier",
                  "start": 6481,
                  "end": 6494,
                  "loc": {
                    "start": {
                      "line": 216,
                      "column": 36
                    },
                    "end": {
                      "line": 216,
                      "column": 49
                    },
                    "identifierName": "validatorType"
                  },
                  "name": "validatorType"
                },
                {
                  "type": "Identifier",
                  "start": 6496,
                  "end": 6510,
                  "loc": {
                    "start": {
                      "line": 216,
                      "column": 51
                    },
                    "end": {
                      "line": 216,
                      "column": 65
                    },
                    "identifierName": "optAttrDefined"
                  },
                  "name": "optAttrDefined"
                },
                {
                  "type": "Identifier",
                  "start": 6512,
                  "end": 6520,
                  "loc": {
                    "start": {
                      "line": 216,
                      "column": 67
                    },
                    "end": {
                      "line": 216,
                      "column": 75
                    },
                    "identifierName": "optValue"
                  },
                  "name": "optValue"
                },
                {
                  "type": "Identifier",
                  "start": 6522,
                  "end": 6530,
                  "loc": {
                    "start": {
                      "line": 216,
                      "column": 77
                    },
                    "end": {
                      "line": 216,
                      "column": 85
                    },
                    "identifierName": "optField"
                  },
                  "name": "optField"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6532,
                "end": 7537,
                "loc": {
                  "start": {
                    "line": 216,
                    "column": 87
                  },
                  "end": {
                    "line": 247,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 6538,
                    "end": 6567,
                    "loc": {
                      "start": {
                        "line": 217,
                        "column": 4
                      },
                      "end": {
                        "line": 217,
                        "column": 33
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6542,
                        "end": 6566,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 8
                          },
                          "end": {
                            "line": 217,
                            "column": 32
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6542,
                          "end": 6559,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 8
                            },
                            "end": {
                              "line": 217,
                              "column": 25
                            },
                            "identifierName": "validatorFunction"
                          },
                          "name": "validatorFunction"
                        },
                        "init": {
                          "type": "NullLiteral",
                          "start": 6562,
                          "end": 6566,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 28
                            },
                            "end": {
                              "line": 217,
                              "column": 32
                            }
                          }
                        }
                      }
                    ],
                    "kind": "let",
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " the validation function to call",
                        "start": 6569,
                        "end": 6603,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 35
                          },
                          "end": {
                            "line": 217,
                            "column": 69
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6608,
                    "end": 6628,
                    "loc": {
                      "start": {
                        "line": 218,
                        "column": 4
                      },
                      "end": {
                        "line": 218,
                        "column": 24
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6612,
                        "end": 6627,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 8
                          },
                          "end": {
                            "line": 218,
                            "column": 23
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6612,
                          "end": 6619,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 8
                            },
                            "end": {
                              "line": 218,
                              "column": 15
                            },
                            "identifierName": "isAsync"
                          },
                          "name": "isAsync",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "BooleanLiteral",
                          "start": 6622,
                          "end": 6627,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 18
                            },
                            "end": {
                              "line": 218,
                              "column": 23
                            }
                          },
                          "value": false
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "let",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " the validation function to call",
                        "start": 6569,
                        "end": 6603,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 35
                          },
                          "end": {
                            "line": 217,
                            "column": 69
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6634,
                    "end": 6674,
                    "loc": {
                      "start": {
                        "line": 220,
                        "column": 4
                      },
                      "end": {
                        "line": 220,
                        "column": 44
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6640,
                        "end": 6673,
                        "loc": {
                          "start": {
                            "line": 220,
                            "column": 10
                          },
                          "end": {
                            "line": 220,
                            "column": 43
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6640,
                          "end": 6654,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 10
                            },
                            "end": {
                              "line": 220,
                              "column": 24
                            },
                            "identifierName": "validatorArity"
                          },
                          "name": "validatorArity"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 6657,
                          "end": 6673,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 27
                            },
                            "end": {
                              "line": 220,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6657,
                            "end": 6666,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 27
                              },
                              "end": {
                                "line": 220,
                                "column": 36
                              },
                              "identifierName": "validator"
                            },
                            "name": "validator"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6667,
                            "end": 6673,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 37
                              },
                              "end": {
                                "line": 220,
                                "column": 43
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "const",
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " check if validator is async and requires a callback",
                        "start": 6679,
                        "end": 6733,
                        "loc": {
                          "start": {
                            "line": 221,
                            "column": 4
                          },
                          "end": {
                            "line": 221,
                            "column": 58
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6738,
                    "end": 6757,
                    "loc": {
                      "start": {
                        "line": 222,
                        "column": 4
                      },
                      "end": {
                        "line": 222,
                        "column": 23
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6742,
                        "end": 6756,
                        "loc": {
                          "start": {
                            "line": 222,
                            "column": 8
                          },
                          "end": {
                            "line": 222,
                            "column": 22
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6742,
                          "end": 6752,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 8
                            },
                            "end": {
                              "line": 222,
                              "column": 18
                            },
                            "identifierName": "asyncArity"
                          },
                          "name": "asyncArity",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "NumericLiteral",
                          "start": 6755,
                          "end": 6756,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 21
                            },
                            "end": {
                              "line": 222,
                              "column": 22
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "let",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " check if validator is async and requires a callback",
                        "start": 6679,
                        "end": 6733,
                        "loc": {
                          "start": {
                            "line": 221,
                            "column": 4
                          },
                          "end": {
                            "line": 221,
                            "column": 58
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6762,
                    "end": 6791,
                    "loc": {
                      "start": {
                        "line": 223,
                        "column": 4
                      },
                      "end": {
                        "line": 223,
                        "column": 33
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6766,
                        "end": 6790,
                        "loc": {
                          "start": {
                            "line": 223,
                            "column": 8
                          },
                          "end": {
                            "line": 223,
                            "column": 32
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6766,
                          "end": 6774,
                          "loc": {
                            "start": {
                              "line": 223,
                              "column": 8
                            },
                            "end": {
                              "line": 223,
                              "column": 16
                            },
                            "identifierName": "errorKey"
                          },
                          "name": "errorKey"
                        },
                        "init": {
                          "type": "Identifier",
                          "start": 6777,
                          "end": 6790,
                          "loc": {
                            "start": {
                              "line": 223,
                              "column": 19
                            },
                            "end": {
                              "line": 223,
                              "column": 32
                            },
                            "identifierName": "validatorType"
                          },
                          "name": "validatorType"
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6796,
                    "end": 6811,
                    "loc": {
                      "start": {
                        "line": 224,
                        "column": 4
                      },
                      "end": {
                        "line": 224,
                        "column": 19
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6800,
                        "end": 6810,
                        "loc": {
                          "start": {
                            "line": 224,
                            "column": 8
                          },
                          "end": {
                            "line": 224,
                            "column": 18
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6800,
                          "end": 6810,
                          "loc": {
                            "start": {
                              "line": 224,
                              "column": 8
                            },
                            "end": {
                              "line": 224,
                              "column": 18
                            },
                            "identifierName": "invokeArgs"
                          },
                          "name": "invokeArgs"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 6816,
                    "end": 6921,
                    "loc": {
                      "start": {
                        "line": 225,
                        "column": 4
                      },
                      "end": {
                        "line": 229,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 6820,
                      "end": 6834,
                      "loc": {
                        "start": {
                          "line": 225,
                          "column": 8
                        },
                        "end": {
                          "line": 225,
                          "column": 22
                        },
                        "identifierName": "optAttrDefined"
                      },
                      "name": "optAttrDefined"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 6836,
                      "end": 6921,
                      "loc": {
                        "start": {
                          "line": 225,
                          "column": 24
                        },
                        "end": {
                          "line": 229,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 6844,
                          "end": 6859,
                          "loc": {
                            "start": {
                              "line": 226,
                              "column": 6
                            },
                            "end": {
                              "line": 226,
                              "column": 21
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6844,
                            "end": 6858,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 6
                              },
                              "end": {
                                "line": 226,
                                "column": 20
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 6844,
                              "end": 6854,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 6
                                },
                                "end": {
                                  "line": 226,
                                  "column": 16
                                },
                                "identifierName": "asyncArity"
                              },
                              "name": "asyncArity"
                            },
                            "right": {
                              "type": "NumericLiteral",
                              "start": 6857,
                              "end": 6858,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 19
                                },
                                "end": {
                                  "line": 226,
                                  "column": 20
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 6866,
                          "end": 6888,
                          "loc": {
                            "start": {
                              "line": 227,
                              "column": 6
                            },
                            "end": {
                              "line": 227,
                              "column": 28
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6866,
                            "end": 6887,
                            "loc": {
                              "start": {
                                "line": 227,
                                "column": 6
                              },
                              "end": {
                                "line": 227,
                                "column": 27
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 6866,
                              "end": 6876,
                              "loc": {
                                "start": {
                                  "line": 227,
                                  "column": 6
                                },
                                "end": {
                                  "line": 227,
                                  "column": 16
                                },
                                "identifierName": "invokeArgs"
                              },
                              "name": "invokeArgs"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 6879,
                              "end": 6887,
                              "loc": {
                                "start": {
                                  "line": 227,
                                  "column": 19
                                },
                                "end": {
                                  "line": 227,
                                  "column": 27
                                },
                                "identifierName": "optValue"
                              },
                              "name": "optValue"
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 6895,
                          "end": 6915,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 6
                            },
                            "end": {
                              "line": 228,
                              "column": 26
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6895,
                            "end": 6914,
                            "loc": {
                              "start": {
                                "line": 228,
                                "column": 6
                              },
                              "end": {
                                "line": 228,
                                "column": 25
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 6895,
                              "end": 6903,
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 6
                                },
                                "end": {
                                  "line": 228,
                                  "column": 14
                                },
                                "identifierName": "errorKey"
                              },
                              "name": "errorKey"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 6906,
                              "end": 6914,
                              "loc": {
                                "start": {
                                  "line": 228,
                                  "column": 17
                                },
                                "end": {
                                  "line": 228,
                                  "column": 25
                                },
                                "identifierName": "optField"
                              },
                              "name": "optField"
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 6926,
                    "end": 6990,
                    "loc": {
                      "start": {
                        "line": 230,
                        "column": 4
                      },
                      "end": {
                        "line": 232,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 6930,
                      "end": 6959,
                      "loc": {
                        "start": {
                          "line": 230,
                          "column": 8
                        },
                        "end": {
                          "line": 230,
                          "column": 37
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 6930,
                        "end": 6944,
                        "loc": {
                          "start": {
                            "line": 230,
                            "column": 8
                          },
                          "end": {
                            "line": 230,
                            "column": 22
                          },
                          "identifierName": "validatorArity"
                        },
                        "name": "validatorArity"
                      },
                      "operator": "===",
                      "right": {
                        "type": "Identifier",
                        "start": 6949,
                        "end": 6959,
                        "loc": {
                          "start": {
                            "line": 230,
                            "column": 27
                          },
                          "end": {
                            "line": 230,
                            "column": 37
                          },
                          "identifierName": "asyncArity"
                        },
                        "name": "asyncArity"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 6961,
                      "end": 6990,
                      "loc": {
                        "start": {
                          "line": 230,
                          "column": 39
                        },
                        "end": {
                          "line": 232,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 6969,
                          "end": 6984,
                          "loc": {
                            "start": {
                              "line": 231,
                              "column": 6
                            },
                            "end": {
                              "line": 231,
                              "column": 21
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6969,
                            "end": 6983,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 6
                              },
                              "end": {
                                "line": 231,
                                "column": 20
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 6969,
                              "end": 6976,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 6
                                },
                                "end": {
                                  "line": 231,
                                  "column": 13
                                },
                                "identifierName": "isAsync"
                              },
                              "name": "isAsync"
                            },
                            "right": {
                              "type": "BooleanLiteral",
                              "start": 6979,
                              "end": 6983,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 16
                                },
                                "end": {
                                  "line": 231,
                                  "column": 20
                                }
                              },
                              "value": true
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 6996,
                    "end": 7533,
                    "loc": {
                      "start": {
                        "line": 234,
                        "column": 4
                      },
                      "end": {
                        "line": 246,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 7000,
                      "end": 7007,
                      "loc": {
                        "start": {
                          "line": 234,
                          "column": 8
                        },
                        "end": {
                          "line": 234,
                          "column": 15
                        },
                        "identifierName": "isAsync"
                      },
                      "name": "isAsync"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 7009,
                      "end": 7352,
                      "loc": {
                        "start": {
                          "line": 234,
                          "column": 17
                        },
                        "end": {
                          "line": 242,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 7017,
                          "end": 7239,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 6
                            },
                            "end": {
                              "line": 239,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "Identifier",
                            "start": 7021,
                            "end": 7035,
                            "loc": {
                              "start": {
                                "line": 235,
                                "column": 10
                              },
                              "end": {
                                "line": 235,
                                "column": 24
                              },
                              "identifierName": "optAttrDefined"
                            },
                            "name": "optAttrDefined"
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 7037,
                            "end": 7141,
                            "loc": {
                              "start": {
                                "line": 235,
                                "column": 26
                              },
                              "end": {
                                "line": 237,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 7047,
                                "end": 7133,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 94
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7047,
                                  "end": 7132,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 93
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7047,
                                    "end": 7064,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 25
                                      },
                                      "identifierName": "validatorFunction"
                                    },
                                    "name": "validatorFunction"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7067,
                                    "end": 7132,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 93
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7067,
                                      "end": 7084,
                                      "loc": {
                                        "start": {
                                          "line": 236,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 236,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7067,
                                        "end": 7074,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 35
                                          },
                                          "identifierName": "Promise"
                                        },
                                        "name": "Promise"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7075,
                                        "end": 7084,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 45
                                          },
                                          "identifierName": "promisify"
                                        },
                                        "name": "promisify"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 7085,
                                        "end": 7131,
                                        "loc": {
                                          "start": {
                                            "line": 236,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 236,
                                            "column": 92
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7085,
                                          "end": 7099,
                                          "loc": {
                                            "start": {
                                              "line": 236,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 236,
                                              "column": 60
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7085,
                                            "end": 7094,
                                            "loc": {
                                              "start": {
                                                "line": 236,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 236,
                                                "column": 55
                                              },
                                              "identifierName": "validator"
                                            },
                                            "name": "validator"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7095,
                                            "end": 7099,
                                            "loc": {
                                              "start": {
                                                "line": 236,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 236,
                                                "column": 60
                                              },
                                              "identifierName": "bind"
                                            },
                                            "name": "bind"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 7100,
                                            "end": 7118,
                                            "loc": {
                                              "start": {
                                                "line": 236,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 236,
                                                "column": 79
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 7100,
                                              "end": 7104,
                                              "loc": {
                                                "start": {
                                                  "line": 236,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 236,
                                                  "column": 65
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7105,
                                              "end": 7118,
                                              "loc": {
                                                "start": {
                                                  "line": 236,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 236,
                                                  "column": 79
                                                },
                                                "identifierName": "modelInstance"
                                              },
                                              "name": "modelInstance"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 7120,
                                            "end": 7130,
                                            "loc": {
                                              "start": {
                                                "line": 236,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 236,
                                                "column": 91
                                              },
                                              "identifierName": "invokeArgs"
                                            },
                                            "name": "invokeArgs"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": {
                            "type": "BlockStatement",
                            "start": 7147,
                            "end": 7239,
                            "loc": {
                              "start": {
                                "line": 237,
                                "column": 13
                              },
                              "end": {
                                "line": 239,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 7157,
                                "end": 7231,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 82
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7157,
                                  "end": 7230,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 81
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7157,
                                    "end": 7174,
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 25
                                      },
                                      "identifierName": "validatorFunction"
                                    },
                                    "name": "validatorFunction"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7177,
                                    "end": 7230,
                                    "loc": {
                                      "start": {
                                        "line": 238,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 238,
                                        "column": 81
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7177,
                                      "end": 7194,
                                      "loc": {
                                        "start": {
                                          "line": 238,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 238,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7177,
                                        "end": 7184,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 35
                                          },
                                          "identifierName": "Promise"
                                        },
                                        "name": "Promise"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7185,
                                        "end": 7194,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 45
                                          },
                                          "identifierName": "promisify"
                                        },
                                        "name": "promisify"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 7195,
                                        "end": 7229,
                                        "loc": {
                                          "start": {
                                            "line": 238,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 238,
                                            "column": 80
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7195,
                                          "end": 7209,
                                          "loc": {
                                            "start": {
                                              "line": 238,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 238,
                                              "column": 60
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7195,
                                            "end": 7204,
                                            "loc": {
                                              "start": {
                                                "line": 238,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 238,
                                                "column": 55
                                              },
                                              "identifierName": "validator"
                                            },
                                            "name": "validator"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7205,
                                            "end": 7209,
                                            "loc": {
                                              "start": {
                                                "line": 238,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 238,
                                                "column": 60
                                              },
                                              "identifierName": "bind"
                                            },
                                            "name": "bind"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 7210,
                                            "end": 7228,
                                            "loc": {
                                              "start": {
                                                "line": 238,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 238,
                                                "column": 79
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 7210,
                                              "end": 7214,
                                              "loc": {
                                                "start": {
                                                  "line": 238,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 238,
                                                  "column": 65
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7215,
                                              "end": 7228,
                                              "loc": {
                                                "start": {
                                                  "line": 238,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 238,
                                                  "column": 79
                                                },
                                                "identifierName": "modelInstance"
                                              },
                                              "name": "modelInstance"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 7246,
                          "end": 7346,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 6
                            },
                            "end": {
                              "line": 241,
                              "column": 73
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 7253,
                            "end": 7345,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 13
                              },
                              "end": {
                                "line": 241,
                                "column": 72
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7253,
                              "end": 7293,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 13
                                },
                                "end": {
                                  "line": 241,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 7253,
                                "end": 7272,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 32
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 7253,
                                  "end": 7270,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 30
                                    },
                                    "identifierName": "validatorFunction"
                                  },
                                  "name": "validatorFunction"
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7288,
                                "end": 7293,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 20
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 7294,
                                "end": 7344,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 71
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 7294,
                                    "end": 7295,
                                    "loc": {
                                      "start": {
                                        "line": 241,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 241,
                                        "column": 22
                                      },
                                      "identifierName": "e"
                                    },
                                    "name": "e"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 7299,
                                  "end": 7344,
                                  "loc": {
                                    "start": {
                                      "line": 241,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 241,
                                      "column": 71
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7299,
                                    "end": 7314,
                                    "loc": {
                                      "start": {
                                        "line": 241,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 241,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7299,
                                      "end": 7303,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7304,
                                      "end": 7314,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 41
                                        },
                                        "identifierName": "_pushError"
                                      },
                                      "name": "_pushError"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "BooleanLiteral",
                                      "start": 7315,
                                      "end": 7320,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 47
                                        }
                                      },
                                      "value": false
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7322,
                                      "end": 7330,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 57
                                        },
                                        "identifierName": "errorKey"
                                      },
                                      "name": "errorKey"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7332,
                                      "end": 7333,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 60
                                        },
                                        "identifierName": "e"
                                      },
                                      "name": "e"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7335,
                                      "end": 7343,
                                      "loc": {
                                        "start": {
                                          "line": 241,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 241,
                                          "column": 70
                                        },
                                        "identifierName": "optValue"
                                      },
                                      "name": "optValue"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 7358,
                      "end": 7533,
                      "loc": {
                        "start": {
                          "line": 242,
                          "column": 11
                        },
                        "end": {
                          "line": 246,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 7366,
                          "end": 7527,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 6
                            },
                            "end": {
                              "line": 245,
                              "column": 73
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 7373,
                            "end": 7526,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 13
                              },
                              "end": {
                                "line": 245,
                                "column": 72
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7373,
                              "end": 7474,
                              "loc": {
                                "start": {
                                  "line": 243,
                                  "column": 13
                                },
                                "end": {
                                  "line": 245,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 7373,
                                "end": 7453,
                                "loc": {
                                  "start": {
                                    "line": 243,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 72
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7373,
                                  "end": 7399,
                                  "loc": {
                                    "start": {
                                      "line": 243,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 244,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7373,
                                    "end": 7380,
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 20
                                      },
                                      "identifierName": "Promise"
                                    },
                                    "name": "Promise"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7396,
                                    "end": 7399,
                                    "loc": {
                                      "start": {
                                        "line": 244,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 244,
                                        "column": 18
                                      },
                                      "identifierName": "try"
                                    },
                                    "name": "try"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 7400,
                                    "end": 7452,
                                    "loc": {
                                      "start": {
                                        "line": 244,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 244,
                                        "column": 71
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "CallExpression",
                                      "start": 7406,
                                      "end": 7452,
                                      "loc": {
                                        "start": {
                                          "line": 244,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 244,
                                          "column": 71
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7406,
                                        "end": 7420,
                                        "loc": {
                                          "start": {
                                            "line": 244,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 244,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7406,
                                          "end": 7415,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 34
                                            },
                                            "identifierName": "validator"
                                          },
                                          "name": "validator"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7416,
                                          "end": 7420,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 39
                                            },
                                            "identifierName": "call"
                                          },
                                          "name": "call"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 7421,
                                          "end": 7439,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 7421,
                                            "end": 7425,
                                            "loc": {
                                              "start": {
                                                "line": 244,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 244,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7426,
                                            "end": 7439,
                                            "loc": {
                                              "start": {
                                                "line": 244,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 244,
                                                "column": 58
                                              },
                                              "identifierName": "modelInstance"
                                            },
                                            "name": "modelInstance"
                                          },
                                          "computed": false
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 7441,
                                          "end": 7451,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 70
                                            },
                                            "identifierName": "invokeArgs"
                                          },
                                          "name": "invokeArgs"
                                        }
                                      ]
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7469,
                                "end": 7474,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 20
                                  },
                                  "identifierName": "catch"
                                },
                                "name": "catch"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 7475,
                                "end": 7525,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 71
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 7475,
                                    "end": 7476,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 22
                                      },
                                      "identifierName": "e"
                                    },
                                    "name": "e"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 7480,
                                  "end": 7525,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 71
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7480,
                                    "end": 7495,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7480,
                                      "end": 7484,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7485,
                                      "end": 7495,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 41
                                        },
                                        "identifierName": "_pushError"
                                      },
                                      "name": "_pushError"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "BooleanLiteral",
                                      "start": 7496,
                                      "end": 7501,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 47
                                        }
                                      },
                                      "value": false
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7503,
                                      "end": 7511,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 57
                                        },
                                        "identifierName": "errorKey"
                                      },
                                      "name": "errorKey"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7513,
                                      "end": 7514,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 60
                                        },
                                        "identifierName": "e"
                                      },
                                      "name": "e"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 7516,
                                      "end": 7524,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 70
                                        },
                                        "identifierName": "optValue"
                                      },
                                      "name": "optValue"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Prepare and invoke a custom validator.\n   *\n   * @param {Function} validator The custom validator.\n   * @param {string} validatorType the custom validator type (name).\n   * @param {boolean=} optAttrDefined Set to true if custom validator was defined\n   *   from the Attribute\n   * @return {Promise} A promise.\n   * @private\n   ",
                  "start": 6106,
                  "end": 6444,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 2
                    },
                    "end": {
                      "line": 215,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Prepare and invoke a build-in validator.\n   *\n   * @param {*} value Anything.\n   * @param {*} test The test case.\n   * @param {string} validatorType One of known to Sequelize validators.\n   * @param {string} field The field that is being validated\n   * @return {Object} An object with specific keys to invoke the validator.\n   * @private\n   ",
                  "start": 7541,
                  "end": 7893,
                  "loc": {
                    "start": {
                      "line": 249,
                      "column": 2
                    },
                    "end": {
                      "line": 258,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 7896,
              "end": 8621,
              "loc": {
                "start": {
                  "line": 259,
                  "column": 2
                },
                "end": {
                  "line": 273,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7896,
                "end": 7919,
                "loc": {
                  "start": {
                    "line": 259,
                    "column": 2
                  },
                  "end": {
                    "line": 259,
                    "column": 25
                  },
                  "identifierName": "_invokeBuiltinValidator"
                },
                "name": "_invokeBuiltinValidator",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 7920,
                  "end": 7925,
                  "loc": {
                    "start": {
                      "line": 259,
                      "column": 26
                    },
                    "end": {
                      "line": 259,
                      "column": 31
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                },
                {
                  "type": "Identifier",
                  "start": 7927,
                  "end": 7931,
                  "loc": {
                    "start": {
                      "line": 259,
                      "column": 33
                    },
                    "end": {
                      "line": 259,
                      "column": 37
                    },
                    "identifierName": "test"
                  },
                  "name": "test"
                },
                {
                  "type": "Identifier",
                  "start": 7933,
                  "end": 7946,
                  "loc": {
                    "start": {
                      "line": 259,
                      "column": 39
                    },
                    "end": {
                      "line": 259,
                      "column": 52
                    },
                    "identifierName": "validatorType"
                  },
                  "name": "validatorType"
                },
                {
                  "type": "Identifier",
                  "start": 7948,
                  "end": 7953,
                  "loc": {
                    "start": {
                      "line": 259,
                      "column": 54
                    },
                    "end": {
                      "line": 259,
                      "column": 59
                    },
                    "identifierName": "field"
                  },
                  "name": "field"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 7955,
                "end": 8621,
                "loc": {
                  "start": {
                    "line": 259,
                    "column": 61
                  },
                  "end": {
                    "line": 273,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 7961,
                    "end": 8617,
                    "loc": {
                      "start": {
                        "line": 260,
                        "column": 4
                      },
                      "end": {
                        "line": 272,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 7968,
                      "end": 8616,
                      "loc": {
                        "start": {
                          "line": 260,
                          "column": 11
                        },
                        "end": {
                          "line": 272,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7968,
                        "end": 7979,
                        "loc": {
                          "start": {
                            "line": 260,
                            "column": 11
                          },
                          "end": {
                            "line": 260,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7968,
                          "end": 7975,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 11
                            },
                            "end": {
                              "line": 260,
                              "column": 18
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7976,
                          "end": 7979,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 19
                            },
                            "end": {
                              "line": 260,
                              "column": 22
                            },
                            "identifierName": "try"
                          },
                          "name": "try"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 7980,
                          "end": 8615,
                          "loc": {
                            "start": {
                              "line": 260,
                              "column": 23
                            },
                            "end": {
                              "line": 272,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 7986,
                            "end": 8615,
                            "loc": {
                              "start": {
                                "line": 260,
                                "column": 29
                              },
                              "end": {
                                "line": 272,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 8068,
                                "end": 8102,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 40
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 8074,
                                    "end": 8101,
                                    "loc": {
                                      "start": {
                                        "line": 262,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 262,
                                        "column": 39
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 8074,
                                      "end": 8085,
                                      "loc": {
                                        "start": {
                                          "line": 262,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 262,
                                          "column": 23
                                        },
                                        "identifierName": "valueString"
                                      },
                                      "name": "valueString",
                                      "leadingComments": null
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 8088,
                                      "end": 8101,
                                      "loc": {
                                        "start": {
                                          "line": 262,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 262,
                                          "column": 39
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 8088,
                                        "end": 8094,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 32
                                          },
                                          "identifierName": "String"
                                        },
                                        "name": "String"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 8095,
                                          "end": 8100,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 38
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        }
                                      ]
                                    },
                                    "leadingComments": null
                                  }
                                ],
                                "kind": "const",
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " Cast value as string to pass new Validator.js string requirement",
                                    "start": 7994,
                                    "end": 8061,
                                    "loc": {
                                      "start": {
                                        "line": 261,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 261,
                                        "column": 73
                                      }
                                    }
                                  }
                                ],
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " check if Validator knows that kind of validation test",
                                    "start": 8109,
                                    "end": 8165,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 62
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "start": 8172,
                                "end": 8306,
                                "loc": {
                                  "start": {
                                    "line": 264,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 266,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 8176,
                                  "end": 8222,
                                  "loc": {
                                    "start": {
                                      "line": 264,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 264,
                                      "column": 56
                                    }
                                  },
                                  "left": {
                                    "type": "UnaryExpression",
                                    "start": 8176,
                                    "end": 8207,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 41
                                      }
                                    },
                                    "operator": "typeof",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 8183,
                                      "end": 8207,
                                      "loc": {
                                        "start": {
                                          "line": 264,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 264,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8183,
                                        "end": 8192,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 26
                                          },
                                          "identifierName": "validator"
                                        },
                                        "name": "validator",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8193,
                                        "end": 8206,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 40
                                          },
                                          "identifierName": "validatorType"
                                        },
                                        "name": "validatorType"
                                      },
                                      "computed": true,
                                      "leadingComments": null
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    },
                                    "leadingComments": null
                                  },
                                  "operator": "!==",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 8212,
                                    "end": 8222,
                                    "loc": {
                                      "start": {
                                        "line": 264,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 264,
                                        "column": 56
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "function",
                                      "raw": "'function'"
                                    },
                                    "value": "function"
                                  },
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 8224,
                                  "end": 8306,
                                  "loc": {
                                    "start": {
                                      "line": 264,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 266,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ThrowStatement",
                                      "start": 8234,
                                      "end": 8298,
                                      "loc": {
                                        "start": {
                                          "line": 265,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 265,
                                          "column": 72
                                        }
                                      },
                                      "argument": {
                                        "type": "NewExpression",
                                        "start": 8240,
                                        "end": 8297,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 71
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 8244,
                                          "end": 8249,
                                          "loc": {
                                            "start": {
                                              "line": 265,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 265,
                                              "column": 23
                                            },
                                            "identifierName": "Error"
                                          },
                                          "name": "Error"
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 8250,
                                            "end": 8296,
                                            "loc": {
                                              "start": {
                                                "line": 265,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 265,
                                                "column": 70
                                              }
                                            },
                                            "left": {
                                              "type": "StringLiteral",
                                              "start": 8250,
                                              "end": 8280,
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 54
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "Invalid validator function: ",
                                                "raw": "'Invalid validator function: '"
                                              },
                                              "value": "Invalid validator function: "
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 8283,
                                              "end": 8296,
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 70
                                                },
                                                "identifierName": "validatorType"
                                              },
                                              "name": "validatorType"
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null,
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " check if Validator knows that kind of validation test",
                                    "start": 8109,
                                    "end": 8165,
                                    "loc": {
                                      "start": {
                                        "line": 263,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 263,
                                        "column": 62
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 8313,
                                "end": 8390,
                                "loc": {
                                  "start": {
                                    "line": 267,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 267,
                                    "column": 83
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 8319,
                                    "end": 8389,
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 82
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 8319,
                                      "end": 8332,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 25
                                        },
                                        "identifierName": "validatorArgs"
                                      },
                                      "name": "validatorArgs"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 8335,
                                      "end": 8389,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 82
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8335,
                                        "end": 8361,
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 8335,
                                          "end": 8339,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8340,
                                          "end": 8361,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 54
                                            },
                                            "identifierName": "_extractValidatorArgs"
                                          },
                                          "name": "_extractValidatorArgs"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 8362,
                                          "end": 8366,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 59
                                            },
                                            "identifierName": "test"
                                          },
                                          "name": "test"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 8368,
                                          "end": 8381,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 74
                                            },
                                            "identifierName": "validatorType"
                                          },
                                          "name": "validatorType"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 8383,
                                          "end": 8388,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 81
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "IfStatement",
                                "start": 8397,
                                "end": 8609,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 271,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 8401,
                                  "end": 8480,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 89
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 8402,
                                    "end": 8480,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8402,
                                      "end": 8432,
                                      "loc": {
                                        "start": {
                                          "line": 268,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 268,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 8402,
                                        "end": 8426,
                                        "loc": {
                                          "start": {
                                            "line": 268,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 268,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8402,
                                          "end": 8411,
                                          "loc": {
                                            "start": {
                                              "line": 268,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 268,
                                              "column": 20
                                            },
                                            "identifierName": "validator"
                                          },
                                          "name": "validator"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8412,
                                          "end": 8425,
                                          "loc": {
                                            "start": {
                                              "line": 268,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 268,
                                              "column": 34
                                            },
                                            "identifierName": "validatorType"
                                          },
                                          "name": "validatorType"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8427,
                                        "end": 8432,
                                        "loc": {
                                          "start": {
                                            "line": 268,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 268,
                                            "column": 41
                                          },
                                          "identifierName": "apply"
                                        },
                                        "name": "apply"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 8433,
                                        "end": 8442,
                                        "loc": {
                                          "start": {
                                            "line": 268,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 268,
                                            "column": 51
                                          },
                                          "identifierName": "validator"
                                        },
                                        "name": "validator"
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 8444,
                                        "end": 8479,
                                        "loc": {
                                          "start": {
                                            "line": 268,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 268,
                                            "column": 88
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 8444,
                                          "end": 8464,
                                          "loc": {
                                            "start": {
                                              "line": 268,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 268,
                                              "column": 73
                                            }
                                          },
                                          "object": {
                                            "type": "ArrayExpression",
                                            "start": 8444,
                                            "end": 8457,
                                            "loc": {
                                              "start": {
                                                "line": 268,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 268,
                                                "column": 66
                                              }
                                            },
                                            "elements": [
                                              {
                                                "type": "Identifier",
                                                "start": 8445,
                                                "end": 8456,
                                                "loc": {
                                                  "start": {
                                                    "line": 268,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 268,
                                                    "column": 65
                                                  },
                                                  "identifierName": "valueString"
                                                },
                                                "name": "valueString"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8458,
                                            "end": 8464,
                                            "loc": {
                                              "start": {
                                                "line": 268,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 268,
                                                "column": 73
                                              },
                                              "identifierName": "concat"
                                            },
                                            "name": "concat"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 8465,
                                            "end": 8478,
                                            "loc": {
                                              "start": {
                                                "line": 268,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 268,
                                                "column": 87
                                              },
                                              "identifierName": "validatorArgs"
                                            },
                                            "name": "validatorArgs"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 8482,
                                  "end": 8609,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 91
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ThrowStatement",
                                      "start": 8523,
                                      "end": 8601,
                                      "loc": {
                                        "start": {
                                          "line": 270,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 270,
                                          "column": 86
                                        }
                                      },
                                      "argument": {
                                        "type": "NewExpression",
                                        "start": 8529,
                                        "end": 8600,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 85
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 8533,
                                          "end": 8538,
                                          "loc": {
                                            "start": {
                                              "line": 270,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 270,
                                              "column": 23
                                            },
                                            "identifierName": "Error"
                                          },
                                          "name": "Error"
                                        },
                                        "arguments": [
                                          {
                                            "type": "LogicalExpression",
                                            "start": 8539,
                                            "end": 8599,
                                            "loc": {
                                              "start": {
                                                "line": 270,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 270,
                                                "column": 84
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 8539,
                                              "end": 8547,
                                              "loc": {
                                                "start": {
                                                  "line": 270,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 270,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8539,
                                                "end": 8543,
                                                "loc": {
                                                  "start": {
                                                    "line": 270,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 270,
                                                    "column": 28
                                                  },
                                                  "identifierName": "test"
                                                },
                                                "name": "test"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8544,
                                                "end": 8547,
                                                "loc": {
                                                  "start": {
                                                    "line": 270,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 270,
                                                    "column": 32
                                                  },
                                                  "identifierName": "msg"
                                                },
                                                "name": "msg"
                                              },
                                              "computed": false
                                            },
                                            "operator": "||",
                                            "right": {
                                              "type": "TemplateLiteral",
                                              "start": 8551,
                                              "end": 8599,
                                              "loc": {
                                                "start": {
                                                  "line": 270,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 270,
                                                  "column": 84
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 8565,
                                                  "end": 8578,
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 63
                                                    },
                                                    "identifierName": "validatorType"
                                                  },
                                                  "name": "validatorType"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 8585,
                                                  "end": 8590,
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 75
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 8552,
                                                  "end": 8563,
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 48
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "Validation ",
                                                    "cooked": "Validation "
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 8579,
                                                  "end": 8583,
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 68
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": " on ",
                                                    "cooked": " on "
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 8591,
                                                  "end": 8598,
                                                  "loc": {
                                                    "start": {
                                                      "line": 270,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 270,
                                                      "column": 83
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": " failed",
                                                    "cooked": " failed"
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " extract the error msg",
                                          "start": 8490,
                                          "end": 8514,
                                          "loc": {
                                            "start": {
                                              "line": 269,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 269,
                                              "column": 30
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Prepare and invoke a build-in validator.\n   *\n   * @param {*} value Anything.\n   * @param {*} test The test case.\n   * @param {string} validatorType One of known to Sequelize validators.\n   * @param {string} field The field that is being validated\n   * @return {Object} An object with specific keys to invoke the validator.\n   * @private\n   ",
                  "start": 7541,
                  "end": 7893,
                  "loc": {
                    "start": {
                      "line": 249,
                      "column": 2
                    },
                    "end": {
                      "line": 258,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Will extract arguments for the validator.\n   *\n   * @param {*} test The test case.\n   * @param {string} validatorType One of known to Sequelize validators.\n   * @param {string} field The field that is being validated.\n   * @private\n   ",
                  "start": 8625,
                  "end": 8871,
                  "loc": {
                    "start": {
                      "line": 275,
                      "column": 2
                    },
                    "end": {
                      "line": 282,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 8874,
              "end": 9536,
              "loc": {
                "start": {
                  "line": 283,
                  "column": 2
                },
                "end": {
                  "line": 299,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 8874,
                "end": 8895,
                "loc": {
                  "start": {
                    "line": 283,
                    "column": 2
                  },
                  "end": {
                    "line": 283,
                    "column": 23
                  },
                  "identifierName": "_extractValidatorArgs"
                },
                "name": "_extractValidatorArgs",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 8896,
                  "end": 8900,
                  "loc": {
                    "start": {
                      "line": 283,
                      "column": 24
                    },
                    "end": {
                      "line": 283,
                      "column": 28
                    },
                    "identifierName": "test"
                  },
                  "name": "test"
                },
                {
                  "type": "Identifier",
                  "start": 8902,
                  "end": 8915,
                  "loc": {
                    "start": {
                      "line": 283,
                      "column": 30
                    },
                    "end": {
                      "line": 283,
                      "column": 43
                    },
                    "identifierName": "validatorType"
                  },
                  "name": "validatorType"
                },
                {
                  "type": "Identifier",
                  "start": 8917,
                  "end": 8922,
                  "loc": {
                    "start": {
                      "line": 283,
                      "column": 45
                    },
                    "end": {
                      "line": 283,
                      "column": 50
                    },
                    "identifierName": "field"
                  },
                  "name": "field"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 8924,
                "end": 9536,
                "loc": {
                  "start": {
                    "line": 283,
                    "column": 52
                  },
                  "end": {
                    "line": 299,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 8930,
                    "end": 8968,
                    "loc": {
                      "start": {
                        "line": 284,
                        "column": 4
                      },
                      "end": {
                        "line": 284,
                        "column": 42
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 8934,
                        "end": 8967,
                        "loc": {
                          "start": {
                            "line": 284,
                            "column": 8
                          },
                          "end": {
                            "line": 284,
                            "column": 41
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 8934,
                          "end": 8947,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 8
                            },
                            "end": {
                              "line": 284,
                              "column": 21
                            },
                            "identifierName": "validatorArgs"
                          },
                          "name": "validatorArgs"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 8950,
                          "end": 8967,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 24
                            },
                            "end": {
                              "line": 284,
                              "column": 41
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 8950,
                            "end": 8959,
                            "loc": {
                              "start": {
                                "line": 284,
                                "column": 24
                              },
                              "end": {
                                "line": 284,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 8950,
                              "end": 8954,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 24
                                },
                                "end": {
                                  "line": 284,
                                  "column": 28
                                },
                                "identifierName": "test"
                              },
                              "name": "test"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8955,
                              "end": 8959,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 29
                                },
                                "end": {
                                  "line": 284,
                                  "column": 33
                                },
                                "identifierName": "args"
                              },
                              "name": "args"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "Identifier",
                            "start": 8963,
                            "end": 8967,
                            "loc": {
                              "start": {
                                "line": 284,
                                "column": 37
                              },
                              "end": {
                                "line": 284,
                                "column": 41
                              },
                              "identifierName": "test"
                            },
                            "name": "test"
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 8973,
                    "end": 9145,
                    "loc": {
                      "start": {
                        "line": 285,
                        "column": 4
                      },
                      "end": {
                        "line": 285,
                        "column": 176
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 8979,
                        "end": 9144,
                        "loc": {
                          "start": {
                            "line": 285,
                            "column": 10
                          },
                          "end": {
                            "line": 285,
                            "column": 175
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 8979,
                          "end": 8999,
                          "loc": {
                            "start": {
                              "line": 285,
                              "column": 10
                            },
                            "end": {
                              "line": 285,
                              "column": 30
                            },
                            "identifierName": "isLocalizedValidator"
                          },
                          "name": "isLocalizedValidator"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 9002,
                          "end": 9144,
                          "loc": {
                            "start": {
                              "line": 285,
                              "column": 33
                            },
                            "end": {
                              "line": 285,
                              "column": 175
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 9002,
                            "end": 9036,
                            "loc": {
                              "start": {
                                "line": 285,
                                "column": 33
                              },
                              "end": {
                                "line": 285,
                                "column": 67
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 9002,
                              "end": 9023,
                              "loc": {
                                "start": {
                                  "line": 285,
                                  "column": 33
                                },
                                "end": {
                                  "line": 285,
                                  "column": 54
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 9009,
                                "end": 9022,
                                "loc": {
                                  "start": {
                                    "line": 285,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 285,
                                    "column": 53
                                  },
                                  "identifierName": "validatorArgs"
                                },
                                "name": "validatorArgs",
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 9008
                                }
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "operator": "!==",
                            "right": {
                              "type": "StringLiteral",
                              "start": 9028,
                              "end": 9036,
                              "loc": {
                                "start": {
                                  "line": 285,
                                  "column": 59
                                },
                                "end": {
                                  "line": 285,
                                  "column": 67
                                }
                              },
                              "extra": {
                                "rawValue": "string",
                                "raw": "'string'"
                              },
                              "value": "string"
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "LogicalExpression",
                            "start": 9041,
                            "end": 9143,
                            "loc": {
                              "start": {
                                "line": 285,
                                "column": 72
                              },
                              "end": {
                                "line": 285,
                                "column": 174
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 9041,
                              "end": 9106,
                              "loc": {
                                "start": {
                                  "line": 285,
                                  "column": 72
                                },
                                "end": {
                                  "line": 285,
                                  "column": 137
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 9041,
                                "end": 9068,
                                "loc": {
                                  "start": {
                                    "line": 285,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 285,
                                    "column": 99
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 9041,
                                  "end": 9054,
                                  "loc": {
                                    "start": {
                                      "line": 285,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 285,
                                      "column": 85
                                    },
                                    "identifierName": "validatorType"
                                  },
                                  "name": "validatorType"
                                },
                                "operator": "===",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 9059,
                                  "end": 9068,
                                  "loc": {
                                    "start": {
                                      "line": 285,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 285,
                                      "column": 99
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "isAlpha",
                                    "raw": "'isAlpha'"
                                  },
                                  "value": "isAlpha"
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 9072,
                                "end": 9106,
                                "loc": {
                                  "start": {
                                    "line": 285,
                                    "column": 103
                                  },
                                  "end": {
                                    "line": 285,
                                    "column": 137
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 9072,
                                  "end": 9085,
                                  "loc": {
                                    "start": {
                                      "line": 285,
                                      "column": 103
                                    },
                                    "end": {
                                      "line": 285,
                                      "column": 116
                                    },
                                    "identifierName": "validatorType"
                                  },
                                  "name": "validatorType"
                                },
                                "operator": "===",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 9090,
                                  "end": 9106,
                                  "loc": {
                                    "start": {
                                      "line": 285,
                                      "column": 121
                                    },
                                    "end": {
                                      "line": 285,
                                      "column": 137
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "isAlphanumeric",
                                    "raw": "'isAlphanumeric'"
                                  },
                                  "value": "isAlphanumeric"
                                }
                              }
                            },
                            "operator": "||",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 9110,
                              "end": 9143,
                              "loc": {
                                "start": {
                                  "line": 285,
                                  "column": 141
                                },
                                "end": {
                                  "line": 285,
                                  "column": 174
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 9110,
                                "end": 9123,
                                "loc": {
                                  "start": {
                                    "line": 285,
                                    "column": 141
                                  },
                                  "end": {
                                    "line": 285,
                                    "column": 154
                                  },
                                  "identifierName": "validatorType"
                                },
                                "name": "validatorType"
                              },
                              "operator": "===",
                              "right": {
                                "type": "StringLiteral",
                                "start": 9128,
                                "end": 9143,
                                "loc": {
                                  "start": {
                                    "line": 285,
                                    "column": 159
                                  },
                                  "end": {
                                    "line": 285,
                                    "column": 174
                                  }
                                },
                                "extra": {
                                  "rawValue": "isMobilePhone",
                                  "raw": "'isMobilePhone'"
                                },
                                "value": "isMobilePhone"
                              }
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 9040
                            }
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "IfStatement",
                    "start": 9151,
                    "end": 9506,
                    "loc": {
                      "start": {
                        "line": 287,
                        "column": 4
                      },
                      "end": {
                        "line": 297,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 9155,
                      "end": 9184,
                      "loc": {
                        "start": {
                          "line": 287,
                          "column": 8
                        },
                        "end": {
                          "line": 287,
                          "column": 37
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "CallExpression",
                        "start": 9156,
                        "end": 9184,
                        "loc": {
                          "start": {
                            "line": 287,
                            "column": 9
                          },
                          "end": {
                            "line": 287,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9156,
                          "end": 9169,
                          "loc": {
                            "start": {
                              "line": 287,
                              "column": 9
                            },
                            "end": {
                              "line": 287,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9156,
                            "end": 9161,
                            "loc": {
                              "start": {
                                "line": 287,
                                "column": 9
                              },
                              "end": {
                                "line": 287,
                                "column": 14
                              },
                              "identifierName": "Array"
                            },
                            "name": "Array"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9162,
                            "end": 9169,
                            "loc": {
                              "start": {
                                "line": 287,
                                "column": 15
                              },
                              "end": {
                                "line": 287,
                                "column": 22
                              },
                              "identifierName": "isArray"
                            },
                            "name": "isArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 9170,
                            "end": 9183,
                            "loc": {
                              "start": {
                                "line": 287,
                                "column": 23
                              },
                              "end": {
                                "line": 287,
                                "column": 36
                              },
                              "identifierName": "validatorArgs"
                            },
                            "name": "validatorArgs"
                          }
                        ]
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 9186,
                      "end": 9447,
                      "loc": {
                        "start": {
                          "line": 287,
                          "column": 39
                        },
                        "end": {
                          "line": 295,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 9194,
                          "end": 9441,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 6
                            },
                            "end": {
                              "line": 294,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 9198,
                            "end": 9229,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 10
                              },
                              "end": {
                                "line": 288,
                                "column": 41
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 9198,
                              "end": 9211,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 10
                                },
                                "end": {
                                  "line": 288,
                                  "column": 23
                                },
                                "identifierName": "validatorType"
                              },
                              "name": "validatorType"
                            },
                            "operator": "===",
                            "right": {
                              "type": "StringLiteral",
                              "start": 9216,
                              "end": 9229,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 28
                                },
                                "end": {
                                  "line": 288,
                                  "column": 41
                                }
                              },
                              "extra": {
                                "rawValue": "isImmutable",
                                "raw": "'isImmutable'"
                              },
                              "value": "isImmutable"
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 9231,
                            "end": 9288,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 43
                              },
                              "end": {
                                "line": 290,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 9241,
                                "end": 9280,
                                "loc": {
                                  "start": {
                                    "line": 289,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 289,
                                    "column": 47
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 9241,
                                  "end": 9279,
                                  "loc": {
                                    "start": {
                                      "line": 289,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 289,
                                      "column": 46
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 9241,
                                    "end": 9254,
                                    "loc": {
                                      "start": {
                                        "line": 289,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 289,
                                        "column": 21
                                      },
                                      "identifierName": "validatorArgs"
                                    },
                                    "name": "validatorArgs"
                                  },
                                  "right": {
                                    "type": "ArrayExpression",
                                    "start": 9257,
                                    "end": 9279,
                                    "loc": {
                                      "start": {
                                        "line": 289,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 289,
                                        "column": 46
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "Identifier",
                                        "start": 9258,
                                        "end": 9271,
                                        "loc": {
                                          "start": {
                                            "line": 289,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 289,
                                            "column": 38
                                          },
                                          "identifierName": "validatorArgs"
                                        },
                                        "name": "validatorArgs"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 9273,
                                        "end": 9278,
                                        "loc": {
                                          "start": {
                                            "line": 289,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 289,
                                            "column": 45
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": {
                            "type": "IfStatement",
                            "start": 9294,
                            "end": 9441,
                            "loc": {
                              "start": {
                                "line": 290,
                                "column": 13
                              },
                              "end": {
                                "line": 294,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 9298,
                              "end": 9346,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 17
                                },
                                "end": {
                                  "line": 290,
                                  "column": 65
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 9298,
                                "end": 9318,
                                "loc": {
                                  "start": {
                                    "line": 290,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 290,
                                    "column": 37
                                  },
                                  "identifierName": "isLocalizedValidator"
                                },
                                "name": "isLocalizedValidator"
                              },
                              "operator": "||",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 9322,
                                "end": 9346,
                                "loc": {
                                  "start": {
                                    "line": 290,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 290,
                                    "column": 65
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 9322,
                                  "end": 9335,
                                  "loc": {
                                    "start": {
                                      "line": 290,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 290,
                                      "column": 54
                                    },
                                    "identifierName": "validatorType"
                                  },
                                  "name": "validatorType"
                                },
                                "operator": "===",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 9340,
                                  "end": 9346,
                                  "loc": {
                                    "start": {
                                      "line": 290,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 290,
                                      "column": 65
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "isIP",
                                    "raw": "'isIP'"
                                  },
                                  "value": "isIP"
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 9348,
                              "end": 9385,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 67
                                },
                                "end": {
                                  "line": 292,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9358,
                                  "end": 9377,
                                  "loc": {
                                    "start": {
                                      "line": 291,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 291,
                                      "column": 27
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 9358,
                                    "end": 9376,
                                    "loc": {
                                      "start": {
                                        "line": 291,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 291,
                                        "column": 26
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 9358,
                                      "end": 9371,
                                      "loc": {
                                        "start": {
                                          "line": 291,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 291,
                                          "column": 21
                                        },
                                        "identifierName": "validatorArgs"
                                      },
                                      "name": "validatorArgs"
                                    },
                                    "right": {
                                      "type": "ArrayExpression",
                                      "start": 9374,
                                      "end": 9376,
                                      "loc": {
                                        "start": {
                                          "line": 291,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 291,
                                          "column": 26
                                        }
                                      },
                                      "elements": []
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 9391,
                              "end": 9441,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 13
                                },
                                "end": {
                                  "line": 294,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9401,
                                  "end": 9433,
                                  "loc": {
                                    "start": {
                                      "line": 293,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 293,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 9401,
                                    "end": 9432,
                                    "loc": {
                                      "start": {
                                        "line": 293,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 293,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 9401,
                                      "end": 9414,
                                      "loc": {
                                        "start": {
                                          "line": 293,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 293,
                                          "column": 21
                                        },
                                        "identifierName": "validatorArgs"
                                      },
                                      "name": "validatorArgs"
                                    },
                                    "right": {
                                      "type": "ArrayExpression",
                                      "start": 9417,
                                      "end": 9432,
                                      "loc": {
                                        "start": {
                                          "line": 293,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 293,
                                          "column": 39
                                        }
                                      },
                                      "elements": [
                                        {
                                          "type": "Identifier",
                                          "start": 9418,
                                          "end": 9431,
                                          "loc": {
                                            "start": {
                                              "line": 293,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 293,
                                              "column": 38
                                            },
                                            "identifierName": "validatorArgs"
                                          },
                                          "name": "validatorArgs"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 9453,
                      "end": 9506,
                      "loc": {
                        "start": {
                          "line": 295,
                          "column": 11
                        },
                        "end": {
                          "line": 297,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 9461,
                          "end": 9500,
                          "loc": {
                            "start": {
                              "line": 296,
                              "column": 6
                            },
                            "end": {
                              "line": 296,
                              "column": 45
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 9461,
                            "end": 9499,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 6
                              },
                              "end": {
                                "line": 296,
                                "column": 44
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 9461,
                              "end": 9474,
                              "loc": {
                                "start": {
                                  "line": 296,
                                  "column": 6
                                },
                                "end": {
                                  "line": 296,
                                  "column": 19
                                },
                                "identifierName": "validatorArgs"
                              },
                              "name": "validatorArgs"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 9477,
                              "end": 9499,
                              "loc": {
                                "start": {
                                  "line": 296,
                                  "column": 22
                                },
                                "end": {
                                  "line": 296,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 9477,
                                "end": 9496,
                                "loc": {
                                  "start": {
                                    "line": 296,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 296,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9477,
                                  "end": 9490,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 35
                                    },
                                    "identifierName": "validatorArgs"
                                  },
                                  "name": "validatorArgs"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9491,
                                  "end": 9496,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 41
                                    },
                                    "identifierName": "slice"
                                  },
                                  "name": "slice"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "NumericLiteral",
                                  "start": 9497,
                                  "end": 9498,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 43
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 9511,
                    "end": 9532,
                    "loc": {
                      "start": {
                        "line": 298,
                        "column": 4
                      },
                      "end": {
                        "line": 298,
                        "column": 25
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 9518,
                      "end": 9531,
                      "loc": {
                        "start": {
                          "line": 298,
                          "column": 11
                        },
                        "end": {
                          "line": 298,
                          "column": 24
                        },
                        "identifierName": "validatorArgs"
                      },
                      "name": "validatorArgs"
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Will extract arguments for the validator.\n   *\n   * @param {*} test The test case.\n   * @param {string} validatorType One of known to Sequelize validators.\n   * @param {string} field The field that is being validated.\n   * @private\n   ",
                  "start": 8625,
                  "end": 8871,
                  "loc": {
                    "start": {
                      "line": 275,
                      "column": 2
                    },
                    "end": {
                      "line": 282,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Will validate a single field against its schema definition (isnull).\n   *\n   * @param {Object} rawAttribute As defined in the Schema.\n   * @param {string} field The field name.\n   * @param {*} value anything.\n   * @private\n   ",
                  "start": 9540,
                  "end": 9777,
                  "loc": {
                    "start": {
                      "line": 301,
                      "column": 2
                    },
                    "end": {
                      "line": 308,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 9780,
              "end": 10764,
              "loc": {
                "start": {
                  "line": 309,
                  "column": 2
                },
                "end": {
                  "line": 327,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 9780,
                "end": 9795,
                "loc": {
                  "start": {
                    "line": 309,
                    "column": 2
                  },
                  "end": {
                    "line": 309,
                    "column": 17
                  },
                  "identifierName": "_validateSchema"
                },
                "name": "_validateSchema",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 9796,
                  "end": 9808,
                  "loc": {
                    "start": {
                      "line": 309,
                      "column": 18
                    },
                    "end": {
                      "line": 309,
                      "column": 30
                    },
                    "identifierName": "rawAttribute"
                  },
                  "name": "rawAttribute"
                },
                {
                  "type": "Identifier",
                  "start": 9810,
                  "end": 9815,
                  "loc": {
                    "start": {
                      "line": 309,
                      "column": 32
                    },
                    "end": {
                      "line": 309,
                      "column": 37
                    },
                    "identifierName": "field"
                  },
                  "name": "field"
                },
                {
                  "type": "Identifier",
                  "start": 9817,
                  "end": 9822,
                  "loc": {
                    "start": {
                      "line": 309,
                      "column": 39
                    },
                    "end": {
                      "line": 309,
                      "column": 44
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 9824,
                "end": 10764,
                "loc": {
                  "start": {
                    "line": 309,
                    "column": 46
                  },
                  "end": {
                    "line": 327,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 9830,
                    "end": 9840,
                    "loc": {
                      "start": {
                        "line": 310,
                        "column": 4
                      },
                      "end": {
                        "line": 310,
                        "column": 14
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9834,
                        "end": 9839,
                        "loc": {
                          "start": {
                            "line": 310,
                            "column": 8
                          },
                          "end": {
                            "line": 310,
                            "column": 13
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9834,
                          "end": 9839,
                          "loc": {
                            "start": {
                              "line": 310,
                              "column": 8
                            },
                            "end": {
                              "line": 310,
                              "column": 13
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 9846,
                    "end": 10263,
                    "loc": {
                      "start": {
                        "line": 312,
                        "column": 4
                      },
                      "end": {
                        "line": 319,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 9850,
                      "end": 9925,
                      "loc": {
                        "start": {
                          "line": 312,
                          "column": 8
                        },
                        "end": {
                          "line": 312,
                          "column": 83
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 9850,
                        "end": 9882,
                        "loc": {
                          "start": {
                            "line": 312,
                            "column": 8
                          },
                          "end": {
                            "line": 312,
                            "column": 40
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 9850,
                          "end": 9872,
                          "loc": {
                            "start": {
                              "line": 312,
                              "column": 8
                            },
                            "end": {
                              "line": 312,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9850,
                            "end": 9862,
                            "loc": {
                              "start": {
                                "line": 312,
                                "column": 8
                              },
                              "end": {
                                "line": 312,
                                "column": 20
                              },
                              "identifierName": "rawAttribute"
                            },
                            "name": "rawAttribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9863,
                            "end": 9872,
                            "loc": {
                              "start": {
                                "line": 312,
                                "column": 21
                              },
                              "end": {
                                "line": 312,
                                "column": 30
                              },
                              "identifierName": "allowNull"
                            },
                            "name": "allowNull"
                          },
                          "computed": false
                        },
                        "operator": "===",
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 9877,
                          "end": 9882,
                          "loc": {
                            "start": {
                              "line": 312,
                              "column": 35
                            },
                            "end": {
                              "line": 312,
                              "column": 40
                            }
                          },
                          "value": false
                        }
                      },
                      "operator": "&&",
                      "right": {
                        "type": "LogicalExpression",
                        "start": 9887,
                        "end": 9924,
                        "loc": {
                          "start": {
                            "line": 312,
                            "column": 45
                          },
                          "end": {
                            "line": 312,
                            "column": 82
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 9887,
                          "end": 9901,
                          "loc": {
                            "start": {
                              "line": 312,
                              "column": 45
                            },
                            "end": {
                              "line": 312,
                              "column": 59
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 9887,
                            "end": 9892,
                            "loc": {
                              "start": {
                                "line": 312,
                                "column": 45
                              },
                              "end": {
                                "line": 312,
                                "column": 50
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "operator": "===",
                          "right": {
                            "type": "NullLiteral",
                            "start": 9897,
                            "end": 9901,
                            "loc": {
                              "start": {
                                "line": 312,
                                "column": 55
                              },
                              "end": {
                                "line": 312,
                                "column": 59
                              }
                            }
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 9905,
                          "end": 9924,
                          "loc": {
                            "start": {
                              "line": 312,
                              "column": 63
                            },
                            "end": {
                              "line": 312,
                              "column": 82
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 9905,
                            "end": 9910,
                            "loc": {
                              "start": {
                                "line": 312,
                                "column": 63
                              },
                              "end": {
                                "line": 312,
                                "column": 68
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 9915,
                            "end": 9924,
                            "loc": {
                              "start": {
                                "line": 312,
                                "column": 73
                              },
                              "end": {
                                "line": 312,
                                "column": 82
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 9886
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 9927,
                      "end": 10263,
                      "loc": {
                        "start": {
                          "line": 312,
                          "column": 85
                        },
                        "end": {
                          "line": 319,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 9935,
                          "end": 9991,
                          "loc": {
                            "start": {
                              "line": 313,
                              "column": 6
                            },
                            "end": {
                              "line": 313,
                              "column": 62
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9941,
                              "end": 9990,
                              "loc": {
                                "start": {
                                  "line": 313,
                                  "column": 12
                                },
                                "end": {
                                  "line": 313,
                                  "column": 61
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9941,
                                "end": 9951,
                                "loc": {
                                  "start": {
                                    "line": 313,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 313,
                                    "column": 22
                                  },
                                  "identifierName": "validators"
                                },
                                "name": "validators"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 9954,
                                "end": 9990,
                                "loc": {
                                  "start": {
                                    "line": 313,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 313,
                                    "column": 61
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 9954,
                                  "end": 9983,
                                  "loc": {
                                    "start": {
                                      "line": 313,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 313,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9954,
                                    "end": 9972,
                                    "loc": {
                                      "start": {
                                        "line": 313,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 313,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 9954,
                                      "end": 9958,
                                      "loc": {
                                        "start": {
                                          "line": 313,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 313,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9959,
                                      "end": 9972,
                                      "loc": {
                                        "start": {
                                          "line": 313,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 313,
                                          "column": 43
                                        },
                                        "identifierName": "modelInstance"
                                      },
                                      "name": "modelInstance"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9973,
                                    "end": 9983,
                                    "loc": {
                                      "start": {
                                        "line": 313,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 313,
                                        "column": 54
                                      },
                                      "identifierName": "validators"
                                    },
                                    "name": "validators"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9984,
                                  "end": 9989,
                                  "loc": {
                                    "start": {
                                      "line": 313,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 313,
                                      "column": 60
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "computed": true
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 9998,
                          "end": 10129,
                          "loc": {
                            "start": {
                              "line": 314,
                              "column": 6
                            },
                            "end": {
                              "line": 316,
                              "column": 50
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 10004,
                              "end": 10128,
                              "loc": {
                                "start": {
                                  "line": 314,
                                  "column": 12
                                },
                                "end": {
                                  "line": 316,
                                  "column": 49
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 10004,
                                "end": 10010,
                                "loc": {
                                  "start": {
                                    "line": 314,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 314,
                                    "column": 18
                                  },
                                  "identifierName": "errMsg"
                                },
                                "name": "errMsg"
                              },
                              "init": {
                                "type": "ConditionalExpression",
                                "start": 10013,
                                "end": 10128,
                                "loc": {
                                  "start": {
                                    "line": 314,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 316,
                                    "column": 49
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 10013,
                                  "end": 10023,
                                  "loc": {
                                    "start": {
                                      "line": 314,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 314,
                                      "column": 31
                                    },
                                    "identifierName": "validators"
                                  },
                                  "name": "validators"
                                },
                                "consequent": {
                                  "type": "MemberExpression",
                                  "start": 10048,
                                  "end": 10078,
                                  "loc": {
                                    "start": {
                                      "line": 315,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 315,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "LogicalExpression",
                                    "start": 10049,
                                    "end": 10073,
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 49
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 10049,
                                      "end": 10067,
                                      "loc": {
                                        "start": {
                                          "line": 315,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 315,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10049,
                                        "end": 10059,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 35
                                          },
                                          "identifierName": "validators"
                                        },
                                        "name": "validators"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10060,
                                        "end": 10067,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 43
                                          },
                                          "identifierName": "notNull"
                                        },
                                        "name": "notNull"
                                      },
                                      "computed": false
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "ObjectExpression",
                                      "start": 10071,
                                      "end": 10073,
                                      "loc": {
                                        "start": {
                                          "line": 315,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 315,
                                          "column": 49
                                        }
                                      },
                                      "properties": []
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 10048
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10075,
                                    "end": 10078,
                                    "loc": {
                                      "start": {
                                        "line": 315,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 315,
                                        "column": 54
                                      },
                                      "identifierName": "msg"
                                    },
                                    "name": "msg"
                                  },
                                  "computed": false
                                },
                                "alternate": {
                                  "type": "TemplateLiteral",
                                  "start": 10103,
                                  "end": 10128,
                                  "loc": {
                                    "start": {
                                      "line": 316,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 316,
                                      "column": 49
                                    }
                                  },
                                  "expressions": [
                                    {
                                      "type": "Identifier",
                                      "start": 10106,
                                      "end": 10111,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 32
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    }
                                  ],
                                  "quasis": [
                                    {
                                      "type": "TemplateElement",
                                      "start": 10104,
                                      "end": 10104,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 25
                                        }
                                      },
                                      "value": {
                                        "raw": "",
                                        "cooked": ""
                                      },
                                      "tail": false
                                    },
                                    {
                                      "type": "TemplateElement",
                                      "start": 10112,
                                      "end": 10127,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 48
                                        }
                                      },
                                      "value": {
                                        "raw": " cannot be null",
                                        "cooked": " cannot be null"
                                      },
                                      "tail": true
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 10136,
                          "end": 10226,
                          "loc": {
                            "start": {
                              "line": 317,
                              "column": 6
                            },
                            "end": {
                              "line": 317,
                              "column": 96
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 10136,
                            "end": 10225,
                            "loc": {
                              "start": {
                                "line": 317,
                                "column": 6
                              },
                              "end": {
                                "line": 317,
                                "column": 95
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 10136,
                              "end": 10141,
                              "loc": {
                                "start": {
                                  "line": 317,
                                  "column": 6
                                },
                                "end": {
                                  "line": 317,
                                  "column": 11
                                },
                                "identifierName": "error"
                              },
                              "name": "error"
                            },
                            "right": {
                              "type": "NewExpression",
                              "start": 10144,
                              "end": 10225,
                              "loc": {
                                "start": {
                                  "line": 317,
                                  "column": 14
                                },
                                "end": {
                                  "line": 317,
                                  "column": 95
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10148,
                                "end": 10182,
                                "loc": {
                                  "start": {
                                    "line": 317,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 317,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10148,
                                  "end": 10162,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 32
                                    },
                                    "identifierName": "sequelizeError"
                                  },
                                  "name": "sequelizeError"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10163,
                                  "end": 10182,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 52
                                    },
                                    "identifierName": "ValidationErrorItem"
                                  },
                                  "name": "ValidationErrorItem"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 10183,
                                  "end": 10189,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 59
                                    },
                                    "identifierName": "errMsg"
                                  },
                                  "name": "errMsg"
                                },
                                {
                                  "type": "StringLiteral",
                                  "start": 10191,
                                  "end": 10210,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 80
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "notNull Violation",
                                    "raw": "'notNull Violation'"
                                  },
                                  "value": "notNull Violation"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 10212,
                                  "end": 10217,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 87
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 10219,
                                  "end": 10224,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 317,
                                      "column": 94
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 10233,
                          "end": 10257,
                          "loc": {
                            "start": {
                              "line": 318,
                              "column": 6
                            },
                            "end": {
                              "line": 318,
                              "column": 30
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 10233,
                            "end": 10256,
                            "loc": {
                              "start": {
                                "line": 318,
                                "column": 6
                              },
                              "end": {
                                "line": 318,
                                "column": 29
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10233,
                              "end": 10249,
                              "loc": {
                                "start": {
                                  "line": 318,
                                  "column": 6
                                },
                                "end": {
                                  "line": 318,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 10233,
                                "end": 10244,
                                "loc": {
                                  "start": {
                                    "line": 318,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 318,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 10233,
                                  "end": 10237,
                                  "loc": {
                                    "start": {
                                      "line": 318,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 318,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10238,
                                  "end": 10244,
                                  "loc": {
                                    "start": {
                                      "line": 318,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 318,
                                      "column": 17
                                    },
                                    "identifierName": "errors"
                                  },
                                  "name": "errors"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10245,
                                "end": 10249,
                                "loc": {
                                  "start": {
                                    "line": 318,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 318,
                                    "column": 22
                                  },
                                  "identifierName": "push"
                                },
                                "name": "push"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 10250,
                                "end": 10255,
                                "loc": {
                                  "start": {
                                    "line": 318,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 318,
                                    "column": 28
                                  },
                                  "identifierName": "error"
                                },
                                "name": "error"
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 10269,
                    "end": 10760,
                    "loc": {
                      "start": {
                        "line": 321,
                        "column": 4
                      },
                      "end": {
                        "line": 326,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 10273,
                      "end": 10447,
                      "loc": {
                        "start": {
                          "line": 321,
                          "column": 8
                        },
                        "end": {
                          "line": 321,
                          "column": 182
                        }
                      },
                      "left": {
                        "type": "LogicalExpression",
                        "start": 10273,
                        "end": 10400,
                        "loc": {
                          "start": {
                            "line": 321,
                            "column": 8
                          },
                          "end": {
                            "line": 321,
                            "column": 135
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 10273,
                          "end": 10360,
                          "loc": {
                            "start": {
                              "line": 321,
                              "column": 8
                            },
                            "end": {
                              "line": 321,
                              "column": 95
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 10273,
                            "end": 10311,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 8
                              },
                              "end": {
                                "line": 321,
                                "column": 46
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 10273,
                              "end": 10290,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 8
                                },
                                "end": {
                                  "line": 321,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10273,
                                "end": 10285,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 20
                                  },
                                  "identifierName": "rawAttribute"
                                },
                                "name": "rawAttribute"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10286,
                                "end": 10290,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 25
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "computed": false
                            },
                            "operator": "===",
                            "right": {
                              "type": "MemberExpression",
                              "start": 10295,
                              "end": 10311,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 30
                                },
                                "end": {
                                  "line": 321,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10295,
                                "end": 10304,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 39
                                  },
                                  "identifierName": "DataTypes"
                                },
                                "name": "DataTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10305,
                                "end": 10311,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 46
                                  },
                                  "identifierName": "STRING"
                                },
                                "name": "STRING"
                              },
                              "computed": false
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 10315,
                            "end": 10360,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 50
                              },
                              "end": {
                                "line": 321,
                                "column": 95
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 10315,
                              "end": 10332,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 50
                                },
                                "end": {
                                  "line": 321,
                                  "column": 67
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10315,
                                "end": 10327,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 62
                                  },
                                  "identifierName": "rawAttribute"
                                },
                                "name": "rawAttribute"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10328,
                                "end": 10332,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 67
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              "computed": false
                            },
                            "operator": "instanceof",
                            "right": {
                              "type": "MemberExpression",
                              "start": 10344,
                              "end": 10360,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 79
                                },
                                "end": {
                                  "line": 321,
                                  "column": 95
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10344,
                                "end": 10353,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 88
                                  },
                                  "identifierName": "DataTypes"
                                },
                                "name": "DataTypes"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10354,
                                "end": 10360,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 95
                                  },
                                  "identifierName": "STRING"
                                },
                                "name": "STRING"
                              },
                              "computed": false
                            }
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 10364,
                          "end": 10400,
                          "loc": {
                            "start": {
                              "line": 321,
                              "column": 99
                            },
                            "end": {
                              "line": 321,
                              "column": 135
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 10364,
                            "end": 10381,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 99
                              },
                              "end": {
                                "line": 321,
                                "column": 116
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10364,
                              "end": 10376,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 99
                                },
                                "end": {
                                  "line": 321,
                                  "column": 111
                                },
                                "identifierName": "rawAttribute"
                              },
                              "name": "rawAttribute"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10377,
                              "end": 10381,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 112
                                },
                                "end": {
                                  "line": 321,
                                  "column": 116
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "MemberExpression",
                            "start": 10386,
                            "end": 10400,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 121
                              },
                              "end": {
                                "line": 321,
                                "column": 135
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10386,
                              "end": 10395,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 121
                                },
                                "end": {
                                  "line": 321,
                                  "column": 130
                                },
                                "identifierName": "DataTypes"
                              },
                              "name": "DataTypes"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10396,
                              "end": 10400,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 131
                                },
                                "end": {
                                  "line": 321,
                                  "column": 135
                                },
                                "identifierName": "TEXT"
                              },
                              "name": "TEXT"
                            },
                            "computed": false
                          }
                        }
                      },
                      "operator": "||",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 10404,
                        "end": 10447,
                        "loc": {
                          "start": {
                            "line": 321,
                            "column": 139
                          },
                          "end": {
                            "line": 321,
                            "column": 182
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 10404,
                          "end": 10421,
                          "loc": {
                            "start": {
                              "line": 321,
                              "column": 139
                            },
                            "end": {
                              "line": 321,
                              "column": 156
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10404,
                            "end": 10416,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 139
                              },
                              "end": {
                                "line": 321,
                                "column": 151
                              },
                              "identifierName": "rawAttribute"
                            },
                            "name": "rawAttribute"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10417,
                            "end": 10421,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 152
                              },
                              "end": {
                                "line": 321,
                                "column": 156
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "operator": "instanceof",
                        "right": {
                          "type": "MemberExpression",
                          "start": 10433,
                          "end": 10447,
                          "loc": {
                            "start": {
                              "line": 321,
                              "column": 168
                            },
                            "end": {
                              "line": 321,
                              "column": 182
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10433,
                            "end": 10442,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 168
                              },
                              "end": {
                                "line": 321,
                                "column": 177
                              },
                              "identifierName": "DataTypes"
                            },
                            "name": "DataTypes"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10443,
                            "end": 10447,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 178
                              },
                              "end": {
                                "line": 321,
                                "column": 182
                              },
                              "identifierName": "TEXT"
                            },
                            "name": "TEXT"
                          },
                          "computed": false
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 10449,
                      "end": 10760,
                      "loc": {
                        "start": {
                          "line": 321,
                          "column": 184
                        },
                        "end": {
                          "line": 326,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 10457,
                          "end": 10754,
                          "loc": {
                            "start": {
                              "line": 322,
                              "column": 6
                            },
                            "end": {
                              "line": 325,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 10461,
                            "end": 10576,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 10
                              },
                              "end": {
                                "line": 322,
                                "column": 125
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 10461,
                              "end": 10481,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 10
                                },
                                "end": {
                                  "line": 322,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10461,
                                "end": 10474,
                                "loc": {
                                  "start": {
                                    "line": 322,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 322,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10461,
                                  "end": 10466,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 15
                                    },
                                    "identifierName": "Array"
                                  },
                                  "name": "Array"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10467,
                                  "end": 10474,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 23
                                    },
                                    "identifierName": "isArray"
                                  },
                                  "name": "isArray"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 10475,
                                  "end": 10480,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 29
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                }
                              ]
                            },
                            "operator": "||",
                            "right": {
                              "type": "LogicalExpression",
                              "start": 10485,
                              "end": 10576,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 34
                                },
                                "end": {
                                  "line": 322,
                                  "column": 125
                                }
                              },
                              "left": {
                                "type": "LogicalExpression",
                                "start": 10486,
                                "end": 10548,
                                "loc": {
                                  "start": {
                                    "line": 322,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 322,
                                    "column": 97
                                  }
                                },
                                "left": {
                                  "type": "CallExpression",
                                  "start": 10486,
                                  "end": 10503,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 52
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10486,
                                    "end": 10496,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10486,
                                      "end": 10487,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 36
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10488,
                                      "end": 10496,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 45
                                        },
                                        "identifierName": "isObject"
                                      },
                                      "name": "isObject"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10497,
                                      "end": 10502,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 51
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    }
                                  ]
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "UnaryExpression",
                                  "start": 10507,
                                  "end": 10548,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 97
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 10509,
                                    "end": 10547,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 96
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 10509,
                                      "end": 10514,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 63
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "operator": "instanceof",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 10526,
                                      "end": 10547,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 96
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10526,
                                        "end": 10531,
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 80
                                          },
                                          "identifierName": "Utils"
                                        },
                                        "name": "Utils"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10532,
                                        "end": 10547,
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 96
                                          },
                                          "identifierName": "SequelizeMethod"
                                        },
                                        "name": "SequelizeMethod"
                                      },
                                      "computed": false
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 10508
                                    }
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 10485
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 10553,
                                "end": 10576,
                                "loc": {
                                  "start": {
                                    "line": 322,
                                    "column": 102
                                  },
                                  "end": {
                                    "line": 322,
                                    "column": 125
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 10554,
                                  "end": 10576,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 103
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 125
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10554,
                                    "end": 10569,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 103
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 118
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10554,
                                      "end": 10560,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 103
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 109
                                        },
                                        "identifierName": "Buffer"
                                      },
                                      "name": "Buffer"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10561,
                                      "end": 10569,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 110
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 118
                                        },
                                        "identifierName": "isBuffer"
                                      },
                                      "name": "isBuffer"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10570,
                                      "end": 10575,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 119
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 124
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    }
                                  ]
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 10578,
                            "end": 10754,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 127
                              },
                              "end": {
                                "line": 325,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 10588,
                                "end": 10713,
                                "loc": {
                                  "start": {
                                    "line": 323,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 133
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 10588,
                                  "end": 10712,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 132
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 10588,
                                    "end": 10593,
                                    "loc": {
                                      "start": {
                                        "line": 323,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 323,
                                        "column": 13
                                      },
                                      "identifierName": "error"
                                    },
                                    "name": "error"
                                  },
                                  "right": {
                                    "type": "NewExpression",
                                    "start": 10596,
                                    "end": 10712,
                                    "loc": {
                                      "start": {
                                        "line": 323,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 323,
                                        "column": 132
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10600,
                                      "end": 10634,
                                      "loc": {
                                        "start": {
                                          "line": 323,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 323,
                                          "column": 54
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10600,
                                        "end": 10614,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 34
                                          },
                                          "identifierName": "sequelizeError"
                                        },
                                        "name": "sequelizeError"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10615,
                                        "end": 10634,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 54
                                          },
                                          "identifierName": "ValidationErrorItem"
                                        },
                                        "name": "ValidationErrorItem"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "TemplateLiteral",
                                        "start": 10635,
                                        "end": 10677,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 97
                                          }
                                        },
                                        "expressions": [
                                          {
                                            "type": "Identifier",
                                            "start": 10638,
                                            "end": 10643,
                                            "loc": {
                                              "start": {
                                                "line": 323,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 323,
                                                "column": 63
                                              },
                                              "identifierName": "field"
                                            },
                                            "name": "field"
                                          }
                                        ],
                                        "quasis": [
                                          {
                                            "type": "TemplateElement",
                                            "start": 10636,
                                            "end": 10636,
                                            "loc": {
                                              "start": {
                                                "line": 323,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 323,
                                                "column": 56
                                              }
                                            },
                                            "value": {
                                              "raw": "",
                                              "cooked": ""
                                            },
                                            "tail": false
                                          },
                                          {
                                            "type": "TemplateElement",
                                            "start": 10644,
                                            "end": 10676,
                                            "loc": {
                                              "start": {
                                                "line": 323,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 323,
                                                "column": 96
                                              }
                                            },
                                            "value": {
                                              "raw": " cannot be an array or an object",
                                              "cooked": " cannot be an array or an object"
                                            },
                                            "tail": true
                                          }
                                        ]
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 10679,
                                        "end": 10697,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 99
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 117
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "string violation",
                                          "raw": "'string violation'"
                                        },
                                        "value": "string violation"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 10699,
                                        "end": 10704,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 119
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 124
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 10706,
                                        "end": 10711,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 126
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 131
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 10722,
                                "end": 10746,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 324,
                                    "column": 32
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 10722,
                                  "end": 10745,
                                  "loc": {
                                    "start": {
                                      "line": 324,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 324,
                                      "column": 31
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10722,
                                    "end": 10738,
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 10722,
                                      "end": 10733,
                                      "loc": {
                                        "start": {
                                          "line": 324,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 324,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 10722,
                                        "end": 10726,
                                        "loc": {
                                          "start": {
                                            "line": 324,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 324,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10727,
                                        "end": 10733,
                                        "loc": {
                                          "start": {
                                            "line": 324,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 324,
                                            "column": 19
                                          },
                                          "identifierName": "errors"
                                        },
                                        "name": "errors"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10734,
                                      "end": 10738,
                                      "loc": {
                                        "start": {
                                          "line": 324,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 324,
                                          "column": 24
                                        },
                                        "identifierName": "push"
                                      },
                                      "name": "push"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 10739,
                                      "end": 10744,
                                      "loc": {
                                        "start": {
                                          "line": 324,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 324,
                                          "column": 30
                                        },
                                        "identifierName": "error"
                                      },
                                      "name": "error"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Will validate a single field against its schema definition (isnull).\n   *\n   * @param {Object} rawAttribute As defined in the Schema.\n   * @param {string} field The field name.\n   * @param {*} value anything.\n   * @private\n   ",
                  "start": 9540,
                  "end": 9777,
                  "loc": {
                    "start": {
                      "line": 301,
                      "column": 2
                    },
                    "end": {
                      "line": 308,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Handles the returned result of a Promise.reflect.\n   *\n   * If errors are found it populates this.error.\n   *\n   * @param {string} field The attribute name.\n   * @param {string|number} value The data value.\n   * @param {Array.<Promise.PromiseInspection>} Promise inspection objects.\n   * @private\n   ",
                  "start": 10769,
                  "end": 11080,
                  "loc": {
                    "start": {
                      "line": 330,
                      "column": 2
                    },
                    "end": {
                      "line": 339,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 11083,
              "end": 11370,
              "loc": {
                "start": {
                  "line": 340,
                  "column": 2
                },
                "end": {
                  "line": 347,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 11083,
                "end": 11105,
                "loc": {
                  "start": {
                    "line": 340,
                    "column": 2
                  },
                  "end": {
                    "line": 340,
                    "column": 24
                  },
                  "identifierName": "_handleReflectedResult"
                },
                "name": "_handleReflectedResult",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 11106,
                  "end": 11111,
                  "loc": {
                    "start": {
                      "line": 340,
                      "column": 25
                    },
                    "end": {
                      "line": 340,
                      "column": 30
                    },
                    "identifierName": "field"
                  },
                  "name": "field"
                },
                {
                  "type": "Identifier",
                  "start": 11113,
                  "end": 11118,
                  "loc": {
                    "start": {
                      "line": 340,
                      "column": 32
                    },
                    "end": {
                      "line": 340,
                      "column": 37
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                },
                {
                  "type": "Identifier",
                  "start": 11120,
                  "end": 11138,
                  "loc": {
                    "start": {
                      "line": 340,
                      "column": 39
                    },
                    "end": {
                      "line": 340,
                      "column": 57
                    },
                    "identifierName": "promiseInspections"
                  },
                  "name": "promiseInspections"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 11140,
                "end": 11370,
                "loc": {
                  "start": {
                    "line": 340,
                    "column": 59
                  },
                  "end": {
                    "line": 347,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ForOfStatement",
                    "start": 11146,
                    "end": 11366,
                    "loc": {
                      "start": {
                        "line": 341,
                        "column": 4
                      },
                      "end": {
                        "line": 346,
                        "column": 5
                      }
                    },
                    "left": {
                      "type": "VariableDeclaration",
                      "start": 11151,
                      "end": 11174,
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 9
                        },
                        "end": {
                          "line": 341,
                          "column": 32
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 11157,
                          "end": 11174,
                          "loc": {
                            "start": {
                              "line": 341,
                              "column": 15
                            },
                            "end": {
                              "line": 341,
                              "column": 32
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 11157,
                            "end": 11174,
                            "loc": {
                              "start": {
                                "line": 341,
                                "column": 15
                              },
                              "end": {
                                "line": 341,
                                "column": 32
                              },
                              "identifierName": "promiseInspection"
                            },
                            "name": "promiseInspection"
                          },
                          "init": null
                        }
                      ],
                      "kind": "const"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 11178,
                      "end": 11196,
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 36
                        },
                        "end": {
                          "line": 341,
                          "column": 54
                        },
                        "identifierName": "promiseInspections"
                      },
                      "name": "promiseInspections"
                    },
                    "body": {
                      "type": "BlockStatement",
                      "start": 11198,
                      "end": 11366,
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 56
                        },
                        "end": {
                          "line": 346,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 11206,
                          "end": 11360,
                          "loc": {
                            "start": {
                              "line": 342,
                              "column": 6
                            },
                            "end": {
                              "line": 345,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 11210,
                            "end": 11240,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 10
                              },
                              "end": {
                                "line": 342,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11210,
                              "end": 11238,
                              "loc": {
                                "start": {
                                  "line": 342,
                                  "column": 10
                                },
                                "end": {
                                  "line": 342,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11210,
                                "end": 11227,
                                "loc": {
                                  "start": {
                                    "line": 342,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 342,
                                    "column": 27
                                  },
                                  "identifierName": "promiseInspection"
                                },
                                "name": "promiseInspection"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11228,
                                "end": 11238,
                                "loc": {
                                  "start": {
                                    "line": 342,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 342,
                                    "column": 38
                                  },
                                  "identifierName": "isRejected"
                                },
                                "name": "isRejected"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 11242,
                            "end": 11360,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 42
                              },
                              "end": {
                                "line": 345,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 11252,
                                "end": 11296,
                                "loc": {
                                  "start": {
                                    "line": 343,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 343,
                                    "column": 52
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 11258,
                                    "end": 11295,
                                    "loc": {
                                      "start": {
                                        "line": 343,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 343,
                                        "column": 51
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 11258,
                                      "end": 11267,
                                      "loc": {
                                        "start": {
                                          "line": 343,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 343,
                                          "column": 23
                                        },
                                        "identifierName": "rejection"
                                      },
                                      "name": "rejection"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 11270,
                                      "end": 11295,
                                      "loc": {
                                        "start": {
                                          "line": 343,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 343,
                                          "column": 51
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 11270,
                                        "end": 11293,
                                        "loc": {
                                          "start": {
                                            "line": 343,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 343,
                                            "column": 49
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11270,
                                          "end": 11287,
                                          "loc": {
                                            "start": {
                                              "line": 343,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 343,
                                              "column": 43
                                            },
                                            "identifierName": "promiseInspection"
                                          },
                                          "name": "promiseInspection"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11288,
                                          "end": 11293,
                                          "loc": {
                                            "start": {
                                              "line": 343,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 343,
                                              "column": 49
                                            },
                                            "identifierName": "error"
                                          },
                                          "name": "error"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 11305,
                                "end": 11352,
                                "loc": {
                                  "start": {
                                    "line": 344,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 344,
                                    "column": 55
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 11305,
                                  "end": 11351,
                                  "loc": {
                                    "start": {
                                      "line": 344,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 344,
                                      "column": 54
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 11305,
                                    "end": 11320,
                                    "loc": {
                                      "start": {
                                        "line": 344,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 344,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 11305,
                                      "end": 11309,
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11310,
                                      "end": 11320,
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 23
                                        },
                                        "identifierName": "_pushError"
                                      },
                                      "name": "_pushError"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "BooleanLiteral",
                                      "start": 11321,
                                      "end": 11325,
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 28
                                        }
                                      },
                                      "value": true
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 11327,
                                      "end": 11332,
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 35
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 11334,
                                      "end": 11343,
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 46
                                        },
                                        "identifierName": "rejection"
                                      },
                                      "name": "rejection"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 11345,
                                      "end": 11350,
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 53
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Handles the returned result of a Promise.reflect.\n   *\n   * If errors are found it populates this.error.\n   *\n   * @param {string} field The attribute name.\n   * @param {string|number} value The data value.\n   * @param {Array.<Promise.PromiseInspection>} Promise inspection objects.\n   * @private\n   ",
                  "start": 10769,
                  "end": 11080,
                  "loc": {
                    "start": {
                      "line": 330,
                      "column": 2
                    },
                    "end": {
                      "line": 339,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Signs all errors retaining the original.\n   *\n   * @param {boolean} isBuiltin Determines if error is from builtin validator.\n   * @param {string} errorKey The error key to assign on this.errors object.\n   * @param {Error|string} rawError The original error.\n   * @param {string|number} value The data that triggered the error.\n   * @private\n   ",
                  "start": 11374,
                  "end": 11729,
                  "loc": {
                    "start": {
                      "line": 349,
                      "column": 2
                    },
                    "end": {
                      "line": 357,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 11732,
              "end": 12046,
              "loc": {
                "start": {
                  "line": 358,
                  "column": 2
                },
                "end": {
                  "line": 364,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 11732,
                "end": 11742,
                "loc": {
                  "start": {
                    "line": 358,
                    "column": 2
                  },
                  "end": {
                    "line": 358,
                    "column": 12
                  },
                  "identifierName": "_pushError"
                },
                "name": "_pushError",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 11743,
                  "end": 11752,
                  "loc": {
                    "start": {
                      "line": 358,
                      "column": 13
                    },
                    "end": {
                      "line": 358,
                      "column": 22
                    },
                    "identifierName": "isBuiltin"
                  },
                  "name": "isBuiltin"
                },
                {
                  "type": "Identifier",
                  "start": 11754,
                  "end": 11762,
                  "loc": {
                    "start": {
                      "line": 358,
                      "column": 24
                    },
                    "end": {
                      "line": 358,
                      "column": 32
                    },
                    "identifierName": "errorKey"
                  },
                  "name": "errorKey"
                },
                {
                  "type": "Identifier",
                  "start": 11764,
                  "end": 11772,
                  "loc": {
                    "start": {
                      "line": 358,
                      "column": 34
                    },
                    "end": {
                      "line": 358,
                      "column": 42
                    },
                    "identifierName": "rawError"
                  },
                  "name": "rawError"
                },
                {
                  "type": "Identifier",
                  "start": 11774,
                  "end": 11779,
                  "loc": {
                    "start": {
                      "line": 358,
                      "column": 44
                    },
                    "end": {
                      "line": 358,
                      "column": 49
                    },
                    "identifierName": "value"
                  },
                  "name": "value"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 11781,
                "end": 12046,
                "loc": {
                  "start": {
                    "line": 358,
                    "column": 51
                  },
                  "end": {
                    "line": 364,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 11787,
                    "end": 11854,
                    "loc": {
                      "start": {
                        "line": 359,
                        "column": 4
                      },
                      "end": {
                        "line": 359,
                        "column": 71
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 11793,
                        "end": 11853,
                        "loc": {
                          "start": {
                            "line": 359,
                            "column": 10
                          },
                          "end": {
                            "line": 359,
                            "column": 70
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 11793,
                          "end": 11800,
                          "loc": {
                            "start": {
                              "line": 359,
                              "column": 10
                            },
                            "end": {
                              "line": 359,
                              "column": 17
                            },
                            "identifierName": "message"
                          },
                          "name": "message"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 11803,
                          "end": 11853,
                          "loc": {
                            "start": {
                              "line": 359,
                              "column": 20
                            },
                            "end": {
                              "line": 359,
                              "column": 70
                            }
                          },
                          "left": {
                            "type": "LogicalExpression",
                            "start": 11803,
                            "end": 11831,
                            "loc": {
                              "start": {
                                "line": 359,
                                "column": 20
                              },
                              "end": {
                                "line": 359,
                                "column": 48
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 11803,
                              "end": 11819,
                              "loc": {
                                "start": {
                                  "line": 359,
                                  "column": 20
                                },
                                "end": {
                                  "line": 359,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11803,
                                "end": 11811,
                                "loc": {
                                  "start": {
                                    "line": 359,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 359,
                                    "column": 28
                                  },
                                  "identifierName": "rawError"
                                },
                                "name": "rawError"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11812,
                                "end": 11819,
                                "loc": {
                                  "start": {
                                    "line": 359,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 359,
                                    "column": 36
                                  },
                                  "identifierName": "message"
                                },
                                "name": "message"
                              },
                              "computed": false
                            },
                            "operator": "||",
                            "right": {
                              "type": "Identifier",
                              "start": 11823,
                              "end": 11831,
                              "loc": {
                                "start": {
                                  "line": 359,
                                  "column": 40
                                },
                                "end": {
                                  "line": 359,
                                  "column": 48
                                },
                                "identifierName": "rawError"
                              },
                              "name": "rawError"
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "StringLiteral",
                            "start": 11835,
                            "end": 11853,
                            "loc": {
                              "start": {
                                "line": 359,
                                "column": 52
                              },
                              "end": {
                                "line": 359,
                                "column": 70
                              }
                            },
                            "extra": {
                              "rawValue": "Validation error",
                              "raw": "'Validation error'"
                            },
                            "value": "Validation error"
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 11859,
                    "end": 11958,
                    "loc": {
                      "start": {
                        "line": 360,
                        "column": 4
                      },
                      "end": {
                        "line": 360,
                        "column": 103
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 11865,
                        "end": 11957,
                        "loc": {
                          "start": {
                            "line": 360,
                            "column": 10
                          },
                          "end": {
                            "line": 360,
                            "column": 102
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 11865,
                          "end": 11870,
                          "loc": {
                            "start": {
                              "line": 360,
                              "column": 10
                            },
                            "end": {
                              "line": 360,
                              "column": 15
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        },
                        "init": {
                          "type": "NewExpression",
                          "start": 11873,
                          "end": 11957,
                          "loc": {
                            "start": {
                              "line": 360,
                              "column": 18
                            },
                            "end": {
                              "line": 360,
                              "column": 102
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11877,
                            "end": 11911,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 22
                              },
                              "end": {
                                "line": 360,
                                "column": 56
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11877,
                              "end": 11891,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 22
                                },
                                "end": {
                                  "line": 360,
                                  "column": 36
                                },
                                "identifierName": "sequelizeError"
                              },
                              "name": "sequelizeError"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11892,
                              "end": 11911,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 37
                                },
                                "end": {
                                  "line": 360,
                                  "column": 56
                                },
                                "identifierName": "ValidationErrorItem"
                              },
                              "name": "ValidationErrorItem"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11912,
                              "end": 11919,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 57
                                },
                                "end": {
                                  "line": 360,
                                  "column": 64
                                },
                                "identifierName": "message"
                              },
                              "name": "message"
                            },
                            {
                              "type": "StringLiteral",
                              "start": 11921,
                              "end": 11939,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 66
                                },
                                "end": {
                                  "line": 360,
                                  "column": 84
                                }
                              },
                              "extra": {
                                "rawValue": "Validation error",
                                "raw": "'Validation error'"
                              },
                              "value": "Validation error"
                            },
                            {
                              "type": "Identifier",
                              "start": 11941,
                              "end": 11949,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 86
                                },
                                "end": {
                                  "line": 360,
                                  "column": 94
                                },
                                "identifierName": "errorKey"
                              },
                              "name": "errorKey"
                            },
                            {
                              "type": "Identifier",
                              "start": 11951,
                              "end": 11956,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 96
                                },
                                "end": {
                                  "line": 360,
                                  "column": 101
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 11963,
                    "end": 12012,
                    "loc": {
                      "start": {
                        "line": 361,
                        "column": 4
                      },
                      "end": {
                        "line": 361,
                        "column": 53
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 11963,
                      "end": 12011,
                      "loc": {
                        "start": {
                          "line": 361,
                          "column": 4
                        },
                        "end": {
                          "line": 361,
                          "column": 52
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 11963,
                        "end": 12000,
                        "loc": {
                          "start": {
                            "line": 361,
                            "column": 4
                          },
                          "end": {
                            "line": 361,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 11963,
                          "end": 11968,
                          "loc": {
                            "start": {
                              "line": 361,
                              "column": 4
                            },
                            "end": {
                              "line": 361,
                              "column": 9
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        },
                        "property": {
                          "type": "MemberExpression",
                          "start": 11969,
                          "end": 11999,
                          "loc": {
                            "start": {
                              "line": 361,
                              "column": 10
                            },
                            "end": {
                              "line": 361,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11969,
                            "end": 11986,
                            "loc": {
                              "start": {
                                "line": 361,
                                "column": 10
                              },
                              "end": {
                                "line": 361,
                                "column": 27
                              },
                              "identifierName": "InstanceValidator"
                            },
                            "name": "InstanceValidator"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11987,
                            "end": 11999,
                            "loc": {
                              "start": {
                                "line": 361,
                                "column": 28
                              },
                              "end": {
                                "line": 361,
                                "column": 40
                              },
                              "identifierName": "RAW_KEY_NAME"
                            },
                            "name": "RAW_KEY_NAME"
                          },
                          "computed": false
                        },
                        "computed": true
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 12003,
                        "end": 12011,
                        "loc": {
                          "start": {
                            "line": 361,
                            "column": 44
                          },
                          "end": {
                            "line": 361,
                            "column": 52
                          },
                          "identifierName": "rawError"
                        },
                        "name": "rawError"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 12018,
                    "end": 12042,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 4
                      },
                      "end": {
                        "line": 363,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 12018,
                      "end": 12041,
                      "loc": {
                        "start": {
                          "line": 363,
                          "column": 4
                        },
                        "end": {
                          "line": 363,
                          "column": 27
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 12018,
                        "end": 12034,
                        "loc": {
                          "start": {
                            "line": 363,
                            "column": 4
                          },
                          "end": {
                            "line": 363,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 12018,
                          "end": 12029,
                          "loc": {
                            "start": {
                              "line": 363,
                              "column": 4
                            },
                            "end": {
                              "line": 363,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 12018,
                            "end": 12022,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 4
                              },
                              "end": {
                                "line": 363,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12023,
                            "end": 12029,
                            "loc": {
                              "start": {
                                "line": 363,
                                "column": 9
                              },
                              "end": {
                                "line": 363,
                                "column": 15
                              },
                              "identifierName": "errors"
                            },
                            "name": "errors"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12030,
                          "end": 12034,
                          "loc": {
                            "start": {
                              "line": 363,
                              "column": 16
                            },
                            "end": {
                              "line": 363,
                              "column": 20
                            },
                            "identifierName": "push"
                          },
                          "name": "push"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 12035,
                          "end": 12040,
                          "loc": {
                            "start": {
                              "line": 363,
                              "column": 21
                            },
                            "end": {
                              "line": 363,
                              "column": 26
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Signs all errors retaining the original.\n   *\n   * @param {boolean} isBuiltin Determines if error is from builtin validator.\n   * @param {string} errorKey The error key to assign on this.errors object.\n   * @param {Error|string} rawError The original error.\n   * @param {string|number} value The data that triggered the error.\n   * @private\n   ",
                  "start": 11374,
                  "end": 11729,
                  "loc": {
                    "start": {
                      "line": 349,
                      "column": 2
                    },
                    "end": {
                      "line": 357,
                      "column": 5
                    }
                  }
                }
              ]
            }
          ],
          "trailingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The Main Instance Validator.\n *\n * @param {Instance} modelInstance The model instance.\n * @param {Object} options A dict with options.\n * @constructor\n * @private\n ",
            "start": 360,
            "end": 533,
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 18,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @define {string} The error key for arguments as passed by custom validators\n * @private\n ",
            "start": 12049,
            "end": 12147,
            "loc": {
              "start": {
                "line": 366,
                "column": 0
              },
              "end": {
                "line": 369,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 12148,
        "end": 12189,
        "loc": {
          "start": {
            "line": 370,
            "column": 0
          },
          "end": {
            "line": 370,
            "column": 41
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12148,
          "end": 12188,
          "loc": {
            "start": {
              "line": 370,
              "column": 0
            },
            "end": {
              "line": 370,
              "column": 40
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12148,
            "end": 12178,
            "loc": {
              "start": {
                "line": 370,
                "column": 0
              },
              "end": {
                "line": 370,
                "column": 30
              }
            },
            "object": {
              "type": "Identifier",
              "start": 12148,
              "end": 12165,
              "loc": {
                "start": {
                  "line": 370,
                  "column": 0
                },
                "end": {
                  "line": 370,
                  "column": 17
                },
                "identifierName": "InstanceValidator"
              },
              "name": "InstanceValidator",
              "leadingComments": null
            },
            "property": {
              "type": "Identifier",
              "start": 12166,
              "end": 12178,
              "loc": {
                "start": {
                  "line": 370,
                  "column": 18
                },
                "end": {
                  "line": 370,
                  "column": 30
                },
                "identifierName": "RAW_KEY_NAME"
              },
              "name": "RAW_KEY_NAME"
            },
            "computed": false,
            "leadingComments": null
          },
          "right": {
            "type": "StringLiteral",
            "start": 12181,
            "end": 12188,
            "loc": {
              "start": {
                "line": 370,
                "column": 33
              },
              "end": {
                "line": 370,
                "column": 40
              }
            },
            "extra": {
              "rawValue": "__raw",
              "raw": "'__raw'"
            },
            "value": "__raw"
          },
          "leadingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * @define {string} The error key for arguments as passed by custom validators\n * @private\n ",
            "start": 12049,
            "end": 12147,
            "loc": {
              "start": {
                "line": 366,
                "column": 0
              },
              "end": {
                "line": 369,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExpressionStatement",
        "start": 12191,
        "end": 12226,
        "loc": {
          "start": {
            "line": 372,
            "column": 0
          },
          "end": {
            "line": 372,
            "column": 35
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12191,
          "end": 12225,
          "loc": {
            "start": {
              "line": 372,
              "column": 0
            },
            "end": {
              "line": 372,
              "column": 34
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12191,
            "end": 12205,
            "loc": {
              "start": {
                "line": 372,
                "column": 0
              },
              "end": {
                "line": 372,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 12191,
              "end": 12197,
              "loc": {
                "start": {
                  "line": 372,
                  "column": 0
                },
                "end": {
                  "line": 372,
                  "column": 6
                },
                "identifierName": "module"
              },
              "name": "module"
            },
            "property": {
              "type": "Identifier",
              "start": 12198,
              "end": 12205,
              "loc": {
                "start": {
                  "line": 372,
                  "column": 7
                },
                "end": {
                  "line": 372,
                  "column": 14
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12208,
            "end": 12225,
            "loc": {
              "start": {
                "line": 372,
                "column": 17
              },
              "end": {
                "line": 372,
                "column": 34
              },
              "identifierName": "InstanceValidator"
            },
            "name": "InstanceValidator"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12227,
        "end": 12280,
        "loc": {
          "start": {
            "line": 373,
            "column": 0
          },
          "end": {
            "line": 373,
            "column": 53
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12227,
          "end": 12279,
          "loc": {
            "start": {
              "line": 373,
              "column": 0
            },
            "end": {
              "line": 373,
              "column": 52
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12227,
            "end": 12259,
            "loc": {
              "start": {
                "line": 373,
                "column": 0
              },
              "end": {
                "line": 373,
                "column": 32
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 12227,
              "end": 12241,
              "loc": {
                "start": {
                  "line": 373,
                  "column": 0
                },
                "end": {
                  "line": 373,
                  "column": 14
                }
              },
              "object": {
                "type": "Identifier",
                "start": 12227,
                "end": 12233,
                "loc": {
                  "start": {
                    "line": 373,
                    "column": 0
                  },
                  "end": {
                    "line": 373,
                    "column": 6
                  },
                  "identifierName": "module"
                },
                "name": "module"
              },
              "property": {
                "type": "Identifier",
                "start": 12234,
                "end": 12241,
                "loc": {
                  "start": {
                    "line": 373,
                    "column": 7
                  },
                  "end": {
                    "line": 373,
                    "column": 14
                  },
                  "identifierName": "exports"
                },
                "name": "exports"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 12242,
              "end": 12259,
              "loc": {
                "start": {
                  "line": 373,
                  "column": 15
                },
                "end": {
                  "line": 373,
                  "column": 32
                },
                "identifierName": "InstanceValidator"
              },
              "name": "InstanceValidator"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12262,
            "end": 12279,
            "loc": {
              "start": {
                "line": 373,
                "column": 35
              },
              "end": {
                "line": 373,
                "column": 52
              },
              "identifierName": "InstanceValidator"
            },
            "name": "InstanceValidator"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12281,
        "end": 12324,
        "loc": {
          "start": {
            "line": 374,
            "column": 0
          },
          "end": {
            "line": 374,
            "column": 43
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12281,
          "end": 12323,
          "loc": {
            "start": {
              "line": 374,
              "column": 0
            },
            "end": {
              "line": 374,
              "column": 42
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12281,
            "end": 12303,
            "loc": {
              "start": {
                "line": 374,
                "column": 0
              },
              "end": {
                "line": 374,
                "column": 22
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 12281,
              "end": 12295,
              "loc": {
                "start": {
                  "line": 374,
                  "column": 0
                },
                "end": {
                  "line": 374,
                  "column": 14
                }
              },
              "object": {
                "type": "Identifier",
                "start": 12281,
                "end": 12287,
                "loc": {
                  "start": {
                    "line": 374,
                    "column": 0
                  },
                  "end": {
                    "line": 374,
                    "column": 6
                  },
                  "identifierName": "module"
                },
                "name": "module"
              },
              "property": {
                "type": "Identifier",
                "start": 12288,
                "end": 12295,
                "loc": {
                  "start": {
                    "line": 374,
                    "column": 7
                  },
                  "end": {
                    "line": 374,
                    "column": 14
                  },
                  "identifierName": "exports"
                },
                "name": "exports"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 12296,
              "end": 12303,
              "loc": {
                "start": {
                  "line": 374,
                  "column": 15
                },
                "end": {
                  "line": 374,
                  "column": 22
                },
                "identifierName": "default"
              },
              "name": "default"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12306,
            "end": 12323,
            "loc": {
              "start": {
                "line": 374,
                "column": 25
              },
              "end": {
                "line": 374,
                "column": 42
              },
              "identifierName": "InstanceValidator"
            },
            "name": "InstanceValidator"
          }
        }
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 13,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 13
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          }
        }
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * The Main Instance Validator.\n *\n * @param {Instance} modelInstance The model instance.\n * @param {Object} options A dict with options.\n * @constructor\n * @private\n ",
      "start": 360,
      "end": 533,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " assign defined and default options",
      "start": 802,
      "end": 839,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 41
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Exposes a reference to validator.js. This allows you to add custom validations using `validator.extend`\n     * @name validator\n     * @private\n     ",
      "start": 956,
      "end": 1117,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     *  All errors will be stored here from the validations.\n     *\n     * @type {Array} Will contain keys that correspond to attributes which will\n     *   be Arrays of Errors.\n     * @private\n     ",
      "start": 1155,
      "end": 1360,
      "loc": {
        "start": {
          "line": 42,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @type {boolean} Indicates if validations are in progress\n     * @private\n     ",
      "start": 1388,
      "end": 1479,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 54,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The main entry point for the Validation module, invoke to start the dance.\n   *\n   * @return {Promise}\n   * @private\n   ",
      "start": 1560,
      "end": 1691,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Invoke the Validation sequence:\n   *   - Before Validation Model Hooks\n   *   - Validation\n   *   - On validation success: After Validation Model Hooks\n   *   - On validation failure: Validation Failed Model Hooks\n   *\n   * @return {Promise}\n   * @private\n   ",
      "start": 2090,
      "end": 2360,
      "loc": {
        "start": {
          "line": 81,
          "column": 2
        },
        "end": {
          "line": 90,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Will run all the built-in validators.\n   *\n   * @return {Promise(Array.<Promise.PromiseInspection>)} A promise from .reflect().\n   * @private\n   ",
      "start": 2972,
      "end": 3128,
      "loc": {
        "start": {
          "line": 107,
          "column": 2
        },
        "end": {
          "line": 112,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " promisify all attribute invocations",
      "start": 3158,
      "end": 3196,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 114,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " perform validations based on schema",
      "start": 3519,
      "end": 3557,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 46
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Will run all the custom validators.\n   *\n   * @return {Promise(Array.<Promise.PromiseInspection>)} A promise from .reflect().\n   * @private\n   ",
      "start": 3837,
      "end": 3991,
      "loc": {
        "start": {
          "line": 136,
          "column": 2
        },
        "end": {
          "line": 141,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " errors are handled in settling, stub this",
      "start": 4303,
      "end": 4347,
      "loc": {
        "start": {
          "line": 150,
          "column": 8
        },
        "end": {
          "line": 150,
          "column": 52
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Validate a single attribute with all the defined built-in validators.\n   *\n   * @param {*} value Anything.\n   * @param {string} field The field name.\n   * @return {Promise} A promise, will always resolve,\n   *   auto populates error on this.error local object.\n   * @private\n   ",
      "start": 4478,
      "end": 4767,
      "loc": {
        "start": {
          "line": 160,
          "column": 2
        },
        "end": {
          "line": 168,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " check if value is null (if null not allowed the Schema pass will capture it)",
      "start": 4811,
      "end": 4890,
      "loc": {
        "start": {
          "line": 170,
          "column": 4
        },
        "end": {
          "line": 170,
          "column": 83
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Promisify each validator",
      "start": 4992,
      "end": 5019,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 175,
          "column": 31
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Preserve backwards compat. Validator.js now expects the second param to isURL and isEmail to be an object",
      "start": 5212,
      "end": 5320,
      "loc": {
        "start": {
          "line": 180,
          "column": 8
        },
        "end": {
          "line": 180,
          "column": 116
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check for custom validator.",
      "start": 5530,
      "end": 5560,
      "loc": {
        "start": {
          "line": 190,
          "column": 6
        },
        "end": {
          "line": 190,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " errors are handled in settling, stub this",
      "start": 5824,
      "end": 5868,
      "loc": {
        "start": {
          "line": 196,
          "column": 6
        },
        "end": {
          "line": 196,
          "column": 50
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Prepare and invoke a custom validator.\n   *\n   * @param {Function} validator The custom validator.\n   * @param {string} validatorType the custom validator type (name).\n   * @param {boolean=} optAttrDefined Set to true if custom validator was defined\n   *   from the Attribute\n   * @return {Promise} A promise.\n   * @private\n   ",
      "start": 6106,
      "end": 6444,
      "loc": {
        "start": {
          "line": 206,
          "column": 2
        },
        "end": {
          "line": 215,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " the validation function to call",
      "start": 6569,
      "end": 6603,
      "loc": {
        "start": {
          "line": 217,
          "column": 35
        },
        "end": {
          "line": 217,
          "column": 69
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " check if validator is async and requires a callback",
      "start": 6679,
      "end": 6733,
      "loc": {
        "start": {
          "line": 221,
          "column": 4
        },
        "end": {
          "line": 221,
          "column": 58
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Prepare and invoke a build-in validator.\n   *\n   * @param {*} value Anything.\n   * @param {*} test The test case.\n   * @param {string} validatorType One of known to Sequelize validators.\n   * @param {string} field The field that is being validated\n   * @return {Object} An object with specific keys to invoke the validator.\n   * @private\n   ",
      "start": 7541,
      "end": 7893,
      "loc": {
        "start": {
          "line": 249,
          "column": 2
        },
        "end": {
          "line": 258,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cast value as string to pass new Validator.js string requirement",
      "start": 7994,
      "end": 8061,
      "loc": {
        "start": {
          "line": 261,
          "column": 6
        },
        "end": {
          "line": 261,
          "column": 73
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " check if Validator knows that kind of validation test",
      "start": 8109,
      "end": 8165,
      "loc": {
        "start": {
          "line": 263,
          "column": 6
        },
        "end": {
          "line": 263,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " extract the error msg",
      "start": 8490,
      "end": 8514,
      "loc": {
        "start": {
          "line": 269,
          "column": 6
        },
        "end": {
          "line": 269,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Will extract arguments for the validator.\n   *\n   * @param {*} test The test case.\n   * @param {string} validatorType One of known to Sequelize validators.\n   * @param {string} field The field that is being validated.\n   * @private\n   ",
      "start": 8625,
      "end": 8871,
      "loc": {
        "start": {
          "line": 275,
          "column": 2
        },
        "end": {
          "line": 282,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Will validate a single field against its schema definition (isnull).\n   *\n   * @param {Object} rawAttribute As defined in the Schema.\n   * @param {string} field The field name.\n   * @param {*} value anything.\n   * @private\n   ",
      "start": 9540,
      "end": 9777,
      "loc": {
        "start": {
          "line": 301,
          "column": 2
        },
        "end": {
          "line": 308,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Handles the returned result of a Promise.reflect.\n   *\n   * If errors are found it populates this.error.\n   *\n   * @param {string} field The attribute name.\n   * @param {string|number} value The data value.\n   * @param {Array.<Promise.PromiseInspection>} Promise inspection objects.\n   * @private\n   ",
      "start": 10769,
      "end": 11080,
      "loc": {
        "start": {
          "line": 330,
          "column": 2
        },
        "end": {
          "line": 339,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Signs all errors retaining the original.\n   *\n   * @param {boolean} isBuiltin Determines if error is from builtin validator.\n   * @param {string} errorKey The error key to assign on this.errors object.\n   * @param {Error|string} rawError The original error.\n   * @param {string|number} value The data that triggered the error.\n   * @private\n   ",
      "start": 11374,
      "end": 11729,
      "loc": {
        "start": {
          "line": 349,
          "column": 2
        },
        "end": {
          "line": 357,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @define {string} The error key for arguments as passed by custom validators\n * @private\n ",
      "start": 12049,
      "end": 12147,
      "loc": {
        "start": {
          "line": 366,
          "column": 0
        },
        "end": {
          "line": 369,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 15,
      "end": 20,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 21,
      "end": 30,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 31,
      "end": 32,
      "loc": {
        "start": {
          "line": 3,
          "column": 16
        },
        "end": {
          "line": 3,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 33,
      "end": 40,
      "loc": {
        "start": {
          "line": 3,
          "column": 18
        },
        "end": {
          "line": 3,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 40,
      "end": 41,
      "loc": {
        "start": {
          "line": 3,
          "column": 25
        },
        "end": {
          "line": 3,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./utils/validator-extras",
      "start": 41,
      "end": 67,
      "loc": {
        "start": {
          "line": 3,
          "column": 26
        },
        "end": {
          "line": 3,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 67,
      "end": 68,
      "loc": {
        "start": {
          "line": 3,
          "column": 52
        },
        "end": {
          "line": 3,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 68,
      "end": 69,
      "loc": {
        "start": {
          "line": 3,
          "column": 53
        },
        "end": {
          "line": 3,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 69,
      "end": 78,
      "loc": {
        "start": {
          "line": 3,
          "column": 54
        },
        "end": {
          "line": 3,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 78,
      "end": 79,
      "loc": {
        "start": {
          "line": 3,
          "column": 63
        },
        "end": {
          "line": 3,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 80,
      "end": 85,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extendModelValidations",
      "start": 86,
      "end": 108,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 109,
      "end": 110,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 111,
      "end": 118,
      "loc": {
        "start": {
          "line": 4,
          "column": 31
        },
        "end": {
          "line": 4,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 118,
      "end": 119,
      "loc": {
        "start": {
          "line": 4,
          "column": 38
        },
        "end": {
          "line": 4,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./utils/validator-extras",
      "start": 119,
      "end": 145,
      "loc": {
        "start": {
          "line": 4,
          "column": 39
        },
        "end": {
          "line": 4,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 145,
      "end": 146,
      "loc": {
        "start": {
          "line": 4,
          "column": 65
        },
        "end": {
          "line": 4,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 146,
      "end": 147,
      "loc": {
        "start": {
          "line": 4,
          "column": 66
        },
        "end": {
          "line": 4,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extendModelValidations",
      "start": 147,
      "end": 169,
      "loc": {
        "start": {
          "line": 4,
          "column": 67
        },
        "end": {
          "line": 4,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 169,
      "end": 170,
      "loc": {
        "start": {
          "line": 4,
          "column": 89
        },
        "end": {
          "line": 4,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 171,
      "end": 176,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 177,
      "end": 182,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 183,
      "end": 184,
      "loc": {
        "start": {
          "line": 5,
          "column": 12
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 185,
      "end": 192,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 192,
      "end": 193,
      "loc": {
        "start": {
          "line": 5,
          "column": 21
        },
        "end": {
          "line": 5,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./utils",
      "start": 193,
      "end": 202,
      "loc": {
        "start": {
          "line": 5,
          "column": 22
        },
        "end": {
          "line": 5,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 202,
      "end": 203,
      "loc": {
        "start": {
          "line": 5,
          "column": 31
        },
        "end": {
          "line": 5,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 203,
      "end": 204,
      "loc": {
        "start": {
          "line": 5,
          "column": 32
        },
        "end": {
          "line": 5,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 205,
      "end": 210,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeError",
      "start": 211,
      "end": 225,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 226,
      "end": 227,
      "loc": {
        "start": {
          "line": 6,
          "column": 21
        },
        "end": {
          "line": 6,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 228,
      "end": 235,
      "loc": {
        "start": {
          "line": 6,
          "column": 23
        },
        "end": {
          "line": 6,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 235,
      "end": 236,
      "loc": {
        "start": {
          "line": 6,
          "column": 30
        },
        "end": {
          "line": 6,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./errors",
      "start": 236,
      "end": 246,
      "loc": {
        "start": {
          "line": 6,
          "column": 31
        },
        "end": {
          "line": 6,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 246,
      "end": 247,
      "loc": {
        "start": {
          "line": 6,
          "column": 41
        },
        "end": {
          "line": 6,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 247,
      "end": 248,
      "loc": {
        "start": {
          "line": 6,
          "column": 42
        },
        "end": {
          "line": 6,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 249,
      "end": 254,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 255,
      "end": 262,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 263,
      "end": 264,
      "loc": {
        "start": {
          "line": 7,
          "column": 14
        },
        "end": {
          "line": 7,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 265,
      "end": 272,
      "loc": {
        "start": {
          "line": 7,
          "column": 16
        },
        "end": {
          "line": 7,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 272,
      "end": 273,
      "loc": {
        "start": {
          "line": 7,
          "column": 23
        },
        "end": {
          "line": 7,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./promise",
      "start": 273,
      "end": 284,
      "loc": {
        "start": {
          "line": 7,
          "column": 24
        },
        "end": {
          "line": 7,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 284,
      "end": 285,
      "loc": {
        "start": {
          "line": 7,
          "column": 35
        },
        "end": {
          "line": 7,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 285,
      "end": 286,
      "loc": {
        "start": {
          "line": 7,
          "column": 36
        },
        "end": {
          "line": 7,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 287,
      "end": 292,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 293,
      "end": 302,
      "loc": {
        "start": {
          "line": 8,
          "column": 6
        },
        "end": {
          "line": 8,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 8,
          "column": 16
        },
        "end": {
          "line": 8,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 305,
      "end": 312,
      "loc": {
        "start": {
          "line": 8,
          "column": 18
        },
        "end": {
          "line": 8,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 312,
      "end": 313,
      "loc": {
        "start": {
          "line": 8,
          "column": 25
        },
        "end": {
          "line": 8,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./data-types",
      "start": 313,
      "end": 327,
      "loc": {
        "start": {
          "line": 8,
          "column": 26
        },
        "end": {
          "line": 8,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 327,
      "end": 328,
      "loc": {
        "start": {
          "line": 8,
          "column": 40
        },
        "end": {
          "line": 8,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 328,
      "end": 329,
      "loc": {
        "start": {
          "line": 8,
          "column": 41
        },
        "end": {
          "line": 8,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 330,
      "end": 335,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 336,
      "end": 337,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 338,
      "end": 339,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 340,
      "end": 347,
      "loc": {
        "start": {
          "line": 9,
          "column": 10
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 347,
      "end": 348,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "lodash",
      "start": 348,
      "end": 356,
      "loc": {
        "start": {
          "line": 9,
          "column": 18
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 356,
      "end": 357,
      "loc": {
        "start": {
          "line": 9,
          "column": 26
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 357,
      "end": 358,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The Main Instance Validator.\n *\n * @param {Instance} modelInstance The model instance.\n * @param {Object} options A dict with options.\n * @constructor\n * @private\n ",
      "start": 360,
      "end": 533,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 534,
      "end": 539,
      "loc": {
        "start": {
          "line": 19,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "InstanceValidator",
      "start": 540,
      "end": 557,
      "loc": {
        "start": {
          "line": 19,
          "column": 6
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 558,
      "end": 559,
      "loc": {
        "start": {
          "line": 19,
          "column": 24
        },
        "end": {
          "line": 19,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 563,
      "end": 574,
      "loc": {
        "start": {
          "line": 21,
          "column": 2
        },
        "end": {
          "line": 21,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 574,
      "end": 575,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 575,
      "end": 588,
      "loc": {
        "start": {
          "line": 21,
          "column": 14
        },
        "end": {
          "line": 21,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 588,
      "end": 589,
      "loc": {
        "start": {
          "line": 21,
          "column": 27
        },
        "end": {
          "line": 21,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 590,
      "end": 597,
      "loc": {
        "start": {
          "line": 21,
          "column": 29
        },
        "end": {
          "line": 21,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 597,
      "end": 598,
      "loc": {
        "start": {
          "line": 21,
          "column": 36
        },
        "end": {
          "line": 21,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 599,
      "end": 600,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 605,
      "end": 612,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 613,
      "end": 614,
      "loc": {
        "start": {
          "line": 22,
          "column": 12
        },
        "end": {
          "line": 22,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 615,
      "end": 616,
      "loc": {
        "start": {
          "line": 22,
          "column": 14
        },
        "end": {
          "line": 22,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 616,
      "end": 617,
      "loc": {
        "start": {
          "line": 22,
          "column": 15
        },
        "end": {
          "line": 22,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 617,
      "end": 622,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 622,
      "end": 623,
      "loc": {
        "start": {
          "line": 22,
          "column": 21
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 623,
      "end": 630,
      "loc": {
        "start": {
          "line": 22,
          "column": 22
        },
        "end": {
          "line": 22,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 630,
      "end": 631,
      "loc": {
        "start": {
          "line": 22,
          "column": 29
        },
        "end": {
          "line": 22,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 632,
      "end": 634,
      "loc": {
        "start": {
          "line": 22,
          "column": 31
        },
        "end": {
          "line": 22,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 635,
      "end": 636,
      "loc": {
        "start": {
          "line": 22,
          "column": 34
        },
        "end": {
          "line": 22,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 636,
      "end": 637,
      "loc": {
        "start": {
          "line": 22,
          "column": 35
        },
        "end": {
          "line": 22,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 637,
      "end": 638,
      "loc": {
        "start": {
          "line": 22,
          "column": 36
        },
        "end": {
          "line": 22,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 644,
      "end": 646,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 647,
      "end": 648,
      "loc": {
        "start": {
          "line": 24,
          "column": 7
        },
        "end": {
          "line": 24,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 648,
      "end": 655,
      "loc": {
        "start": {
          "line": 24,
          "column": 8
        },
        "end": {
          "line": 24,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 655,
      "end": 656,
      "loc": {
        "start": {
          "line": 24,
          "column": 15
        },
        "end": {
          "line": 24,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 656,
      "end": 662,
      "loc": {
        "start": {
          "line": 24,
          "column": 16
        },
        "end": {
          "line": 24,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 663,
      "end": 665,
      "loc": {
        "start": {
          "line": 24,
          "column": 23
        },
        "end": {
          "line": 24,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 666,
      "end": 667,
      "loc": {
        "start": {
          "line": 24,
          "column": 26
        },
        "end": {
          "line": 24,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 667,
      "end": 674,
      "loc": {
        "start": {
          "line": 24,
          "column": 27
        },
        "end": {
          "line": 24,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 674,
      "end": 675,
      "loc": {
        "start": {
          "line": 24,
          "column": 34
        },
        "end": {
          "line": 24,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skip",
      "start": 675,
      "end": 679,
      "loc": {
        "start": {
          "line": 24,
          "column": 35
        },
        "end": {
          "line": 24,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 679,
      "end": 680,
      "loc": {
        "start": {
          "line": 24,
          "column": 39
        },
        "end": {
          "line": 24,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 681,
      "end": 682,
      "loc": {
        "start": {
          "line": 24,
          "column": 41
        },
        "end": {
          "line": 24,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 689,
      "end": 696,
      "loc": {
        "start": {
          "line": 25,
          "column": 6
        },
        "end": {
          "line": 25,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 696,
      "end": 697,
      "loc": {
        "start": {
          "line": 25,
          "column": 13
        },
        "end": {
          "line": 25,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skip",
      "start": 697,
      "end": 701,
      "loc": {
        "start": {
          "line": 25,
          "column": 14
        },
        "end": {
          "line": 25,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 702,
      "end": 703,
      "loc": {
        "start": {
          "line": 25,
          "column": 19
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 704,
      "end": 709,
      "loc": {
        "start": {
          "line": 25,
          "column": 21
        },
        "end": {
          "line": 25,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 709,
      "end": 710,
      "loc": {
        "start": {
          "line": 25,
          "column": 26
        },
        "end": {
          "line": 25,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 710,
      "end": 711,
      "loc": {
        "start": {
          "line": 25,
          "column": 27
        },
        "end": {
          "line": 25,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 711,
      "end": 712,
      "loc": {
        "start": {
          "line": 25,
          "column": 28
        },
        "end": {
          "line": 25,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "difference",
      "start": 712,
      "end": 722,
      "loc": {
        "start": {
          "line": 25,
          "column": 29
        },
        "end": {
          "line": 25,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 722,
      "end": 723,
      "loc": {
        "start": {
          "line": 25,
          "column": 39
        },
        "end": {
          "line": 25,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 723,
      "end": 729,
      "loc": {
        "start": {
          "line": 25,
          "column": 40
        },
        "end": {
          "line": 25,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 25,
          "column": 46
        },
        "end": {
          "line": 25,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 730,
      "end": 734,
      "loc": {
        "start": {
          "line": 25,
          "column": 47
        },
        "end": {
          "line": 25,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 734,
      "end": 735,
      "loc": {
        "start": {
          "line": 25,
          "column": 51
        },
        "end": {
          "line": 25,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 735,
      "end": 748,
      "loc": {
        "start": {
          "line": 25,
          "column": 52
        },
        "end": {
          "line": 25,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 748,
      "end": 749,
      "loc": {
        "start": {
          "line": 25,
          "column": 65
        },
        "end": {
          "line": 25,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 749,
      "end": 760,
      "loc": {
        "start": {
          "line": 25,
          "column": 66
        },
        "end": {
          "line": 25,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 760,
      "end": 761,
      "loc": {
        "start": {
          "line": 25,
          "column": 77
        },
        "end": {
          "line": 25,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 761,
      "end": 771,
      "loc": {
        "start": {
          "line": 25,
          "column": 78
        },
        "end": {
          "line": 25,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 771,
      "end": 772,
      "loc": {
        "start": {
          "line": 25,
          "column": 88
        },
        "end": {
          "line": 25,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 772,
      "end": 773,
      "loc": {
        "start": {
          "line": 25,
          "column": 89
        },
        "end": {
          "line": 25,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 774,
      "end": 781,
      "loc": {
        "start": {
          "line": 25,
          "column": 91
        },
        "end": {
          "line": 25,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 781,
      "end": 782,
      "loc": {
        "start": {
          "line": 25,
          "column": 98
        },
        "end": {
          "line": 25,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 782,
      "end": 788,
      "loc": {
        "start": {
          "line": 25,
          "column": 99
        },
        "end": {
          "line": 25,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 788,
      "end": 789,
      "loc": {
        "start": {
          "line": 25,
          "column": 105
        },
        "end": {
          "line": 25,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 789,
      "end": 790,
      "loc": {
        "start": {
          "line": 25,
          "column": 106
        },
        "end": {
          "line": 25,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 795,
      "end": 796,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " assign defined and default options",
      "start": 802,
      "end": 839,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 844,
      "end": 848,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 848,
      "end": 849,
      "loc": {
        "start": {
          "line": 29,
          "column": 8
        },
        "end": {
          "line": 29,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 849,
      "end": 856,
      "loc": {
        "start": {
          "line": 29,
          "column": 9
        },
        "end": {
          "line": 29,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 857,
      "end": 858,
      "loc": {
        "start": {
          "line": 29,
          "column": 17
        },
        "end": {
          "line": 29,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 859,
      "end": 864,
      "loc": {
        "start": {
          "line": 29,
          "column": 19
        },
        "end": {
          "line": 29,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 864,
      "end": 865,
      "loc": {
        "start": {
          "line": 29,
          "column": 24
        },
        "end": {
          "line": 29,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 865,
      "end": 866,
      "loc": {
        "start": {
          "line": 29,
          "column": 25
        },
        "end": {
          "line": 29,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 866,
      "end": 867,
      "loc": {
        "start": {
          "line": 29,
          "column": 26
        },
        "end": {
          "line": 29,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaults",
      "start": 867,
      "end": 875,
      "loc": {
        "start": {
          "line": 29,
          "column": 27
        },
        "end": {
          "line": 29,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 875,
      "end": 876,
      "loc": {
        "start": {
          "line": 29,
          "column": 35
        },
        "end": {
          "line": 29,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 876,
      "end": 883,
      "loc": {
        "start": {
          "line": 29,
          "column": 36
        },
        "end": {
          "line": 29,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 883,
      "end": 884,
      "loc": {
        "start": {
          "line": 29,
          "column": 43
        },
        "end": {
          "line": 29,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 885,
      "end": 886,
      "loc": {
        "start": {
          "line": 29,
          "column": 45
        },
        "end": {
          "line": 29,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skip",
      "start": 893,
      "end": 897,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 897,
      "end": 898,
      "loc": {
        "start": {
          "line": 30,
          "column": 10
        },
        "end": {
          "line": 30,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 899,
      "end": 900,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 900,
      "end": 901,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 906,
      "end": 907,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 907,
      "end": 908,
      "loc": {
        "start": {
          "line": 31,
          "column": 5
        },
        "end": {
          "line": 31,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 31,
          "column": 6
        },
        "end": {
          "line": 31,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 915,
      "end": 919,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 919,
      "end": 920,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 920,
      "end": 933,
      "loc": {
        "start": {
          "line": 33,
          "column": 9
        },
        "end": {
          "line": 33,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 934,
      "end": 935,
      "loc": {
        "start": {
          "line": 33,
          "column": 23
        },
        "end": {
          "line": 33,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 936,
      "end": 949,
      "loc": {
        "start": {
          "line": 33,
          "column": 25
        },
        "end": {
          "line": 33,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 949,
      "end": 950,
      "loc": {
        "start": {
          "line": 33,
          "column": 38
        },
        "end": {
          "line": 33,
          "column": 39
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Exposes a reference to validator.js. This allows you to add custom validations using `validator.extend`\n     * @name validator\n     * @private\n     ",
      "start": 956,
      "end": 1117,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1122,
      "end": 1126,
      "loc": {
        "start": {
          "line": 40,
          "column": 4
        },
        "end": {
          "line": 40,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1126,
      "end": 1127,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 1127,
      "end": 1136,
      "loc": {
        "start": {
          "line": 40,
          "column": 9
        },
        "end": {
          "line": 40,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1137,
      "end": 1138,
      "loc": {
        "start": {
          "line": 40,
          "column": 19
        },
        "end": {
          "line": 40,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 1139,
      "end": 1148,
      "loc": {
        "start": {
          "line": 40,
          "column": 21
        },
        "end": {
          "line": 40,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1148,
      "end": 1149,
      "loc": {
        "start": {
          "line": 40,
          "column": 30
        },
        "end": {
          "line": 40,
          "column": 31
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     *  All errors will be stored here from the validations.\n     *\n     * @type {Array} Will contain keys that correspond to attributes which will\n     *   be Arrays of Errors.\n     * @private\n     ",
      "start": 1155,
      "end": 1360,
      "loc": {
        "start": {
          "line": 42,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1365,
      "end": 1369,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1369,
      "end": 1370,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 1370,
      "end": 1376,
      "loc": {
        "start": {
          "line": 49,
          "column": 9
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1377,
      "end": 1378,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1379,
      "end": 1380,
      "loc": {
        "start": {
          "line": 49,
          "column": 18
        },
        "end": {
          "line": 49,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1380,
      "end": 1381,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1381,
      "end": 1382,
      "loc": {
        "start": {
          "line": 49,
          "column": 20
        },
        "end": {
          "line": 49,
          "column": 21
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @type {boolean} Indicates if validations are in progress\n     * @private\n     ",
      "start": 1388,
      "end": 1479,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 54,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1484,
      "end": 1488,
      "loc": {
        "start": {
          "line": 55,
          "column": 4
        },
        "end": {
          "line": 55,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1488,
      "end": 1489,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inProgress",
      "start": 1489,
      "end": 1499,
      "loc": {
        "start": {
          "line": 55,
          "column": 9
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1500,
      "end": 1501,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1502,
      "end": 1507,
      "loc": {
        "start": {
          "line": 55,
          "column": 22
        },
        "end": {
          "line": 55,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1507,
      "end": 1508,
      "loc": {
        "start": {
          "line": 55,
          "column": 27
        },
        "end": {
          "line": 55,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extendModelValidations",
      "start": 1514,
      "end": 1536,
      "loc": {
        "start": {
          "line": 57,
          "column": 4
        },
        "end": {
          "line": 57,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1536,
      "end": 1537,
      "loc": {
        "start": {
          "line": 57,
          "column": 26
        },
        "end": {
          "line": 57,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 1537,
      "end": 1550,
      "loc": {
        "start": {
          "line": 57,
          "column": 27
        },
        "end": {
          "line": 57,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1550,
      "end": 1551,
      "loc": {
        "start": {
          "line": 57,
          "column": 40
        },
        "end": {
          "line": 57,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1551,
      "end": 1552,
      "loc": {
        "start": {
          "line": 57,
          "column": 41
        },
        "end": {
          "line": 57,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1555,
      "end": 1556,
      "loc": {
        "start": {
          "line": 58,
          "column": 2
        },
        "end": {
          "line": 58,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * The main entry point for the Validation module, invoke to start the dance.\n   *\n   * @return {Promise}\n   * @private\n   ",
      "start": 1560,
      "end": 1691,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_validate",
      "start": 1694,
      "end": 1703,
      "loc": {
        "start": {
          "line": 66,
          "column": 2
        },
        "end": {
          "line": 66,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1703,
      "end": 1704,
      "loc": {
        "start": {
          "line": 66,
          "column": 11
        },
        "end": {
          "line": 66,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1704,
      "end": 1705,
      "loc": {
        "start": {
          "line": 66,
          "column": 12
        },
        "end": {
          "line": 66,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1706,
      "end": 1707,
      "loc": {
        "start": {
          "line": 66,
          "column": 14
        },
        "end": {
          "line": 66,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1712,
      "end": 1714,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1715,
      "end": 1716,
      "loc": {
        "start": {
          "line": 67,
          "column": 7
        },
        "end": {
          "line": 67,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1716,
      "end": 1720,
      "loc": {
        "start": {
          "line": 67,
          "column": 8
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1720,
      "end": 1721,
      "loc": {
        "start": {
          "line": 67,
          "column": 12
        },
        "end": {
          "line": 67,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inProgress",
      "start": 1721,
      "end": 1731,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1731,
      "end": 1732,
      "loc": {
        "start": {
          "line": 67,
          "column": 23
        },
        "end": {
          "line": 67,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1733,
      "end": 1734,
      "loc": {
        "start": {
          "line": 67,
          "column": 25
        },
        "end": {
          "line": 67,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 1741,
      "end": 1746,
      "loc": {
        "start": {
          "line": 68,
          "column": 6
        },
        "end": {
          "line": 68,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1747,
      "end": 1750,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "end": {
          "line": 68,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 1751,
      "end": 1756,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1756,
      "end": 1757,
      "loc": {
        "start": {
          "line": 68,
          "column": 21
        },
        "end": {
          "line": 68,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Validations already in progress.",
      "start": 1757,
      "end": 1791,
      "loc": {
        "start": {
          "line": 68,
          "column": 22
        },
        "end": {
          "line": 68,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1791,
      "end": 1792,
      "loc": {
        "start": {
          "line": 68,
          "column": 56
        },
        "end": {
          "line": 68,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1792,
      "end": 1793,
      "loc": {
        "start": {
          "line": 68,
          "column": 57
        },
        "end": {
          "line": 68,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1798,
      "end": 1799,
      "loc": {
        "start": {
          "line": 69,
          "column": 4
        },
        "end": {
          "line": 69,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1804,
      "end": 1808,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1808,
      "end": 1809,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inProgress",
      "start": 1809,
      "end": 1819,
      "loc": {
        "start": {
          "line": 70,
          "column": 9
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1820,
      "end": 1821,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 1822,
      "end": 1826,
      "loc": {
        "start": {
          "line": 70,
          "column": 22
        },
        "end": {
          "line": 70,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1826,
      "end": 1827,
      "loc": {
        "start": {
          "line": 70,
          "column": 26
        },
        "end": {
          "line": 70,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1833,
      "end": 1839,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1840,
      "end": 1847,
      "loc": {
        "start": {
          "line": 72,
          "column": 11
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1847,
      "end": 1848,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 1848,
      "end": 1851,
      "loc": {
        "start": {
          "line": 72,
          "column": 19
        },
        "end": {
          "line": 72,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1851,
      "end": 1852,
      "loc": {
        "start": {
          "line": 72,
          "column": 22
        },
        "end": {
          "line": 72,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1859,
      "end": 1860,
      "loc": {
        "start": {
          "line": 73,
          "column": 6
        },
        "end": {
          "line": 73,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1860,
      "end": 1864,
      "loc": {
        "start": {
          "line": 73,
          "column": 7
        },
        "end": {
          "line": 73,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1864,
      "end": 1865,
      "loc": {
        "start": {
          "line": 73,
          "column": 11
        },
        "end": {
          "line": 73,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_builtinValidators",
      "start": 1865,
      "end": 1883,
      "loc": {
        "start": {
          "line": 73,
          "column": 12
        },
        "end": {
          "line": 73,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1883,
      "end": 1884,
      "loc": {
        "start": {
          "line": 73,
          "column": 30
        },
        "end": {
          "line": 73,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1884,
      "end": 1885,
      "loc": {
        "start": {
          "line": 73,
          "column": 31
        },
        "end": {
          "line": 73,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1885,
      "end": 1886,
      "loc": {
        "start": {
          "line": 73,
          "column": 32
        },
        "end": {
          "line": 73,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1887,
      "end": 1891,
      "loc": {
        "start": {
          "line": 73,
          "column": 34
        },
        "end": {
          "line": 73,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1891,
      "end": 1892,
      "loc": {
        "start": {
          "line": 73,
          "column": 38
        },
        "end": {
          "line": 73,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_customValidators",
      "start": 1892,
      "end": 1909,
      "loc": {
        "start": {
          "line": 73,
          "column": 39
        },
        "end": {
          "line": 73,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1909,
      "end": 1910,
      "loc": {
        "start": {
          "line": 73,
          "column": 56
        },
        "end": {
          "line": 73,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1910,
      "end": 1911,
      "loc": {
        "start": {
          "line": 73,
          "column": 57
        },
        "end": {
          "line": 73,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1911,
      "end": 1912,
      "loc": {
        "start": {
          "line": 73,
          "column": 58
        },
        "end": {
          "line": 73,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1912,
      "end": 1913,
      "loc": {
        "start": {
          "line": 73,
          "column": 59
        },
        "end": {
          "line": 73,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 1913,
      "end": 1916,
      "loc": {
        "start": {
          "line": 73,
          "column": 60
        },
        "end": {
          "line": 73,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1916,
      "end": 1917,
      "loc": {
        "start": {
          "line": 73,
          "column": 63
        },
        "end": {
          "line": 73,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 1917,
      "end": 1924,
      "loc": {
        "start": {
          "line": 73,
          "column": 64
        },
        "end": {
          "line": 73,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1925,
      "end": 1927,
      "loc": {
        "start": {
          "line": 73,
          "column": 72
        },
        "end": {
          "line": 73,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promise",
      "start": 1928,
      "end": 1935,
      "loc": {
        "start": {
          "line": 73,
          "column": 75
        },
        "end": {
          "line": 73,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1935,
      "end": 1936,
      "loc": {
        "start": {
          "line": 73,
          "column": 82
        },
        "end": {
          "line": 73,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reflect",
      "start": 1936,
      "end": 1943,
      "loc": {
        "start": {
          "line": 73,
          "column": 83
        },
        "end": {
          "line": 73,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1943,
      "end": 1944,
      "loc": {
        "start": {
          "line": 73,
          "column": 90
        },
        "end": {
          "line": 73,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1944,
      "end": 1945,
      "loc": {
        "start": {
          "line": 73,
          "column": 91
        },
        "end": {
          "line": 73,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1945,
      "end": 1946,
      "loc": {
        "start": {
          "line": 73,
          "column": 92
        },
        "end": {
          "line": 73,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1951,
      "end": 1952,
      "loc": {
        "start": {
          "line": 74,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1952,
      "end": 1953,
      "loc": {
        "start": {
          "line": 74,
          "column": 5
        },
        "end": {
          "line": 74,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 1953,
      "end": 1957,
      "loc": {
        "start": {
          "line": 74,
          "column": 6
        },
        "end": {
          "line": 74,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1957,
      "end": 1958,
      "loc": {
        "start": {
          "line": 74,
          "column": 10
        },
        "end": {
          "line": 74,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1958,
      "end": 1959,
      "loc": {
        "start": {
          "line": 74,
          "column": 11
        },
        "end": {
          "line": 74,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1959,
      "end": 1960,
      "loc": {
        "start": {
          "line": 74,
          "column": 12
        },
        "end": {
          "line": 74,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1961,
      "end": 1963,
      "loc": {
        "start": {
          "line": 74,
          "column": 14
        },
        "end": {
          "line": 74,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1964,
      "end": 1965,
      "loc": {
        "start": {
          "line": 74,
          "column": 17
        },
        "end": {
          "line": 74,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1972,
      "end": 1974,
      "loc": {
        "start": {
          "line": 75,
          "column": 6
        },
        "end": {
          "line": 75,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1975,
      "end": 1976,
      "loc": {
        "start": {
          "line": 75,
          "column": 9
        },
        "end": {
          "line": 75,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1976,
      "end": 1980,
      "loc": {
        "start": {
          "line": 75,
          "column": 10
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1980,
      "end": 1981,
      "loc": {
        "start": {
          "line": 75,
          "column": 14
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 1981,
      "end": 1987,
      "loc": {
        "start": {
          "line": 75,
          "column": 15
        },
        "end": {
          "line": 75,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1987,
      "end": 1988,
      "loc": {
        "start": {
          "line": 75,
          "column": 21
        },
        "end": {
          "line": 75,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1988,
      "end": 1994,
      "loc": {
        "start": {
          "line": 75,
          "column": 22
        },
        "end": {
          "line": 75,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1994,
      "end": 1995,
      "loc": {
        "start": {
          "line": 75,
          "column": 28
        },
        "end": {
          "line": 75,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1996,
      "end": 1997,
      "loc": {
        "start": {
          "line": 75,
          "column": 30
        },
        "end": {
          "line": 75,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 2006,
      "end": 2011,
      "loc": {
        "start": {
          "line": 76,
          "column": 8
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2012,
      "end": 2015,
      "loc": {
        "start": {
          "line": 76,
          "column": 14
        },
        "end": {
          "line": 76,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeError",
      "start": 2016,
      "end": 2030,
      "loc": {
        "start": {
          "line": 76,
          "column": 18
        },
        "end": {
          "line": 76,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2030,
      "end": 2031,
      "loc": {
        "start": {
          "line": 76,
          "column": 32
        },
        "end": {
          "line": 76,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValidationError",
      "start": 2031,
      "end": 2046,
      "loc": {
        "start": {
          "line": 76,
          "column": 33
        },
        "end": {
          "line": 76,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2046,
      "end": 2047,
      "loc": {
        "start": {
          "line": 76,
          "column": 48
        },
        "end": {
          "line": 76,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 2047,
      "end": 2051,
      "loc": {
        "start": {
          "line": 76,
          "column": 49
        },
        "end": {
          "line": 76,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2051,
      "end": 2052,
      "loc": {
        "start": {
          "line": 76,
          "column": 53
        },
        "end": {
          "line": 76,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2053,
      "end": 2057,
      "loc": {
        "start": {
          "line": 76,
          "column": 55
        },
        "end": {
          "line": 76,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2057,
      "end": 2058,
      "loc": {
        "start": {
          "line": 76,
          "column": 59
        },
        "end": {
          "line": 76,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 2058,
      "end": 2064,
      "loc": {
        "start": {
          "line": 76,
          "column": 60
        },
        "end": {
          "line": 76,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2064,
      "end": 2065,
      "loc": {
        "start": {
          "line": 76,
          "column": 66
        },
        "end": {
          "line": 76,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2065,
      "end": 2066,
      "loc": {
        "start": {
          "line": 76,
          "column": 67
        },
        "end": {
          "line": 76,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2073,
      "end": 2074,
      "loc": {
        "start": {
          "line": 77,
          "column": 6
        },
        "end": {
          "line": 77,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2079,
      "end": 2080,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2080,
      "end": 2081,
      "loc": {
        "start": {
          "line": 78,
          "column": 5
        },
        "end": {
          "line": 78,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2081,
      "end": 2082,
      "loc": {
        "start": {
          "line": 78,
          "column": 6
        },
        "end": {
          "line": 78,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2085,
      "end": 2086,
      "loc": {
        "start": {
          "line": 79,
          "column": 2
        },
        "end": {
          "line": 79,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Invoke the Validation sequence:\n   *   - Before Validation Model Hooks\n   *   - Validation\n   *   - On validation success: After Validation Model Hooks\n   *   - On validation failure: Validation Failed Model Hooks\n   *\n   * @return {Promise}\n   * @private\n   ",
      "start": 2090,
      "end": 2360,
      "loc": {
        "start": {
          "line": 81,
          "column": 2
        },
        "end": {
          "line": 90,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validate",
      "start": 2363,
      "end": 2371,
      "loc": {
        "start": {
          "line": 91,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2371,
      "end": 2372,
      "loc": {
        "start": {
          "line": 91,
          "column": 10
        },
        "end": {
          "line": 91,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2372,
      "end": 2373,
      "loc": {
        "start": {
          "line": 91,
          "column": 11
        },
        "end": {
          "line": 91,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2374,
      "end": 2375,
      "loc": {
        "start": {
          "line": 91,
          "column": 13
        },
        "end": {
          "line": 91,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2380,
      "end": 2382,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2383,
      "end": 2384,
      "loc": {
        "start": {
          "line": 92,
          "column": 7
        },
        "end": {
          "line": 92,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2384,
      "end": 2388,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2388,
      "end": 2389,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2389,
      "end": 2396,
      "loc": {
        "start": {
          "line": 92,
          "column": 13
        },
        "end": {
          "line": 92,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2396,
      "end": 2397,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hooks",
      "start": 2397,
      "end": 2402,
      "loc": {
        "start": {
          "line": 92,
          "column": 21
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2402,
      "end": 2403,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2404,
      "end": 2405,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2412,
      "end": 2418,
      "loc": {
        "start": {
          "line": 93,
          "column": 6
        },
        "end": {
          "line": 93,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2419,
      "end": 2423,
      "loc": {
        "start": {
          "line": 93,
          "column": 13
        },
        "end": {
          "line": 93,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2423,
      "end": 2424,
      "loc": {
        "start": {
          "line": 93,
          "column": 17
        },
        "end": {
          "line": 93,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 2424,
      "end": 2437,
      "loc": {
        "start": {
          "line": 93,
          "column": 18
        },
        "end": {
          "line": 93,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2437,
      "end": 2438,
      "loc": {
        "start": {
          "line": 93,
          "column": 31
        },
        "end": {
          "line": 93,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 2438,
      "end": 2449,
      "loc": {
        "start": {
          "line": 93,
          "column": 32
        },
        "end": {
          "line": 93,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2449,
      "end": 2450,
      "loc": {
        "start": {
          "line": 93,
          "column": 43
        },
        "end": {
          "line": 93,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "runHooks",
      "start": 2450,
      "end": 2458,
      "loc": {
        "start": {
          "line": 93,
          "column": 44
        },
        "end": {
          "line": 93,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2458,
      "end": 2459,
      "loc": {
        "start": {
          "line": 93,
          "column": 52
        },
        "end": {
          "line": 93,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "beforeValidate",
      "start": 2459,
      "end": 2475,
      "loc": {
        "start": {
          "line": 93,
          "column": 53
        },
        "end": {
          "line": 93,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2475,
      "end": 2476,
      "loc": {
        "start": {
          "line": 93,
          "column": 69
        },
        "end": {
          "line": 93,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2477,
      "end": 2481,
      "loc": {
        "start": {
          "line": 93,
          "column": 71
        },
        "end": {
          "line": 93,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2481,
      "end": 2482,
      "loc": {
        "start": {
          "line": 93,
          "column": 75
        },
        "end": {
          "line": 93,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 2482,
      "end": 2495,
      "loc": {
        "start": {
          "line": 93,
          "column": 76
        },
        "end": {
          "line": 93,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2495,
      "end": 2496,
      "loc": {
        "start": {
          "line": 93,
          "column": 89
        },
        "end": {
          "line": 93,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2497,
      "end": 2501,
      "loc": {
        "start": {
          "line": 93,
          "column": 91
        },
        "end": {
          "line": 93,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2501,
      "end": 2502,
      "loc": {
        "start": {
          "line": 93,
          "column": 95
        },
        "end": {
          "line": 93,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2502,
      "end": 2509,
      "loc": {
        "start": {
          "line": 93,
          "column": 96
        },
        "end": {
          "line": 93,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2509,
      "end": 2510,
      "loc": {
        "start": {
          "line": 93,
          "column": 103
        },
        "end": {
          "line": 93,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2519,
      "end": 2520,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2520,
      "end": 2524,
      "loc": {
        "start": {
          "line": 94,
          "column": 9
        },
        "end": {
          "line": 94,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2524,
      "end": 2525,
      "loc": {
        "start": {
          "line": 94,
          "column": 13
        },
        "end": {
          "line": 94,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2525,
      "end": 2526,
      "loc": {
        "start": {
          "line": 94,
          "column": 14
        },
        "end": {
          "line": 94,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2526,
      "end": 2527,
      "loc": {
        "start": {
          "line": 94,
          "column": 15
        },
        "end": {
          "line": 94,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2528,
      "end": 2530,
      "loc": {
        "start": {
          "line": 94,
          "column": 17
        },
        "end": {
          "line": 94,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2541,
      "end": 2545,
      "loc": {
        "start": {
          "line": 95,
          "column": 10
        },
        "end": {
          "line": 95,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2545,
      "end": 2546,
      "loc": {
        "start": {
          "line": 95,
          "column": 14
        },
        "end": {
          "line": 95,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_validate",
      "start": 2546,
      "end": 2555,
      "loc": {
        "start": {
          "line": 95,
          "column": 15
        },
        "end": {
          "line": 95,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2555,
      "end": 2556,
      "loc": {
        "start": {
          "line": 95,
          "column": 24
        },
        "end": {
          "line": 95,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2556,
      "end": 2557,
      "loc": {
        "start": {
          "line": 95,
          "column": 25
        },
        "end": {
          "line": 95,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2557,
      "end": 2558,
      "loc": {
        "start": {
          "line": 95,
          "column": 26
        },
        "end": {
          "line": 95,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 2558,
      "end": 2563,
      "loc": {
        "start": {
          "line": 95,
          "column": 27
        },
        "end": {
          "line": 95,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2563,
      "end": 2564,
      "loc": {
        "start": {
          "line": 95,
          "column": 32
        },
        "end": {
          "line": 95,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 2564,
      "end": 2569,
      "loc": {
        "start": {
          "line": 95,
          "column": 33
        },
        "end": {
          "line": 95,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2570,
      "end": 2572,
      "loc": {
        "start": {
          "line": 95,
          "column": 39
        },
        "end": {
          "line": 95,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2585,
      "end": 2589,
      "loc": {
        "start": {
          "line": 96,
          "column": 12
        },
        "end": {
          "line": 96,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 96,
          "column": 16
        },
        "end": {
          "line": 96,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 2590,
      "end": 2603,
      "loc": {
        "start": {
          "line": 96,
          "column": 17
        },
        "end": {
          "line": 96,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2603,
      "end": 2604,
      "loc": {
        "start": {
          "line": 96,
          "column": 30
        },
        "end": {
          "line": 96,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 2604,
      "end": 2615,
      "loc": {
        "start": {
          "line": 96,
          "column": 31
        },
        "end": {
          "line": 96,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2615,
      "end": 2616,
      "loc": {
        "start": {
          "line": 96,
          "column": 42
        },
        "end": {
          "line": 96,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "runHooks",
      "start": 2616,
      "end": 2624,
      "loc": {
        "start": {
          "line": 96,
          "column": 43
        },
        "end": {
          "line": 96,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2624,
      "end": 2625,
      "loc": {
        "start": {
          "line": 96,
          "column": 51
        },
        "end": {
          "line": 96,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "validationFailed",
      "start": 2625,
      "end": 2643,
      "loc": {
        "start": {
          "line": 96,
          "column": 52
        },
        "end": {
          "line": 96,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2643,
      "end": 2644,
      "loc": {
        "start": {
          "line": 96,
          "column": 70
        },
        "end": {
          "line": 96,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2645,
      "end": 2649,
      "loc": {
        "start": {
          "line": 96,
          "column": 72
        },
        "end": {
          "line": 96,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2649,
      "end": 2650,
      "loc": {
        "start": {
          "line": 96,
          "column": 76
        },
        "end": {
          "line": 96,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 2650,
      "end": 2663,
      "loc": {
        "start": {
          "line": 96,
          "column": 77
        },
        "end": {
          "line": 96,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2663,
      "end": 2664,
      "loc": {
        "start": {
          "line": 96,
          "column": 90
        },
        "end": {
          "line": 96,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2665,
      "end": 2669,
      "loc": {
        "start": {
          "line": 96,
          "column": 92
        },
        "end": {
          "line": 96,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2669,
      "end": 2670,
      "loc": {
        "start": {
          "line": 96,
          "column": 96
        },
        "end": {
          "line": 96,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2670,
      "end": 2677,
      "loc": {
        "start": {
          "line": 96,
          "column": 97
        },
        "end": {
          "line": 96,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2677,
      "end": 2678,
      "loc": {
        "start": {
          "line": 96,
          "column": 104
        },
        "end": {
          "line": 96,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 2679,
      "end": 2684,
      "loc": {
        "start": {
          "line": 96,
          "column": 106
        },
        "end": {
          "line": 96,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2684,
      "end": 2685,
      "loc": {
        "start": {
          "line": 96,
          "column": 111
        },
        "end": {
          "line": 96,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2685,
      "end": 2686,
      "loc": {
        "start": {
          "line": 96,
          "column": 112
        },
        "end": {
          "line": 96,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2686,
      "end": 2690,
      "loc": {
        "start": {
          "line": 96,
          "column": 113
        },
        "end": {
          "line": 96,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2690,
      "end": 2691,
      "loc": {
        "start": {
          "line": 96,
          "column": 117
        },
        "end": {
          "line": 96,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newError",
      "start": 2691,
      "end": 2699,
      "loc": {
        "start": {
          "line": 96,
          "column": 118
        },
        "end": {
          "line": 96,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2700,
      "end": 2702,
      "loc": {
        "start": {
          "line": 96,
          "column": 127
        },
        "end": {
          "line": 96,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2703,
      "end": 2704,
      "loc": {
        "start": {
          "line": 96,
          "column": 130
        },
        "end": {
          "line": 96,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 2719,
      "end": 2724,
      "loc": {
        "start": {
          "line": 97,
          "column": 14
        },
        "end": {
          "line": 97,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newError",
      "start": 2725,
      "end": 2733,
      "loc": {
        "start": {
          "line": 97,
          "column": 20
        },
        "end": {
          "line": 97,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2734,
      "end": 2736,
      "loc": {
        "start": {
          "line": 97,
          "column": 29
        },
        "end": {
          "line": 97,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 2737,
      "end": 2742,
      "loc": {
        "start": {
          "line": 97,
          "column": 32
        },
        "end": {
          "line": 97,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2742,
      "end": 2743,
      "loc": {
        "start": {
          "line": 97,
          "column": 37
        },
        "end": {
          "line": 97,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2756,
      "end": 2757,
      "loc": {
        "start": {
          "line": 98,
          "column": 12
        },
        "end": {
          "line": 98,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2757,
      "end": 2758,
      "loc": {
        "start": {
          "line": 98,
          "column": 13
        },
        "end": {
          "line": 98,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2769,
      "end": 2770,
      "loc": {
        "start": {
          "line": 99,
          "column": 10
        },
        "end": {
          "line": 99,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2779,
      "end": 2780,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2789,
      "end": 2790,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2790,
      "end": 2794,
      "loc": {
        "start": {
          "line": 101,
          "column": 9
        },
        "end": {
          "line": 101,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2794,
      "end": 2795,
      "loc": {
        "start": {
          "line": 101,
          "column": 13
        },
        "end": {
          "line": 101,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2795,
      "end": 2796,
      "loc": {
        "start": {
          "line": 101,
          "column": 14
        },
        "end": {
          "line": 101,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2796,
      "end": 2797,
      "loc": {
        "start": {
          "line": 101,
          "column": 15
        },
        "end": {
          "line": 101,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2798,
      "end": 2800,
      "loc": {
        "start": {
          "line": 101,
          "column": 17
        },
        "end": {
          "line": 101,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2801,
      "end": 2805,
      "loc": {
        "start": {
          "line": 101,
          "column": 20
        },
        "end": {
          "line": 101,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2805,
      "end": 2806,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 2806,
      "end": 2819,
      "loc": {
        "start": {
          "line": 101,
          "column": 25
        },
        "end": {
          "line": 101,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2819,
      "end": 2820,
      "loc": {
        "start": {
          "line": 101,
          "column": 38
        },
        "end": {
          "line": 101,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 2820,
      "end": 2831,
      "loc": {
        "start": {
          "line": 101,
          "column": 39
        },
        "end": {
          "line": 101,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2831,
      "end": 2832,
      "loc": {
        "start": {
          "line": 101,
          "column": 50
        },
        "end": {
          "line": 101,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "runHooks",
      "start": 2832,
      "end": 2840,
      "loc": {
        "start": {
          "line": 101,
          "column": 51
        },
        "end": {
          "line": 101,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2840,
      "end": 2841,
      "loc": {
        "start": {
          "line": 101,
          "column": 59
        },
        "end": {
          "line": 101,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "afterValidate",
      "start": 2841,
      "end": 2856,
      "loc": {
        "start": {
          "line": 101,
          "column": 60
        },
        "end": {
          "line": 101,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2856,
      "end": 2857,
      "loc": {
        "start": {
          "line": 101,
          "column": 75
        },
        "end": {
          "line": 101,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2858,
      "end": 2862,
      "loc": {
        "start": {
          "line": 101,
          "column": 77
        },
        "end": {
          "line": 101,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2862,
      "end": 2863,
      "loc": {
        "start": {
          "line": 101,
          "column": 81
        },
        "end": {
          "line": 101,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 2863,
      "end": 2876,
      "loc": {
        "start": {
          "line": 101,
          "column": 82
        },
        "end": {
          "line": 101,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2876,
      "end": 2877,
      "loc": {
        "start": {
          "line": 101,
          "column": 95
        },
        "end": {
          "line": 101,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2878,
      "end": 2882,
      "loc": {
        "start": {
          "line": 101,
          "column": 97
        },
        "end": {
          "line": 101,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2882,
      "end": 2883,
      "loc": {
        "start": {
          "line": 101,
          "column": 101
        },
        "end": {
          "line": 101,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2883,
      "end": 2890,
      "loc": {
        "start": {
          "line": 101,
          "column": 102
        },
        "end": {
          "line": 101,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2890,
      "end": 2891,
      "loc": {
        "start": {
          "line": 101,
          "column": 109
        },
        "end": {
          "line": 101,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2891,
      "end": 2892,
      "loc": {
        "start": {
          "line": 101,
          "column": 110
        },
        "end": {
          "line": 101,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2901,
      "end": 2902,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2902,
      "end": 2908,
      "loc": {
        "start": {
          "line": 102,
          "column": 9
        },
        "end": {
          "line": 102,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2908,
      "end": 2909,
      "loc": {
        "start": {
          "line": 102,
          "column": 15
        },
        "end": {
          "line": 102,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2909,
      "end": 2913,
      "loc": {
        "start": {
          "line": 102,
          "column": 16
        },
        "end": {
          "line": 102,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2913,
      "end": 2914,
      "loc": {
        "start": {
          "line": 102,
          "column": 20
        },
        "end": {
          "line": 102,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 2914,
      "end": 2927,
      "loc": {
        "start": {
          "line": 102,
          "column": 21
        },
        "end": {
          "line": 102,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2927,
      "end": 2928,
      "loc": {
        "start": {
          "line": 102,
          "column": 34
        },
        "end": {
          "line": 102,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2928,
      "end": 2929,
      "loc": {
        "start": {
          "line": 102,
          "column": 35
        },
        "end": {
          "line": 102,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2934,
      "end": 2935,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2940,
      "end": 2946,
      "loc": {
        "start": {
          "line": 104,
          "column": 4
        },
        "end": {
          "line": 104,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2947,
      "end": 2951,
      "loc": {
        "start": {
          "line": 104,
          "column": 11
        },
        "end": {
          "line": 104,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2951,
      "end": 2952,
      "loc": {
        "start": {
          "line": 104,
          "column": 15
        },
        "end": {
          "line": 104,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_validate",
      "start": 2952,
      "end": 2961,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2961,
      "end": 2962,
      "loc": {
        "start": {
          "line": 104,
          "column": 25
        },
        "end": {
          "line": 104,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2962,
      "end": 2963,
      "loc": {
        "start": {
          "line": 104,
          "column": 26
        },
        "end": {
          "line": 104,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2963,
      "end": 2964,
      "loc": {
        "start": {
          "line": 104,
          "column": 27
        },
        "end": {
          "line": 104,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2967,
      "end": 2968,
      "loc": {
        "start": {
          "line": 105,
          "column": 2
        },
        "end": {
          "line": 105,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Will run all the built-in validators.\n   *\n   * @return {Promise(Array.<Promise.PromiseInspection>)} A promise from .reflect().\n   * @private\n   ",
      "start": 2972,
      "end": 3128,
      "loc": {
        "start": {
          "line": 107,
          "column": 2
        },
        "end": {
          "line": 112,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_builtinValidators",
      "start": 3131,
      "end": 3149,
      "loc": {
        "start": {
          "line": 113,
          "column": 2
        },
        "end": {
          "line": 113,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 113,
          "column": 20
        },
        "end": {
          "line": 113,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3150,
      "end": 3151,
      "loc": {
        "start": {
          "line": 113,
          "column": 21
        },
        "end": {
          "line": 113,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3152,
      "end": 3153,
      "loc": {
        "start": {
          "line": 113,
          "column": 23
        },
        "end": {
          "line": 113,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " promisify all attribute invocations",
      "start": 3158,
      "end": 3196,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 114,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3201,
      "end": 3206,
      "loc": {
        "start": {
          "line": 115,
          "column": 4
        },
        "end": {
          "line": 115,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 3207,
      "end": 3217,
      "loc": {
        "start": {
          "line": 115,
          "column": 10
        },
        "end": {
          "line": 115,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3218,
      "end": 3219,
      "loc": {
        "start": {
          "line": 115,
          "column": 21
        },
        "end": {
          "line": 115,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3220,
      "end": 3221,
      "loc": {
        "start": {
          "line": 115,
          "column": 23
        },
        "end": {
          "line": 115,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3221,
      "end": 3222,
      "loc": {
        "start": {
          "line": 115,
          "column": 24
        },
        "end": {
          "line": 115,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3222,
      "end": 3223,
      "loc": {
        "start": {
          "line": 115,
          "column": 25
        },
        "end": {
          "line": 115,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 3228,
      "end": 3233,
      "loc": {
        "start": {
          "line": 116,
          "column": 4
        },
        "end": {
          "line": 116,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3233,
      "end": 3234,
      "loc": {
        "start": {
          "line": 116,
          "column": 9
        },
        "end": {
          "line": 116,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3234,
      "end": 3235,
      "loc": {
        "start": {
          "line": 116,
          "column": 10
        },
        "end": {
          "line": 116,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3235,
      "end": 3236,
      "loc": {
        "start": {
          "line": 116,
          "column": 11
        },
        "end": {
          "line": 116,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forIn",
      "start": 3236,
      "end": 3241,
      "loc": {
        "start": {
          "line": 116,
          "column": 12
        },
        "end": {
          "line": 116,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3241,
      "end": 3242,
      "loc": {
        "start": {
          "line": 116,
          "column": 17
        },
        "end": {
          "line": 116,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3242,
      "end": 3246,
      "loc": {
        "start": {
          "line": 116,
          "column": 18
        },
        "end": {
          "line": 116,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3246,
      "end": 3247,
      "loc": {
        "start": {
          "line": 116,
          "column": 22
        },
        "end": {
          "line": 116,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 3247,
      "end": 3260,
      "loc": {
        "start": {
          "line": 116,
          "column": 23
        },
        "end": {
          "line": 116,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3260,
      "end": 3261,
      "loc": {
        "start": {
          "line": 116,
          "column": 36
        },
        "end": {
          "line": 116,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 3261,
      "end": 3274,
      "loc": {
        "start": {
          "line": 116,
          "column": 37
        },
        "end": {
          "line": 116,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3274,
      "end": 3275,
      "loc": {
        "start": {
          "line": 116,
          "column": 50
        },
        "end": {
          "line": 116,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3276,
      "end": 3277,
      "loc": {
        "start": {
          "line": 116,
          "column": 52
        },
        "end": {
          "line": 116,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 3277,
      "end": 3289,
      "loc": {
        "start": {
          "line": 116,
          "column": 53
        },
        "end": {
          "line": 116,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3289,
      "end": 3290,
      "loc": {
        "start": {
          "line": 116,
          "column": 65
        },
        "end": {
          "line": 116,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3291,
      "end": 3296,
      "loc": {
        "start": {
          "line": 116,
          "column": 67
        },
        "end": {
          "line": 116,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3296,
      "end": 3297,
      "loc": {
        "start": {
          "line": 116,
          "column": 72
        },
        "end": {
          "line": 116,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3298,
      "end": 3300,
      "loc": {
        "start": {
          "line": 116,
          "column": 74
        },
        "end": {
          "line": 116,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3301,
      "end": 3302,
      "loc": {
        "start": {
          "line": 116,
          "column": 77
        },
        "end": {
          "line": 116,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3309,
      "end": 3311,
      "loc": {
        "start": {
          "line": 117,
          "column": 6
        },
        "end": {
          "line": 117,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3312,
      "end": 3313,
      "loc": {
        "start": {
          "line": 117,
          "column": 9
        },
        "end": {
          "line": 117,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3313,
      "end": 3317,
      "loc": {
        "start": {
          "line": 117,
          "column": 10
        },
        "end": {
          "line": 117,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3317,
      "end": 3318,
      "loc": {
        "start": {
          "line": 117,
          "column": 14
        },
        "end": {
          "line": 117,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3318,
      "end": 3325,
      "loc": {
        "start": {
          "line": 117,
          "column": 15
        },
        "end": {
          "line": 117,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3325,
      "end": 3326,
      "loc": {
        "start": {
          "line": 117,
          "column": 22
        },
        "end": {
          "line": 117,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skip",
      "start": 3326,
      "end": 3330,
      "loc": {
        "start": {
          "line": 117,
          "column": 23
        },
        "end": {
          "line": 117,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3330,
      "end": 3331,
      "loc": {
        "start": {
          "line": 117,
          "column": 27
        },
        "end": {
          "line": 117,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 3331,
      "end": 3338,
      "loc": {
        "start": {
          "line": 117,
          "column": 28
        },
        "end": {
          "line": 117,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3338,
      "end": 3339,
      "loc": {
        "start": {
          "line": 117,
          "column": 35
        },
        "end": {
          "line": 117,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3339,
      "end": 3344,
      "loc": {
        "start": {
          "line": 117,
          "column": 36
        },
        "end": {
          "line": 117,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 117,
          "column": 41
        },
        "end": {
          "line": 117,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 3346,
      "end": 3348,
      "loc": {
        "start": {
          "line": 117,
          "column": 43
        },
        "end": {
          "line": 117,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3349,
      "end": 3350,
      "loc": {
        "start": {
          "line": 117,
          "column": 46
        },
        "end": {
          "line": 117,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3350,
      "end": 3351,
      "loc": {
        "start": {
          "line": 117,
          "column": 47
        },
        "end": {
          "line": 117,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3352,
      "end": 3353,
      "loc": {
        "start": {
          "line": 117,
          "column": 49
        },
        "end": {
          "line": 117,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3362,
      "end": 3368,
      "loc": {
        "start": {
          "line": 118,
          "column": 8
        },
        "end": {
          "line": 118,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3368,
      "end": 3369,
      "loc": {
        "start": {
          "line": 118,
          "column": 14
        },
        "end": {
          "line": 118,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3376,
      "end": 3377,
      "loc": {
        "start": {
          "line": 119,
          "column": 6
        },
        "end": {
          "line": 119,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3385,
      "end": 3390,
      "loc": {
        "start": {
          "line": 121,
          "column": 6
        },
        "end": {
          "line": 121,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3391,
      "end": 3396,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3397,
      "end": 3398,
      "loc": {
        "start": {
          "line": 121,
          "column": 18
        },
        "end": {
          "line": 121,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3399,
      "end": 3403,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3403,
      "end": 3404,
      "loc": {
        "start": {
          "line": 121,
          "column": 24
        },
        "end": {
          "line": 121,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 3404,
      "end": 3417,
      "loc": {
        "start": {
          "line": 121,
          "column": 25
        },
        "end": {
          "line": 121,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3417,
      "end": 3418,
      "loc": {
        "start": {
          "line": 121,
          "column": 38
        },
        "end": {
          "line": 121,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataValues",
      "start": 3418,
      "end": 3428,
      "loc": {
        "start": {
          "line": 121,
          "column": 39
        },
        "end": {
          "line": 121,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3428,
      "end": 3429,
      "loc": {
        "start": {
          "line": 121,
          "column": 49
        },
        "end": {
          "line": 121,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3429,
      "end": 3434,
      "loc": {
        "start": {
          "line": 121,
          "column": 50
        },
        "end": {
          "line": 121,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3434,
      "end": 3435,
      "loc": {
        "start": {
          "line": 121,
          "column": 55
        },
        "end": {
          "line": 121,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3435,
      "end": 3436,
      "loc": {
        "start": {
          "line": 121,
          "column": 56
        },
        "end": {
          "line": 121,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3444,
      "end": 3446,
      "loc": {
        "start": {
          "line": 123,
          "column": 6
        },
        "end": {
          "line": 123,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3447,
      "end": 3448,
      "loc": {
        "start": {
          "line": 123,
          "column": 9
        },
        "end": {
          "line": 123,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3448,
      "end": 3449,
      "loc": {
        "start": {
          "line": 123,
          "column": 10
        },
        "end": {
          "line": 123,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 3449,
      "end": 3461,
      "loc": {
        "start": {
          "line": 123,
          "column": 11
        },
        "end": {
          "line": 123,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3461,
      "end": 3462,
      "loc": {
        "start": {
          "line": 123,
          "column": 23
        },
        "end": {
          "line": 123,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_autoGenerated",
      "start": 3462,
      "end": 3476,
      "loc": {
        "start": {
          "line": 123,
          "column": 24
        },
        "end": {
          "line": 123,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3477,
      "end": 3479,
      "loc": {
        "start": {
          "line": 123,
          "column": 39
        },
        "end": {
          "line": 123,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3480,
      "end": 3481,
      "loc": {
        "start": {
          "line": 123,
          "column": 42
        },
        "end": {
          "line": 123,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 3481,
      "end": 3493,
      "loc": {
        "start": {
          "line": 123,
          "column": 43
        },
        "end": {
          "line": 123,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3493,
      "end": 3494,
      "loc": {
        "start": {
          "line": 123,
          "column": 55
        },
        "end": {
          "line": 123,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrement",
      "start": 3494,
      "end": 3507,
      "loc": {
        "start": {
          "line": 123,
          "column": 56
        },
        "end": {
          "line": 123,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3507,
      "end": 3508,
      "loc": {
        "start": {
          "line": 123,
          "column": 69
        },
        "end": {
          "line": 123,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3509,
      "end": 3510,
      "loc": {
        "start": {
          "line": 123,
          "column": 71
        },
        "end": {
          "line": 123,
          "column": 72
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " perform validations based on schema",
      "start": 3519,
      "end": 3557,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3566,
      "end": 3570,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3570,
      "end": 3571,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_validateSchema",
      "start": 3571,
      "end": 3586,
      "loc": {
        "start": {
          "line": 125,
          "column": 13
        },
        "end": {
          "line": 125,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3586,
      "end": 3587,
      "loc": {
        "start": {
          "line": 125,
          "column": 28
        },
        "end": {
          "line": 125,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 3587,
      "end": 3599,
      "loc": {
        "start": {
          "line": 125,
          "column": 29
        },
        "end": {
          "line": 125,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3599,
      "end": 3600,
      "loc": {
        "start": {
          "line": 125,
          "column": 41
        },
        "end": {
          "line": 125,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3601,
      "end": 3606,
      "loc": {
        "start": {
          "line": 125,
          "column": 43
        },
        "end": {
          "line": 125,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3606,
      "end": 3607,
      "loc": {
        "start": {
          "line": 125,
          "column": 48
        },
        "end": {
          "line": 125,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3608,
      "end": 3613,
      "loc": {
        "start": {
          "line": 125,
          "column": 50
        },
        "end": {
          "line": 125,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3613,
      "end": 3614,
      "loc": {
        "start": {
          "line": 125,
          "column": 55
        },
        "end": {
          "line": 125,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3614,
      "end": 3615,
      "loc": {
        "start": {
          "line": 125,
          "column": 56
        },
        "end": {
          "line": 125,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3622,
      "end": 3623,
      "loc": {
        "start": {
          "line": 126,
          "column": 6
        },
        "end": {
          "line": 126,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3631,
      "end": 3633,
      "loc": {
        "start": {
          "line": 128,
          "column": 6
        },
        "end": {
          "line": 128,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3634,
      "end": 3635,
      "loc": {
        "start": {
          "line": 128,
          "column": 9
        },
        "end": {
          "line": 128,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3635,
      "end": 3639,
      "loc": {
        "start": {
          "line": 128,
          "column": 10
        },
        "end": {
          "line": 128,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3639,
      "end": 3640,
      "loc": {
        "start": {
          "line": 128,
          "column": 14
        },
        "end": {
          "line": 128,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 3640,
      "end": 3653,
      "loc": {
        "start": {
          "line": 128,
          "column": 15
        },
        "end": {
          "line": 128,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3653,
      "end": 3654,
      "loc": {
        "start": {
          "line": 128,
          "column": 28
        },
        "end": {
          "line": 128,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 3654,
      "end": 3664,
      "loc": {
        "start": {
          "line": 128,
          "column": 29
        },
        "end": {
          "line": 128,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3664,
      "end": 3665,
      "loc": {
        "start": {
          "line": 128,
          "column": 39
        },
        "end": {
          "line": 128,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 3665,
      "end": 3679,
      "loc": {
        "start": {
          "line": 128,
          "column": 40
        },
        "end": {
          "line": 128,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3679,
      "end": 3680,
      "loc": {
        "start": {
          "line": 128,
          "column": 54
        },
        "end": {
          "line": 128,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3680,
      "end": 3685,
      "loc": {
        "start": {
          "line": 128,
          "column": 55
        },
        "end": {
          "line": 128,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3685,
      "end": 3686,
      "loc": {
        "start": {
          "line": 128,
          "column": 60
        },
        "end": {
          "line": 128,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3686,
      "end": 3687,
      "loc": {
        "start": {
          "line": 128,
          "column": 61
        },
        "end": {
          "line": 128,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3688,
      "end": 3689,
      "loc": {
        "start": {
          "line": 128,
          "column": 63
        },
        "end": {
          "line": 128,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 3698,
      "end": 3708,
      "loc": {
        "start": {
          "line": 129,
          "column": 8
        },
        "end": {
          "line": 129,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3708,
      "end": 3709,
      "loc": {
        "start": {
          "line": 129,
          "column": 18
        },
        "end": {
          "line": 129,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 3709,
      "end": 3713,
      "loc": {
        "start": {
          "line": 129,
          "column": 19
        },
        "end": {
          "line": 129,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3713,
      "end": 3714,
      "loc": {
        "start": {
          "line": 129,
          "column": 23
        },
        "end": {
          "line": 129,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3714,
      "end": 3718,
      "loc": {
        "start": {
          "line": 129,
          "column": 24
        },
        "end": {
          "line": 129,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3718,
      "end": 3719,
      "loc": {
        "start": {
          "line": 129,
          "column": 28
        },
        "end": {
          "line": 129,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_builtinAttrValidate",
      "start": 3719,
      "end": 3739,
      "loc": {
        "start": {
          "line": 129,
          "column": 29
        },
        "end": {
          "line": 129,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3739,
      "end": 3740,
      "loc": {
        "start": {
          "line": 129,
          "column": 49
        },
        "end": {
          "line": 129,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 3740,
      "end": 3744,
      "loc": {
        "start": {
          "line": 129,
          "column": 50
        },
        "end": {
          "line": 129,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3744,
      "end": 3745,
      "loc": {
        "start": {
          "line": 129,
          "column": 54
        },
        "end": {
          "line": 129,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3745,
      "end": 3749,
      "loc": {
        "start": {
          "line": 129,
          "column": 55
        },
        "end": {
          "line": 129,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3749,
      "end": 3750,
      "loc": {
        "start": {
          "line": 129,
          "column": 59
        },
        "end": {
          "line": 129,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3751,
      "end": 3756,
      "loc": {
        "start": {
          "line": 129,
          "column": 61
        },
        "end": {
          "line": 129,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3756,
      "end": 3757,
      "loc": {
        "start": {
          "line": 129,
          "column": 66
        },
        "end": {
          "line": 129,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3758,
      "end": 3763,
      "loc": {
        "start": {
          "line": 129,
          "column": 68
        },
        "end": {
          "line": 129,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3763,
      "end": 3764,
      "loc": {
        "start": {
          "line": 129,
          "column": 73
        },
        "end": {
          "line": 129,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3764,
      "end": 3765,
      "loc": {
        "start": {
          "line": 129,
          "column": 74
        },
        "end": {
          "line": 129,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reflect",
      "start": 3765,
      "end": 3772,
      "loc": {
        "start": {
          "line": 129,
          "column": 75
        },
        "end": {
          "line": 129,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3772,
      "end": 3773,
      "loc": {
        "start": {
          "line": 129,
          "column": 82
        },
        "end": {
          "line": 129,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3773,
      "end": 3774,
      "loc": {
        "start": {
          "line": 129,
          "column": 83
        },
        "end": {
          "line": 129,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3774,
      "end": 3775,
      "loc": {
        "start": {
          "line": 129,
          "column": 84
        },
        "end": {
          "line": 129,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3775,
      "end": 3776,
      "loc": {
        "start": {
          "line": 129,
          "column": 85
        },
        "end": {
          "line": 129,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3783,
      "end": 3784,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3789,
      "end": 3790,
      "loc": {
        "start": {
          "line": 131,
          "column": 4
        },
        "end": {
          "line": 131,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3790,
      "end": 3791,
      "loc": {
        "start": {
          "line": 131,
          "column": 5
        },
        "end": {
          "line": 131,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3791,
      "end": 3792,
      "loc": {
        "start": {
          "line": 131,
          "column": 6
        },
        "end": {
          "line": 131,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3798,
      "end": 3804,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 3805,
      "end": 3812,
      "loc": {
        "start": {
          "line": 133,
          "column": 11
        },
        "end": {
          "line": 133,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3812,
      "end": 3813,
      "loc": {
        "start": {
          "line": 133,
          "column": 18
        },
        "end": {
          "line": 133,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 3813,
      "end": 3816,
      "loc": {
        "start": {
          "line": 133,
          "column": 19
        },
        "end": {
          "line": 133,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3816,
      "end": 3817,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 3817,
      "end": 3827,
      "loc": {
        "start": {
          "line": 133,
          "column": 23
        },
        "end": {
          "line": 133,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3827,
      "end": 3828,
      "loc": {
        "start": {
          "line": 133,
          "column": 33
        },
        "end": {
          "line": 133,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3828,
      "end": 3829,
      "loc": {
        "start": {
          "line": 133,
          "column": 34
        },
        "end": {
          "line": 133,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3832,
      "end": 3833,
      "loc": {
        "start": {
          "line": 134,
          "column": 2
        },
        "end": {
          "line": 134,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Will run all the custom validators.\n   *\n   * @return {Promise(Array.<Promise.PromiseInspection>)} A promise from .reflect().\n   * @private\n   ",
      "start": 3837,
      "end": 3991,
      "loc": {
        "start": {
          "line": 136,
          "column": 2
        },
        "end": {
          "line": 141,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_customValidators",
      "start": 3994,
      "end": 4011,
      "loc": {
        "start": {
          "line": 142,
          "column": 2
        },
        "end": {
          "line": 142,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4011,
      "end": 4012,
      "loc": {
        "start": {
          "line": 142,
          "column": 19
        },
        "end": {
          "line": 142,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4012,
      "end": 4013,
      "loc": {
        "start": {
          "line": 142,
          "column": 20
        },
        "end": {
          "line": 142,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4014,
      "end": 4015,
      "loc": {
        "start": {
          "line": 142,
          "column": 22
        },
        "end": {
          "line": 142,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4020,
      "end": 4025,
      "loc": {
        "start": {
          "line": 143,
          "column": 4
        },
        "end": {
          "line": 143,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 4026,
      "end": 4036,
      "loc": {
        "start": {
          "line": 143,
          "column": 10
        },
        "end": {
          "line": 143,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4037,
      "end": 4038,
      "loc": {
        "start": {
          "line": 143,
          "column": 21
        },
        "end": {
          "line": 143,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 143,
          "column": 23
        },
        "end": {
          "line": 143,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4040,
      "end": 4041,
      "loc": {
        "start": {
          "line": 143,
          "column": 24
        },
        "end": {
          "line": 143,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4041,
      "end": 4042,
      "loc": {
        "start": {
          "line": 143,
          "column": 25
        },
        "end": {
          "line": 143,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 4047,
      "end": 4052,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4052,
      "end": 4053,
      "loc": {
        "start": {
          "line": 144,
          "column": 9
        },
        "end": {
          "line": 144,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 144,
          "column": 10
        },
        "end": {
          "line": 144,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4054,
      "end": 4055,
      "loc": {
        "start": {
          "line": 144,
          "column": 11
        },
        "end": {
          "line": 144,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "each",
      "start": 4055,
      "end": 4059,
      "loc": {
        "start": {
          "line": 144,
          "column": 12
        },
        "end": {
          "line": 144,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4059,
      "end": 4060,
      "loc": {
        "start": {
          "line": 144,
          "column": 16
        },
        "end": {
          "line": 144,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4060,
      "end": 4064,
      "loc": {
        "start": {
          "line": 144,
          "column": 17
        },
        "end": {
          "line": 144,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4064,
      "end": 4065,
      "loc": {
        "start": {
          "line": 144,
          "column": 21
        },
        "end": {
          "line": 144,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 4065,
      "end": 4078,
      "loc": {
        "start": {
          "line": 144,
          "column": 22
        },
        "end": {
          "line": 144,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4078,
      "end": 4079,
      "loc": {
        "start": {
          "line": 144,
          "column": 35
        },
        "end": {
          "line": 144,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_modelOptions",
      "start": 4079,
      "end": 4092,
      "loc": {
        "start": {
          "line": 144,
          "column": 36
        },
        "end": {
          "line": 144,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4092,
      "end": 4093,
      "loc": {
        "start": {
          "line": 144,
          "column": 49
        },
        "end": {
          "line": 144,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validate",
      "start": 4093,
      "end": 4101,
      "loc": {
        "start": {
          "line": 144,
          "column": 50
        },
        "end": {
          "line": 144,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4101,
      "end": 4102,
      "loc": {
        "start": {
          "line": 144,
          "column": 58
        },
        "end": {
          "line": 144,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4103,
      "end": 4104,
      "loc": {
        "start": {
          "line": 144,
          "column": 60
        },
        "end": {
          "line": 144,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 4104,
      "end": 4113,
      "loc": {
        "start": {
          "line": 144,
          "column": 61
        },
        "end": {
          "line": 144,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4113,
      "end": 4114,
      "loc": {
        "start": {
          "line": 144,
          "column": 70
        },
        "end": {
          "line": 144,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 4115,
      "end": 4128,
      "loc": {
        "start": {
          "line": 144,
          "column": 72
        },
        "end": {
          "line": 144,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4128,
      "end": 4129,
      "loc": {
        "start": {
          "line": 144,
          "column": 85
        },
        "end": {
          "line": 144,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4130,
      "end": 4132,
      "loc": {
        "start": {
          "line": 144,
          "column": 87
        },
        "end": {
          "line": 144,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4133,
      "end": 4134,
      "loc": {
        "start": {
          "line": 144,
          "column": 90
        },
        "end": {
          "line": 144,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4141,
      "end": 4143,
      "loc": {
        "start": {
          "line": 145,
          "column": 6
        },
        "end": {
          "line": 145,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4144,
      "end": 4145,
      "loc": {
        "start": {
          "line": 145,
          "column": 9
        },
        "end": {
          "line": 145,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4145,
      "end": 4149,
      "loc": {
        "start": {
          "line": 145,
          "column": 10
        },
        "end": {
          "line": 145,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4149,
      "end": 4150,
      "loc": {
        "start": {
          "line": 145,
          "column": 14
        },
        "end": {
          "line": 145,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4150,
      "end": 4157,
      "loc": {
        "start": {
          "line": 145,
          "column": 15
        },
        "end": {
          "line": 145,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4157,
      "end": 4158,
      "loc": {
        "start": {
          "line": 145,
          "column": 22
        },
        "end": {
          "line": 145,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skip",
      "start": 4158,
      "end": 4162,
      "loc": {
        "start": {
          "line": 145,
          "column": 23
        },
        "end": {
          "line": 145,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4162,
      "end": 4163,
      "loc": {
        "start": {
          "line": 145,
          "column": 27
        },
        "end": {
          "line": 145,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 4163,
      "end": 4170,
      "loc": {
        "start": {
          "line": 145,
          "column": 28
        },
        "end": {
          "line": 145,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4170,
      "end": 4171,
      "loc": {
        "start": {
          "line": 145,
          "column": 35
        },
        "end": {
          "line": 145,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 4171,
      "end": 4184,
      "loc": {
        "start": {
          "line": 145,
          "column": 36
        },
        "end": {
          "line": 145,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4184,
      "end": 4185,
      "loc": {
        "start": {
          "line": 145,
          "column": 49
        },
        "end": {
          "line": 145,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 4186,
      "end": 4188,
      "loc": {
        "start": {
          "line": 145,
          "column": 51
        },
        "end": {
          "line": 145,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4189,
      "end": 4190,
      "loc": {
        "start": {
          "line": 145,
          "column": 54
        },
        "end": {
          "line": 145,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4190,
      "end": 4191,
      "loc": {
        "start": {
          "line": 145,
          "column": 55
        },
        "end": {
          "line": 145,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4192,
      "end": 4193,
      "loc": {
        "start": {
          "line": 145,
          "column": 57
        },
        "end": {
          "line": 145,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4202,
      "end": 4208,
      "loc": {
        "start": {
          "line": 146,
          "column": 8
        },
        "end": {
          "line": 146,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4208,
      "end": 4209,
      "loc": {
        "start": {
          "line": 146,
          "column": 14
        },
        "end": {
          "line": 146,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4216,
      "end": 4217,
      "loc": {
        "start": {
          "line": 147,
          "column": 6
        },
        "end": {
          "line": 147,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4225,
      "end": 4230,
      "loc": {
        "start": {
          "line": 149,
          "column": 6
        },
        "end": {
          "line": 149,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valprom",
      "start": 4231,
      "end": 4238,
      "loc": {
        "start": {
          "line": 149,
          "column": 12
        },
        "end": {
          "line": 149,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4239,
      "end": 4240,
      "loc": {
        "start": {
          "line": 149,
          "column": 20
        },
        "end": {
          "line": 149,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4241,
      "end": 4245,
      "loc": {
        "start": {
          "line": 149,
          "column": 22
        },
        "end": {
          "line": 149,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4245,
      "end": 4246,
      "loc": {
        "start": {
          "line": 149,
          "column": 26
        },
        "end": {
          "line": 149,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_invokeCustomValidator",
      "start": 4246,
      "end": 4268,
      "loc": {
        "start": {
          "line": 149,
          "column": 27
        },
        "end": {
          "line": 149,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4268,
      "end": 4269,
      "loc": {
        "start": {
          "line": 149,
          "column": 49
        },
        "end": {
          "line": 149,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 4269,
      "end": 4278,
      "loc": {
        "start": {
          "line": 149,
          "column": 50
        },
        "end": {
          "line": 149,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4278,
      "end": 4279,
      "loc": {
        "start": {
          "line": 149,
          "column": 59
        },
        "end": {
          "line": 149,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 4280,
      "end": 4293,
      "loc": {
        "start": {
          "line": 149,
          "column": 61
        },
        "end": {
          "line": 149,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4293,
      "end": 4294,
      "loc": {
        "start": {
          "line": 149,
          "column": 74
        },
        "end": {
          "line": 149,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " errors are handled in settling, stub this",
      "start": 4303,
      "end": 4347,
      "loc": {
        "start": {
          "line": 150,
          "column": 8
        },
        "end": {
          "line": 150,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4356,
      "end": 4357,
      "loc": {
        "start": {
          "line": 151,
          "column": 8
        },
        "end": {
          "line": 151,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 4357,
      "end": 4362,
      "loc": {
        "start": {
          "line": 151,
          "column": 9
        },
        "end": {
          "line": 151,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4362,
      "end": 4363,
      "loc": {
        "start": {
          "line": 151,
          "column": 14
        },
        "end": {
          "line": 151,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4363,
      "end": 4364,
      "loc": {
        "start": {
          "line": 151,
          "column": 15
        },
        "end": {
          "line": 151,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4364,
      "end": 4365,
      "loc": {
        "start": {
          "line": 151,
          "column": 16
        },
        "end": {
          "line": 151,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4366,
      "end": 4368,
      "loc": {
        "start": {
          "line": 151,
          "column": 18
        },
        "end": {
          "line": 151,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4369,
      "end": 4370,
      "loc": {
        "start": {
          "line": 151,
          "column": 21
        },
        "end": {
          "line": 151,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4370,
      "end": 4371,
      "loc": {
        "start": {
          "line": 151,
          "column": 22
        },
        "end": {
          "line": 151,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4371,
      "end": 4372,
      "loc": {
        "start": {
          "line": 151,
          "column": 23
        },
        "end": {
          "line": 151,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4381,
      "end": 4382,
      "loc": {
        "start": {
          "line": 152,
          "column": 8
        },
        "end": {
          "line": 152,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reflect",
      "start": 4382,
      "end": 4389,
      "loc": {
        "start": {
          "line": 152,
          "column": 9
        },
        "end": {
          "line": 152,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4389,
      "end": 4390,
      "loc": {
        "start": {
          "line": 152,
          "column": 16
        },
        "end": {
          "line": 152,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4390,
      "end": 4391,
      "loc": {
        "start": {
          "line": 152,
          "column": 17
        },
        "end": {
          "line": 152,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4391,
      "end": 4392,
      "loc": {
        "start": {
          "line": 152,
          "column": 18
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 4400,
      "end": 4410,
      "loc": {
        "start": {
          "line": 154,
          "column": 6
        },
        "end": {
          "line": 154,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4410,
      "end": 4411,
      "loc": {
        "start": {
          "line": 154,
          "column": 16
        },
        "end": {
          "line": 154,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 4411,
      "end": 4415,
      "loc": {
        "start": {
          "line": 154,
          "column": 17
        },
        "end": {
          "line": 154,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4415,
      "end": 4416,
      "loc": {
        "start": {
          "line": 154,
          "column": 21
        },
        "end": {
          "line": 154,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valprom",
      "start": 4416,
      "end": 4423,
      "loc": {
        "start": {
          "line": 154,
          "column": 22
        },
        "end": {
          "line": 154,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4423,
      "end": 4424,
      "loc": {
        "start": {
          "line": 154,
          "column": 29
        },
        "end": {
          "line": 154,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4424,
      "end": 4425,
      "loc": {
        "start": {
          "line": 154,
          "column": 30
        },
        "end": {
          "line": 154,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4430,
      "end": 4431,
      "loc": {
        "start": {
          "line": 155,
          "column": 4
        },
        "end": {
          "line": 155,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4431,
      "end": 4432,
      "loc": {
        "start": {
          "line": 155,
          "column": 5
        },
        "end": {
          "line": 155,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4432,
      "end": 4433,
      "loc": {
        "start": {
          "line": 155,
          "column": 6
        },
        "end": {
          "line": 155,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4439,
      "end": 4445,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 4446,
      "end": 4453,
      "loc": {
        "start": {
          "line": 157,
          "column": 11
        },
        "end": {
          "line": 157,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4453,
      "end": 4454,
      "loc": {
        "start": {
          "line": 157,
          "column": 18
        },
        "end": {
          "line": 157,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 4454,
      "end": 4457,
      "loc": {
        "start": {
          "line": 157,
          "column": 19
        },
        "end": {
          "line": 157,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4457,
      "end": 4458,
      "loc": {
        "start": {
          "line": 157,
          "column": 22
        },
        "end": {
          "line": 157,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 4458,
      "end": 4468,
      "loc": {
        "start": {
          "line": 157,
          "column": 23
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4468,
      "end": 4469,
      "loc": {
        "start": {
          "line": 157,
          "column": 33
        },
        "end": {
          "line": 157,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4469,
      "end": 4470,
      "loc": {
        "start": {
          "line": 157,
          "column": 34
        },
        "end": {
          "line": 157,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4473,
      "end": 4474,
      "loc": {
        "start": {
          "line": 158,
          "column": 2
        },
        "end": {
          "line": 158,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Validate a single attribute with all the defined built-in validators.\n   *\n   * @param {*} value Anything.\n   * @param {string} field The field name.\n   * @return {Promise} A promise, will always resolve,\n   *   auto populates error on this.error local object.\n   * @private\n   ",
      "start": 4478,
      "end": 4767,
      "loc": {
        "start": {
          "line": 160,
          "column": 2
        },
        "end": {
          "line": 168,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_builtinAttrValidate",
      "start": 4770,
      "end": 4790,
      "loc": {
        "start": {
          "line": 169,
          "column": 2
        },
        "end": {
          "line": 169,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4790,
      "end": 4791,
      "loc": {
        "start": {
          "line": 169,
          "column": 22
        },
        "end": {
          "line": 169,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4791,
      "end": 4796,
      "loc": {
        "start": {
          "line": 169,
          "column": 23
        },
        "end": {
          "line": 169,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4796,
      "end": 4797,
      "loc": {
        "start": {
          "line": 169,
          "column": 28
        },
        "end": {
          "line": 169,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4798,
      "end": 4803,
      "loc": {
        "start": {
          "line": 169,
          "column": 30
        },
        "end": {
          "line": 169,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4803,
      "end": 4804,
      "loc": {
        "start": {
          "line": 169,
          "column": 35
        },
        "end": {
          "line": 169,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4805,
      "end": 4806,
      "loc": {
        "start": {
          "line": 169,
          "column": 37
        },
        "end": {
          "line": 169,
          "column": 38
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " check if value is null (if null not allowed the Schema pass will capture it)",
      "start": 4811,
      "end": 4890,
      "loc": {
        "start": {
          "line": 170,
          "column": 4
        },
        "end": {
          "line": 170,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4895,
      "end": 4897,
      "loc": {
        "start": {
          "line": 171,
          "column": 4
        },
        "end": {
          "line": 171,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4898,
      "end": 4899,
      "loc": {
        "start": {
          "line": 171,
          "column": 7
        },
        "end": {
          "line": 171,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4899,
      "end": 4904,
      "loc": {
        "start": {
          "line": 171,
          "column": 8
        },
        "end": {
          "line": 171,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4905,
      "end": 4908,
      "loc": {
        "start": {
          "line": 171,
          "column": 14
        },
        "end": {
          "line": 171,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4909,
      "end": 4913,
      "loc": {
        "start": {
          "line": 171,
          "column": 18
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4914,
      "end": 4916,
      "loc": {
        "start": {
          "line": 171,
          "column": 23
        },
        "end": {
          "line": 171,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 4917,
      "end": 4923,
      "loc": {
        "start": {
          "line": 171,
          "column": 26
        },
        "end": {
          "line": 171,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4924,
      "end": 4929,
      "loc": {
        "start": {
          "line": 171,
          "column": 33
        },
        "end": {
          "line": 171,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4930,
      "end": 4933,
      "loc": {
        "start": {
          "line": 171,
          "column": 39
        },
        "end": {
          "line": 171,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 4934,
      "end": 4945,
      "loc": {
        "start": {
          "line": 171,
          "column": 43
        },
        "end": {
          "line": 171,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4945,
      "end": 4946,
      "loc": {
        "start": {
          "line": 171,
          "column": 54
        },
        "end": {
          "line": 171,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4947,
      "end": 4948,
      "loc": {
        "start": {
          "line": 171,
          "column": 56
        },
        "end": {
          "line": 171,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4955,
      "end": 4961,
      "loc": {
        "start": {
          "line": 172,
          "column": 6
        },
        "end": {
          "line": 172,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 4962,
      "end": 4969,
      "loc": {
        "start": {
          "line": 172,
          "column": 13
        },
        "end": {
          "line": 172,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4969,
      "end": 4970,
      "loc": {
        "start": {
          "line": 172,
          "column": 20
        },
        "end": {
          "line": 172,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 4970,
      "end": 4977,
      "loc": {
        "start": {
          "line": 172,
          "column": 21
        },
        "end": {
          "line": 172,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4977,
      "end": 4978,
      "loc": {
        "start": {
          "line": 172,
          "column": 28
        },
        "end": {
          "line": 172,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4978,
      "end": 4979,
      "loc": {
        "start": {
          "line": 172,
          "column": 29
        },
        "end": {
          "line": 172,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 172,
          "column": 30
        },
        "end": {
          "line": 172,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4985,
      "end": 4986,
      "loc": {
        "start": {
          "line": 173,
          "column": 4
        },
        "end": {
          "line": 173,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Promisify each validator",
      "start": 4992,
      "end": 5019,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 175,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5024,
      "end": 5029,
      "loc": {
        "start": {
          "line": 176,
          "column": 4
        },
        "end": {
          "line": 176,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 5030,
      "end": 5040,
      "loc": {
        "start": {
          "line": 176,
          "column": 10
        },
        "end": {
          "line": 176,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5041,
      "end": 5042,
      "loc": {
        "start": {
          "line": 176,
          "column": 21
        },
        "end": {
          "line": 176,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5043,
      "end": 5044,
      "loc": {
        "start": {
          "line": 176,
          "column": 23
        },
        "end": {
          "line": 176,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5044,
      "end": 5045,
      "loc": {
        "start": {
          "line": 176,
          "column": 24
        },
        "end": {
          "line": 176,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5045,
      "end": 5046,
      "loc": {
        "start": {
          "line": 176,
          "column": 25
        },
        "end": {
          "line": 176,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 5051,
      "end": 5056,
      "loc": {
        "start": {
          "line": 177,
          "column": 4
        },
        "end": {
          "line": 177,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5056,
      "end": 5057,
      "loc": {
        "start": {
          "line": 177,
          "column": 9
        },
        "end": {
          "line": 177,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 5057,
      "end": 5058,
      "loc": {
        "start": {
          "line": 177,
          "column": 10
        },
        "end": {
          "line": 177,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5058,
      "end": 5059,
      "loc": {
        "start": {
          "line": 177,
          "column": 11
        },
        "end": {
          "line": 177,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forIn",
      "start": 5059,
      "end": 5064,
      "loc": {
        "start": {
          "line": 177,
          "column": 12
        },
        "end": {
          "line": 177,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5064,
      "end": 5065,
      "loc": {
        "start": {
          "line": 177,
          "column": 17
        },
        "end": {
          "line": 177,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5065,
      "end": 5069,
      "loc": {
        "start": {
          "line": 177,
          "column": 18
        },
        "end": {
          "line": 177,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5069,
      "end": 5070,
      "loc": {
        "start": {
          "line": 177,
          "column": 22
        },
        "end": {
          "line": 177,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 5070,
      "end": 5083,
      "loc": {
        "start": {
          "line": 177,
          "column": 23
        },
        "end": {
          "line": 177,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5083,
      "end": 5084,
      "loc": {
        "start": {
          "line": 177,
          "column": 36
        },
        "end": {
          "line": 177,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 5084,
      "end": 5094,
      "loc": {
        "start": {
          "line": 177,
          "column": 37
        },
        "end": {
          "line": 177,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5094,
      "end": 5095,
      "loc": {
        "start": {
          "line": 177,
          "column": 47
        },
        "end": {
          "line": 177,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5095,
      "end": 5100,
      "loc": {
        "start": {
          "line": 177,
          "column": 48
        },
        "end": {
          "line": 177,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5100,
      "end": 5101,
      "loc": {
        "start": {
          "line": 177,
          "column": 53
        },
        "end": {
          "line": 177,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5101,
      "end": 5102,
      "loc": {
        "start": {
          "line": 177,
          "column": 54
        },
        "end": {
          "line": 177,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5103,
      "end": 5104,
      "loc": {
        "start": {
          "line": 177,
          "column": 56
        },
        "end": {
          "line": 177,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5104,
      "end": 5108,
      "loc": {
        "start": {
          "line": 177,
          "column": 57
        },
        "end": {
          "line": 177,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5108,
      "end": 5109,
      "loc": {
        "start": {
          "line": 177,
          "column": 61
        },
        "end": {
          "line": 177,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 5110,
      "end": 5123,
      "loc": {
        "start": {
          "line": 177,
          "column": 63
        },
        "end": {
          "line": 177,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5123,
      "end": 5124,
      "loc": {
        "start": {
          "line": 177,
          "column": 76
        },
        "end": {
          "line": 177,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5125,
      "end": 5127,
      "loc": {
        "start": {
          "line": 177,
          "column": 78
        },
        "end": {
          "line": 177,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5128,
      "end": 5129,
      "loc": {
        "start": {
          "line": 177,
          "column": 81
        },
        "end": {
          "line": 177,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5137,
      "end": 5139,
      "loc": {
        "start": {
          "line": 179,
          "column": 6
        },
        "end": {
          "line": 179,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5140,
      "end": 5141,
      "loc": {
        "start": {
          "line": 179,
          "column": 9
        },
        "end": {
          "line": 179,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5141,
      "end": 5142,
      "loc": {
        "start": {
          "line": 179,
          "column": 10
        },
        "end": {
          "line": 179,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "isUrl",
      "start": 5142,
      "end": 5149,
      "loc": {
        "start": {
          "line": 179,
          "column": 11
        },
        "end": {
          "line": 179,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5149,
      "end": 5150,
      "loc": {
        "start": {
          "line": 179,
          "column": 18
        },
        "end": {
          "line": 179,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "isURL",
      "start": 5151,
      "end": 5158,
      "loc": {
        "start": {
          "line": 179,
          "column": 20
        },
        "end": {
          "line": 179,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5158,
      "end": 5159,
      "loc": {
        "start": {
          "line": 179,
          "column": 27
        },
        "end": {
          "line": 179,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "isEmail",
      "start": 5160,
      "end": 5169,
      "loc": {
        "start": {
          "line": 179,
          "column": 29
        },
        "end": {
          "line": 179,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5169,
      "end": 5170,
      "loc": {
        "start": {
          "line": 179,
          "column": 38
        },
        "end": {
          "line": 179,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5170,
      "end": 5171,
      "loc": {
        "start": {
          "line": 179,
          "column": 39
        },
        "end": {
          "line": 179,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 5171,
      "end": 5178,
      "loc": {
        "start": {
          "line": 179,
          "column": 40
        },
        "end": {
          "line": 179,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 179,
          "column": 47
        },
        "end": {
          "line": 179,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 5179,
      "end": 5192,
      "loc": {
        "start": {
          "line": 179,
          "column": 48
        },
        "end": {
          "line": 179,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5192,
      "end": 5193,
      "loc": {
        "start": {
          "line": 179,
          "column": 61
        },
        "end": {
          "line": 179,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5194,
      "end": 5197,
      "loc": {
        "start": {
          "line": 179,
          "column": 63
        },
        "end": {
          "line": 179,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5198,
      "end": 5199,
      "loc": {
        "start": {
          "line": 179,
          "column": 67
        },
        "end": {
          "line": 179,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5199,
      "end": 5200,
      "loc": {
        "start": {
          "line": 179,
          "column": 68
        },
        "end": {
          "line": 179,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5200,
      "end": 5201,
      "loc": {
        "start": {
          "line": 179,
          "column": 69
        },
        "end": {
          "line": 179,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5202,
      "end": 5203,
      "loc": {
        "start": {
          "line": 179,
          "column": 71
        },
        "end": {
          "line": 179,
          "column": 72
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Preserve backwards compat. Validator.js now expects the second param to isURL and isEmail to be an object",
      "start": 5212,
      "end": 5320,
      "loc": {
        "start": {
          "line": 180,
          "column": 8
        },
        "end": {
          "line": 180,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5329,
      "end": 5331,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5332,
      "end": 5333,
      "loc": {
        "start": {
          "line": 181,
          "column": 11
        },
        "end": {
          "line": 181,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 5333,
      "end": 5339,
      "loc": {
        "start": {
          "line": 181,
          "column": 12
        },
        "end": {
          "line": 181,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5340,
      "end": 5344,
      "loc": {
        "start": {
          "line": 181,
          "column": 19
        },
        "end": {
          "line": 181,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5345,
      "end": 5348,
      "loc": {
        "start": {
          "line": 181,
          "column": 24
        },
        "end": {
          "line": 181,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "object",
      "start": 5349,
      "end": 5357,
      "loc": {
        "start": {
          "line": 181,
          "column": 28
        },
        "end": {
          "line": 181,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5358,
      "end": 5360,
      "loc": {
        "start": {
          "line": 181,
          "column": 37
        },
        "end": {
          "line": 181,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5361,
      "end": 5365,
      "loc": {
        "start": {
          "line": 181,
          "column": 40
        },
        "end": {
          "line": 181,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5366,
      "end": 5369,
      "loc": {
        "start": {
          "line": 181,
          "column": 45
        },
        "end": {
          "line": 181,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 5370,
      "end": 5374,
      "loc": {
        "start": {
          "line": 181,
          "column": 49
        },
        "end": {
          "line": 181,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5375,
      "end": 5377,
      "loc": {
        "start": {
          "line": 181,
          "column": 54
        },
        "end": {
          "line": 181,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5378,
      "end": 5382,
      "loc": {
        "start": {
          "line": 181,
          "column": 57
        },
        "end": {
          "line": 181,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5382,
      "end": 5383,
      "loc": {
        "start": {
          "line": 181,
          "column": 61
        },
        "end": {
          "line": 181,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 5383,
      "end": 5386,
      "loc": {
        "start": {
          "line": 181,
          "column": 62
        },
        "end": {
          "line": 181,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 181,
          "column": 65
        },
        "end": {
          "line": 181,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5388,
      "end": 5389,
      "loc": {
        "start": {
          "line": 181,
          "column": 67
        },
        "end": {
          "line": 181,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5400,
      "end": 5404,
      "loc": {
        "start": {
          "line": 182,
          "column": 10
        },
        "end": {
          "line": 182,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5405,
      "end": 5406,
      "loc": {
        "start": {
          "line": 182,
          "column": 15
        },
        "end": {
          "line": 182,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5407,
      "end": 5408,
      "loc": {
        "start": {
          "line": 182,
          "column": 17
        },
        "end": {
          "line": 182,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 5421,
      "end": 5424,
      "loc": {
        "start": {
          "line": 183,
          "column": 12
        },
        "end": {
          "line": 183,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5424,
      "end": 5425,
      "loc": {
        "start": {
          "line": 183,
          "column": 15
        },
        "end": {
          "line": 183,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5426,
      "end": 5430,
      "loc": {
        "start": {
          "line": 183,
          "column": 17
        },
        "end": {
          "line": 183,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5430,
      "end": 5431,
      "loc": {
        "start": {
          "line": 183,
          "column": 21
        },
        "end": {
          "line": 183,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 5431,
      "end": 5434,
      "loc": {
        "start": {
          "line": 183,
          "column": 22
        },
        "end": {
          "line": 183,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5445,
      "end": 5446,
      "loc": {
        "start": {
          "line": 184,
          "column": 10
        },
        "end": {
          "line": 184,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5446,
      "end": 5447,
      "loc": {
        "start": {
          "line": 184,
          "column": 11
        },
        "end": {
          "line": 184,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5456,
      "end": 5457,
      "loc": {
        "start": {
          "line": 185,
          "column": 8
        },
        "end": {
          "line": 185,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5458,
      "end": 5462,
      "loc": {
        "start": {
          "line": 185,
          "column": 10
        },
        "end": {
          "line": 185,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5463,
      "end": 5465,
      "loc": {
        "start": {
          "line": 185,
          "column": 15
        },
        "end": {
          "line": 185,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5466,
      "end": 5467,
      "loc": {
        "start": {
          "line": 185,
          "column": 18
        },
        "end": {
          "line": 185,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5467,
      "end": 5471,
      "loc": {
        "start": {
          "line": 185,
          "column": 19
        },
        "end": {
          "line": 185,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5472,
      "end": 5475,
      "loc": {
        "start": {
          "line": 185,
          "column": 24
        },
        "end": {
          "line": 185,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5476,
      "end": 5480,
      "loc": {
        "start": {
          "line": 185,
          "column": 28
        },
        "end": {
          "line": 185,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5480,
      "end": 5481,
      "loc": {
        "start": {
          "line": 185,
          "column": 32
        },
        "end": {
          "line": 185,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5482,
      "end": 5483,
      "loc": {
        "start": {
          "line": 185,
          "column": 34
        },
        "end": {
          "line": 185,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5494,
      "end": 5498,
      "loc": {
        "start": {
          "line": 186,
          "column": 10
        },
        "end": {
          "line": 186,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5499,
      "end": 5500,
      "loc": {
        "start": {
          "line": 186,
          "column": 15
        },
        "end": {
          "line": 186,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5501,
      "end": 5502,
      "loc": {
        "start": {
          "line": 186,
          "column": 17
        },
        "end": {
          "line": 186,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5502,
      "end": 5503,
      "loc": {
        "start": {
          "line": 186,
          "column": 18
        },
        "end": {
          "line": 186,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5503,
      "end": 5504,
      "loc": {
        "start": {
          "line": 186,
          "column": 19
        },
        "end": {
          "line": 186,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5513,
      "end": 5514,
      "loc": {
        "start": {
          "line": 187,
          "column": 8
        },
        "end": {
          "line": 187,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5521,
      "end": 5522,
      "loc": {
        "start": {
          "line": 188,
          "column": 6
        },
        "end": {
          "line": 188,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Check for custom validator.",
      "start": 5530,
      "end": 5560,
      "loc": {
        "start": {
          "line": 190,
          "column": 6
        },
        "end": {
          "line": 190,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5567,
      "end": 5569,
      "loc": {
        "start": {
          "line": 191,
          "column": 6
        },
        "end": {
          "line": 191,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5570,
      "end": 5571,
      "loc": {
        "start": {
          "line": 191,
          "column": 9
        },
        "end": {
          "line": 191,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 5571,
      "end": 5577,
      "loc": {
        "start": {
          "line": 191,
          "column": 10
        },
        "end": {
          "line": 191,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5578,
      "end": 5582,
      "loc": {
        "start": {
          "line": 191,
          "column": 17
        },
        "end": {
          "line": 191,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5583,
      "end": 5586,
      "loc": {
        "start": {
          "line": 191,
          "column": 22
        },
        "end": {
          "line": 191,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "function",
      "start": 5587,
      "end": 5597,
      "loc": {
        "start": {
          "line": 191,
          "column": 26
        },
        "end": {
          "line": 191,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5597,
      "end": 5598,
      "loc": {
        "start": {
          "line": 191,
          "column": 36
        },
        "end": {
          "line": 191,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5599,
      "end": 5600,
      "loc": {
        "start": {
          "line": 191,
          "column": 38
        },
        "end": {
          "line": 191,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5609,
      "end": 5615,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 5616,
      "end": 5626,
      "loc": {
        "start": {
          "line": 192,
          "column": 15
        },
        "end": {
          "line": 192,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5626,
      "end": 5627,
      "loc": {
        "start": {
          "line": 192,
          "column": 25
        },
        "end": {
          "line": 192,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 5627,
      "end": 5631,
      "loc": {
        "start": {
          "line": 192,
          "column": 26
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5631,
      "end": 5632,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5632,
      "end": 5636,
      "loc": {
        "start": {
          "line": 192,
          "column": 31
        },
        "end": {
          "line": 192,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5636,
      "end": 5637,
      "loc": {
        "start": {
          "line": 192,
          "column": 35
        },
        "end": {
          "line": 192,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_invokeCustomValidator",
      "start": 5637,
      "end": 5659,
      "loc": {
        "start": {
          "line": 192,
          "column": 36
        },
        "end": {
          "line": 192,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5659,
      "end": 5660,
      "loc": {
        "start": {
          "line": 192,
          "column": 58
        },
        "end": {
          "line": 192,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5660,
      "end": 5664,
      "loc": {
        "start": {
          "line": 192,
          "column": 59
        },
        "end": {
          "line": 192,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5664,
      "end": 5665,
      "loc": {
        "start": {
          "line": 192,
          "column": 63
        },
        "end": {
          "line": 192,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 5666,
      "end": 5679,
      "loc": {
        "start": {
          "line": 192,
          "column": 65
        },
        "end": {
          "line": 192,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5679,
      "end": 5680,
      "loc": {
        "start": {
          "line": 192,
          "column": 78
        },
        "end": {
          "line": 192,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5681,
      "end": 5685,
      "loc": {
        "start": {
          "line": 192,
          "column": 80
        },
        "end": {
          "line": 192,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5685,
      "end": 5686,
      "loc": {
        "start": {
          "line": 192,
          "column": 84
        },
        "end": {
          "line": 192,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5687,
      "end": 5692,
      "loc": {
        "start": {
          "line": 192,
          "column": 86
        },
        "end": {
          "line": 192,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5692,
      "end": 5693,
      "loc": {
        "start": {
          "line": 192,
          "column": 91
        },
        "end": {
          "line": 192,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5694,
      "end": 5699,
      "loc": {
        "start": {
          "line": 192,
          "column": 93
        },
        "end": {
          "line": 192,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5699,
      "end": 5700,
      "loc": {
        "start": {
          "line": 192,
          "column": 98
        },
        "end": {
          "line": 192,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5700,
      "end": 5701,
      "loc": {
        "start": {
          "line": 192,
          "column": 99
        },
        "end": {
          "line": 192,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reflect",
      "start": 5701,
      "end": 5708,
      "loc": {
        "start": {
          "line": 192,
          "column": 100
        },
        "end": {
          "line": 192,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5708,
      "end": 5709,
      "loc": {
        "start": {
          "line": 192,
          "column": 107
        },
        "end": {
          "line": 192,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 192,
          "column": 108
        },
        "end": {
          "line": 192,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5710,
      "end": 5711,
      "loc": {
        "start": {
          "line": 192,
          "column": 109
        },
        "end": {
          "line": 192,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5711,
      "end": 5712,
      "loc": {
        "start": {
          "line": 192,
          "column": 110
        },
        "end": {
          "line": 192,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5719,
      "end": 5720,
      "loc": {
        "start": {
          "line": 193,
          "column": 6
        },
        "end": {
          "line": 193,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5728,
      "end": 5733,
      "loc": {
        "start": {
          "line": 195,
          "column": 6
        },
        "end": {
          "line": 195,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorPromise",
      "start": 5734,
      "end": 5750,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5751,
      "end": 5752,
      "loc": {
        "start": {
          "line": 195,
          "column": 29
        },
        "end": {
          "line": 195,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5753,
      "end": 5757,
      "loc": {
        "start": {
          "line": 195,
          "column": 31
        },
        "end": {
          "line": 195,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5757,
      "end": 5758,
      "loc": {
        "start": {
          "line": 195,
          "column": 35
        },
        "end": {
          "line": 195,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_invokeBuiltinValidator",
      "start": 5758,
      "end": 5781,
      "loc": {
        "start": {
          "line": 195,
          "column": 36
        },
        "end": {
          "line": 195,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5781,
      "end": 5782,
      "loc": {
        "start": {
          "line": 195,
          "column": 59
        },
        "end": {
          "line": 195,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5782,
      "end": 5787,
      "loc": {
        "start": {
          "line": 195,
          "column": 60
        },
        "end": {
          "line": 195,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5787,
      "end": 5788,
      "loc": {
        "start": {
          "line": 195,
          "column": 65
        },
        "end": {
          "line": 195,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5789,
      "end": 5793,
      "loc": {
        "start": {
          "line": 195,
          "column": 67
        },
        "end": {
          "line": 195,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5793,
      "end": 5794,
      "loc": {
        "start": {
          "line": 195,
          "column": 71
        },
        "end": {
          "line": 195,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 5795,
      "end": 5808,
      "loc": {
        "start": {
          "line": 195,
          "column": 73
        },
        "end": {
          "line": 195,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5808,
      "end": 5809,
      "loc": {
        "start": {
          "line": 195,
          "column": 86
        },
        "end": {
          "line": 195,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5810,
      "end": 5815,
      "loc": {
        "start": {
          "line": 195,
          "column": 88
        },
        "end": {
          "line": 195,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5815,
      "end": 5816,
      "loc": {
        "start": {
          "line": 195,
          "column": 93
        },
        "end": {
          "line": 195,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5816,
      "end": 5817,
      "loc": {
        "start": {
          "line": 195,
          "column": 94
        },
        "end": {
          "line": 195,
          "column": 95
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " errors are handled in settling, stub this",
      "start": 5824,
      "end": 5868,
      "loc": {
        "start": {
          "line": 196,
          "column": 6
        },
        "end": {
          "line": 196,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorPromise",
      "start": 5875,
      "end": 5891,
      "loc": {
        "start": {
          "line": 197,
          "column": 6
        },
        "end": {
          "line": 197,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5891,
      "end": 5892,
      "loc": {
        "start": {
          "line": 197,
          "column": 22
        },
        "end": {
          "line": 197,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 5892,
      "end": 5897,
      "loc": {
        "start": {
          "line": 197,
          "column": 23
        },
        "end": {
          "line": 197,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5897,
      "end": 5898,
      "loc": {
        "start": {
          "line": 197,
          "column": 28
        },
        "end": {
          "line": 197,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5898,
      "end": 5899,
      "loc": {
        "start": {
          "line": 197,
          "column": 29
        },
        "end": {
          "line": 197,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5899,
      "end": 5900,
      "loc": {
        "start": {
          "line": 197,
          "column": 30
        },
        "end": {
          "line": 197,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5901,
      "end": 5903,
      "loc": {
        "start": {
          "line": 197,
          "column": 32
        },
        "end": {
          "line": 197,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5904,
      "end": 5905,
      "loc": {
        "start": {
          "line": 197,
          "column": 35
        },
        "end": {
          "line": 197,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5905,
      "end": 5906,
      "loc": {
        "start": {
          "line": 197,
          "column": 36
        },
        "end": {
          "line": 197,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5906,
      "end": 5907,
      "loc": {
        "start": {
          "line": 197,
          "column": 37
        },
        "end": {
          "line": 197,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5907,
      "end": 5908,
      "loc": {
        "start": {
          "line": 197,
          "column": 38
        },
        "end": {
          "line": 197,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 5915,
      "end": 5925,
      "loc": {
        "start": {
          "line": 198,
          "column": 6
        },
        "end": {
          "line": 198,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5925,
      "end": 5926,
      "loc": {
        "start": {
          "line": 198,
          "column": 16
        },
        "end": {
          "line": 198,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 5926,
      "end": 5930,
      "loc": {
        "start": {
          "line": 198,
          "column": 17
        },
        "end": {
          "line": 198,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5930,
      "end": 5931,
      "loc": {
        "start": {
          "line": 198,
          "column": 21
        },
        "end": {
          "line": 198,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorPromise",
      "start": 5931,
      "end": 5947,
      "loc": {
        "start": {
          "line": 198,
          "column": 22
        },
        "end": {
          "line": 198,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5947,
      "end": 5948,
      "loc": {
        "start": {
          "line": 198,
          "column": 38
        },
        "end": {
          "line": 198,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reflect",
      "start": 5948,
      "end": 5955,
      "loc": {
        "start": {
          "line": 198,
          "column": 39
        },
        "end": {
          "line": 198,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5955,
      "end": 5956,
      "loc": {
        "start": {
          "line": 198,
          "column": 46
        },
        "end": {
          "line": 198,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5956,
      "end": 5957,
      "loc": {
        "start": {
          "line": 198,
          "column": 47
        },
        "end": {
          "line": 198,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5957,
      "end": 5958,
      "loc": {
        "start": {
          "line": 198,
          "column": 48
        },
        "end": {
          "line": 198,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5958,
      "end": 5959,
      "loc": {
        "start": {
          "line": 198,
          "column": 49
        },
        "end": {
          "line": 198,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5964,
      "end": 5965,
      "loc": {
        "start": {
          "line": 199,
          "column": 4
        },
        "end": {
          "line": 199,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5965,
      "end": 5966,
      "loc": {
        "start": {
          "line": 199,
          "column": 5
        },
        "end": {
          "line": 199,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5966,
      "end": 5967,
      "loc": {
        "start": {
          "line": 199,
          "column": 6
        },
        "end": {
          "line": 199,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5973,
      "end": 5979,
      "loc": {
        "start": {
          "line": 201,
          "column": 4
        },
        "end": {
          "line": 201,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 5980,
      "end": 5987,
      "loc": {
        "start": {
          "line": 201,
          "column": 11
        },
        "end": {
          "line": 201,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6000,
      "end": 6001,
      "loc": {
        "start": {
          "line": 202,
          "column": 12
        },
        "end": {
          "line": 202,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 6001,
      "end": 6004,
      "loc": {
        "start": {
          "line": 202,
          "column": 13
        },
        "end": {
          "line": 202,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6004,
      "end": 6005,
      "loc": {
        "start": {
          "line": 202,
          "column": 16
        },
        "end": {
          "line": 202,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 6005,
      "end": 6015,
      "loc": {
        "start": {
          "line": 202,
          "column": 17
        },
        "end": {
          "line": 202,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6015,
      "end": 6016,
      "loc": {
        "start": {
          "line": 202,
          "column": 27
        },
        "end": {
          "line": 202,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6029,
      "end": 6030,
      "loc": {
        "start": {
          "line": 203,
          "column": 12
        },
        "end": {
          "line": 203,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 6030,
      "end": 6034,
      "loc": {
        "start": {
          "line": 203,
          "column": 13
        },
        "end": {
          "line": 203,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6034,
      "end": 6035,
      "loc": {
        "start": {
          "line": 203,
          "column": 17
        },
        "end": {
          "line": 203,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 6035,
      "end": 6042,
      "loc": {
        "start": {
          "line": 203,
          "column": 18
        },
        "end": {
          "line": 203,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6043,
      "end": 6045,
      "loc": {
        "start": {
          "line": 203,
          "column": 26
        },
        "end": {
          "line": 203,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6046,
      "end": 6050,
      "loc": {
        "start": {
          "line": 203,
          "column": 29
        },
        "end": {
          "line": 203,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6050,
      "end": 6051,
      "loc": {
        "start": {
          "line": 203,
          "column": 33
        },
        "end": {
          "line": 203,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_handleReflectedResult",
      "start": 6051,
      "end": 6073,
      "loc": {
        "start": {
          "line": 203,
          "column": 34
        },
        "end": {
          "line": 203,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6073,
      "end": 6074,
      "loc": {
        "start": {
          "line": 203,
          "column": 56
        },
        "end": {
          "line": 203,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 6074,
      "end": 6079,
      "loc": {
        "start": {
          "line": 203,
          "column": 57
        },
        "end": {
          "line": 203,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6079,
      "end": 6080,
      "loc": {
        "start": {
          "line": 203,
          "column": 62
        },
        "end": {
          "line": 203,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6081,
      "end": 6086,
      "loc": {
        "start": {
          "line": 203,
          "column": 64
        },
        "end": {
          "line": 203,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6086,
      "end": 6087,
      "loc": {
        "start": {
          "line": 203,
          "column": 69
        },
        "end": {
          "line": 203,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 6088,
      "end": 6095,
      "loc": {
        "start": {
          "line": 203,
          "column": 71
        },
        "end": {
          "line": 203,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6095,
      "end": 6096,
      "loc": {
        "start": {
          "line": 203,
          "column": 78
        },
        "end": {
          "line": 203,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6096,
      "end": 6097,
      "loc": {
        "start": {
          "line": 203,
          "column": 79
        },
        "end": {
          "line": 203,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6097,
      "end": 6098,
      "loc": {
        "start": {
          "line": 203,
          "column": 80
        },
        "end": {
          "line": 203,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6101,
      "end": 6102,
      "loc": {
        "start": {
          "line": 204,
          "column": 2
        },
        "end": {
          "line": 204,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Prepare and invoke a custom validator.\n   *\n   * @param {Function} validator The custom validator.\n   * @param {string} validatorType the custom validator type (name).\n   * @param {boolean=} optAttrDefined Set to true if custom validator was defined\n   *   from the Attribute\n   * @return {Promise} A promise.\n   * @private\n   ",
      "start": 6106,
      "end": 6444,
      "loc": {
        "start": {
          "line": 206,
          "column": 2
        },
        "end": {
          "line": 215,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_invokeCustomValidator",
      "start": 6447,
      "end": 6469,
      "loc": {
        "start": {
          "line": 216,
          "column": 2
        },
        "end": {
          "line": 216,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6469,
      "end": 6470,
      "loc": {
        "start": {
          "line": 216,
          "column": 24
        },
        "end": {
          "line": 216,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 6470,
      "end": 6479,
      "loc": {
        "start": {
          "line": 216,
          "column": 25
        },
        "end": {
          "line": 216,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6479,
      "end": 6480,
      "loc": {
        "start": {
          "line": 216,
          "column": 34
        },
        "end": {
          "line": 216,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 6481,
      "end": 6494,
      "loc": {
        "start": {
          "line": 216,
          "column": 36
        },
        "end": {
          "line": 216,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6494,
      "end": 6495,
      "loc": {
        "start": {
          "line": 216,
          "column": 49
        },
        "end": {
          "line": 216,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optAttrDefined",
      "start": 6496,
      "end": 6510,
      "loc": {
        "start": {
          "line": 216,
          "column": 51
        },
        "end": {
          "line": 216,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6510,
      "end": 6511,
      "loc": {
        "start": {
          "line": 216,
          "column": 65
        },
        "end": {
          "line": 216,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optValue",
      "start": 6512,
      "end": 6520,
      "loc": {
        "start": {
          "line": 216,
          "column": 67
        },
        "end": {
          "line": 216,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6520,
      "end": 6521,
      "loc": {
        "start": {
          "line": 216,
          "column": 75
        },
        "end": {
          "line": 216,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optField",
      "start": 6522,
      "end": 6530,
      "loc": {
        "start": {
          "line": 216,
          "column": 77
        },
        "end": {
          "line": 216,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6530,
      "end": 6531,
      "loc": {
        "start": {
          "line": 216,
          "column": 85
        },
        "end": {
          "line": 216,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6532,
      "end": 6533,
      "loc": {
        "start": {
          "line": 216,
          "column": 87
        },
        "end": {
          "line": 216,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6538,
      "end": 6541,
      "loc": {
        "start": {
          "line": 217,
          "column": 4
        },
        "end": {
          "line": 217,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorFunction",
      "start": 6542,
      "end": 6559,
      "loc": {
        "start": {
          "line": 217,
          "column": 8
        },
        "end": {
          "line": 217,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6560,
      "end": 6561,
      "loc": {
        "start": {
          "line": 217,
          "column": 26
        },
        "end": {
          "line": 217,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 6562,
      "end": 6566,
      "loc": {
        "start": {
          "line": 217,
          "column": 28
        },
        "end": {
          "line": 217,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6566,
      "end": 6567,
      "loc": {
        "start": {
          "line": 217,
          "column": 32
        },
        "end": {
          "line": 217,
          "column": 33
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " the validation function to call",
      "start": 6569,
      "end": 6603,
      "loc": {
        "start": {
          "line": 217,
          "column": 35
        },
        "end": {
          "line": 217,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6608,
      "end": 6611,
      "loc": {
        "start": {
          "line": 218,
          "column": 4
        },
        "end": {
          "line": 218,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isAsync",
      "start": 6612,
      "end": 6619,
      "loc": {
        "start": {
          "line": 218,
          "column": 8
        },
        "end": {
          "line": 218,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6620,
      "end": 6621,
      "loc": {
        "start": {
          "line": 218,
          "column": 16
        },
        "end": {
          "line": 218,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 6622,
      "end": 6627,
      "loc": {
        "start": {
          "line": 218,
          "column": 18
        },
        "end": {
          "line": 218,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6627,
      "end": 6628,
      "loc": {
        "start": {
          "line": 218,
          "column": 23
        },
        "end": {
          "line": 218,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6634,
      "end": 6639,
      "loc": {
        "start": {
          "line": 220,
          "column": 4
        },
        "end": {
          "line": 220,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArity",
      "start": 6640,
      "end": 6654,
      "loc": {
        "start": {
          "line": 220,
          "column": 10
        },
        "end": {
          "line": 220,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6655,
      "end": 6656,
      "loc": {
        "start": {
          "line": 220,
          "column": 25
        },
        "end": {
          "line": 220,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 6657,
      "end": 6666,
      "loc": {
        "start": {
          "line": 220,
          "column": 27
        },
        "end": {
          "line": 220,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6666,
      "end": 6667,
      "loc": {
        "start": {
          "line": 220,
          "column": 36
        },
        "end": {
          "line": 220,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6667,
      "end": 6673,
      "loc": {
        "start": {
          "line": 220,
          "column": 37
        },
        "end": {
          "line": 220,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6673,
      "end": 6674,
      "loc": {
        "start": {
          "line": 220,
          "column": 43
        },
        "end": {
          "line": 220,
          "column": 44
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " check if validator is async and requires a callback",
      "start": 6679,
      "end": 6733,
      "loc": {
        "start": {
          "line": 221,
          "column": 4
        },
        "end": {
          "line": 221,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6738,
      "end": 6741,
      "loc": {
        "start": {
          "line": 222,
          "column": 4
        },
        "end": {
          "line": 222,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "asyncArity",
      "start": 6742,
      "end": 6752,
      "loc": {
        "start": {
          "line": 222,
          "column": 8
        },
        "end": {
          "line": 222,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6753,
      "end": 6754,
      "loc": {
        "start": {
          "line": 222,
          "column": 19
        },
        "end": {
          "line": 222,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6755,
      "end": 6756,
      "loc": {
        "start": {
          "line": 222,
          "column": 21
        },
        "end": {
          "line": 222,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6756,
      "end": 6757,
      "loc": {
        "start": {
          "line": 222,
          "column": 22
        },
        "end": {
          "line": 222,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6762,
      "end": 6765,
      "loc": {
        "start": {
          "line": 223,
          "column": 4
        },
        "end": {
          "line": 223,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errorKey",
      "start": 6766,
      "end": 6774,
      "loc": {
        "start": {
          "line": 223,
          "column": 8
        },
        "end": {
          "line": 223,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6775,
      "end": 6776,
      "loc": {
        "start": {
          "line": 223,
          "column": 17
        },
        "end": {
          "line": 223,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 6777,
      "end": 6790,
      "loc": {
        "start": {
          "line": 223,
          "column": 19
        },
        "end": {
          "line": 223,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6790,
      "end": 6791,
      "loc": {
        "start": {
          "line": 223,
          "column": 32
        },
        "end": {
          "line": 223,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6796,
      "end": 6799,
      "loc": {
        "start": {
          "line": 224,
          "column": 4
        },
        "end": {
          "line": 224,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "invokeArgs",
      "start": 6800,
      "end": 6810,
      "loc": {
        "start": {
          "line": 224,
          "column": 8
        },
        "end": {
          "line": 224,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6810,
      "end": 6811,
      "loc": {
        "start": {
          "line": 224,
          "column": 18
        },
        "end": {
          "line": 224,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6816,
      "end": 6818,
      "loc": {
        "start": {
          "line": 225,
          "column": 4
        },
        "end": {
          "line": 225,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6819,
      "end": 6820,
      "loc": {
        "start": {
          "line": 225,
          "column": 7
        },
        "end": {
          "line": 225,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optAttrDefined",
      "start": 6820,
      "end": 6834,
      "loc": {
        "start": {
          "line": 225,
          "column": 8
        },
        "end": {
          "line": 225,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6834,
      "end": 6835,
      "loc": {
        "start": {
          "line": 225,
          "column": 22
        },
        "end": {
          "line": 225,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6836,
      "end": 6837,
      "loc": {
        "start": {
          "line": 225,
          "column": 24
        },
        "end": {
          "line": 225,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "asyncArity",
      "start": 6844,
      "end": 6854,
      "loc": {
        "start": {
          "line": 226,
          "column": 6
        },
        "end": {
          "line": 226,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6855,
      "end": 6856,
      "loc": {
        "start": {
          "line": 226,
          "column": 17
        },
        "end": {
          "line": 226,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6857,
      "end": 6858,
      "loc": {
        "start": {
          "line": 226,
          "column": 19
        },
        "end": {
          "line": 226,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6858,
      "end": 6859,
      "loc": {
        "start": {
          "line": 226,
          "column": 20
        },
        "end": {
          "line": 226,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "invokeArgs",
      "start": 6866,
      "end": 6876,
      "loc": {
        "start": {
          "line": 227,
          "column": 6
        },
        "end": {
          "line": 227,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6877,
      "end": 6878,
      "loc": {
        "start": {
          "line": 227,
          "column": 17
        },
        "end": {
          "line": 227,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optValue",
      "start": 6879,
      "end": 6887,
      "loc": {
        "start": {
          "line": 227,
          "column": 19
        },
        "end": {
          "line": 227,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6887,
      "end": 6888,
      "loc": {
        "start": {
          "line": 227,
          "column": 27
        },
        "end": {
          "line": 227,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errorKey",
      "start": 6895,
      "end": 6903,
      "loc": {
        "start": {
          "line": 228,
          "column": 6
        },
        "end": {
          "line": 228,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6904,
      "end": 6905,
      "loc": {
        "start": {
          "line": 228,
          "column": 15
        },
        "end": {
          "line": 228,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optField",
      "start": 6906,
      "end": 6914,
      "loc": {
        "start": {
          "line": 228,
          "column": 17
        },
        "end": {
          "line": 228,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6914,
      "end": 6915,
      "loc": {
        "start": {
          "line": 228,
          "column": 25
        },
        "end": {
          "line": 228,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6920,
      "end": 6921,
      "loc": {
        "start": {
          "line": 229,
          "column": 4
        },
        "end": {
          "line": 229,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6926,
      "end": 6928,
      "loc": {
        "start": {
          "line": 230,
          "column": 4
        },
        "end": {
          "line": 230,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6929,
      "end": 6930,
      "loc": {
        "start": {
          "line": 230,
          "column": 7
        },
        "end": {
          "line": 230,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArity",
      "start": 6930,
      "end": 6944,
      "loc": {
        "start": {
          "line": 230,
          "column": 8
        },
        "end": {
          "line": 230,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6945,
      "end": 6948,
      "loc": {
        "start": {
          "line": 230,
          "column": 23
        },
        "end": {
          "line": 230,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "asyncArity",
      "start": 6949,
      "end": 6959,
      "loc": {
        "start": {
          "line": 230,
          "column": 27
        },
        "end": {
          "line": 230,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6959,
      "end": 6960,
      "loc": {
        "start": {
          "line": 230,
          "column": 37
        },
        "end": {
          "line": 230,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6961,
      "end": 6962,
      "loc": {
        "start": {
          "line": 230,
          "column": 39
        },
        "end": {
          "line": 230,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isAsync",
      "start": 6969,
      "end": 6976,
      "loc": {
        "start": {
          "line": 231,
          "column": 6
        },
        "end": {
          "line": 231,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6977,
      "end": 6978,
      "loc": {
        "start": {
          "line": 231,
          "column": 14
        },
        "end": {
          "line": 231,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 6979,
      "end": 6983,
      "loc": {
        "start": {
          "line": 231,
          "column": 16
        },
        "end": {
          "line": 231,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6983,
      "end": 6984,
      "loc": {
        "start": {
          "line": 231,
          "column": 20
        },
        "end": {
          "line": 231,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6989,
      "end": 6990,
      "loc": {
        "start": {
          "line": 232,
          "column": 4
        },
        "end": {
          "line": 232,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6996,
      "end": 6998,
      "loc": {
        "start": {
          "line": 234,
          "column": 4
        },
        "end": {
          "line": 234,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6999,
      "end": 7000,
      "loc": {
        "start": {
          "line": 234,
          "column": 7
        },
        "end": {
          "line": 234,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isAsync",
      "start": 7000,
      "end": 7007,
      "loc": {
        "start": {
          "line": 234,
          "column": 8
        },
        "end": {
          "line": 234,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7007,
      "end": 7008,
      "loc": {
        "start": {
          "line": 234,
          "column": 15
        },
        "end": {
          "line": 234,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7009,
      "end": 7010,
      "loc": {
        "start": {
          "line": 234,
          "column": 17
        },
        "end": {
          "line": 234,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7017,
      "end": 7019,
      "loc": {
        "start": {
          "line": 235,
          "column": 6
        },
        "end": {
          "line": 235,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7020,
      "end": 7021,
      "loc": {
        "start": {
          "line": 235,
          "column": 9
        },
        "end": {
          "line": 235,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optAttrDefined",
      "start": 7021,
      "end": 7035,
      "loc": {
        "start": {
          "line": 235,
          "column": 10
        },
        "end": {
          "line": 235,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7035,
      "end": 7036,
      "loc": {
        "start": {
          "line": 235,
          "column": 24
        },
        "end": {
          "line": 235,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7037,
      "end": 7038,
      "loc": {
        "start": {
          "line": 235,
          "column": 26
        },
        "end": {
          "line": 235,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorFunction",
      "start": 7047,
      "end": 7064,
      "loc": {
        "start": {
          "line": 236,
          "column": 8
        },
        "end": {
          "line": 236,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7065,
      "end": 7066,
      "loc": {
        "start": {
          "line": 236,
          "column": 26
        },
        "end": {
          "line": 236,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 7067,
      "end": 7074,
      "loc": {
        "start": {
          "line": 236,
          "column": 28
        },
        "end": {
          "line": 236,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7074,
      "end": 7075,
      "loc": {
        "start": {
          "line": 236,
          "column": 35
        },
        "end": {
          "line": 236,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promisify",
      "start": 7075,
      "end": 7084,
      "loc": {
        "start": {
          "line": 236,
          "column": 36
        },
        "end": {
          "line": 236,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7084,
      "end": 7085,
      "loc": {
        "start": {
          "line": 236,
          "column": 45
        },
        "end": {
          "line": 236,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 7085,
      "end": 7094,
      "loc": {
        "start": {
          "line": 236,
          "column": 46
        },
        "end": {
          "line": 236,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7094,
      "end": 7095,
      "loc": {
        "start": {
          "line": 236,
          "column": 55
        },
        "end": {
          "line": 236,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 7095,
      "end": 7099,
      "loc": {
        "start": {
          "line": 236,
          "column": 56
        },
        "end": {
          "line": 236,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7099,
      "end": 7100,
      "loc": {
        "start": {
          "line": 236,
          "column": 60
        },
        "end": {
          "line": 236,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7100,
      "end": 7104,
      "loc": {
        "start": {
          "line": 236,
          "column": 61
        },
        "end": {
          "line": 236,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7104,
      "end": 7105,
      "loc": {
        "start": {
          "line": 236,
          "column": 65
        },
        "end": {
          "line": 236,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 7105,
      "end": 7118,
      "loc": {
        "start": {
          "line": 236,
          "column": 66
        },
        "end": {
          "line": 236,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7118,
      "end": 7119,
      "loc": {
        "start": {
          "line": 236,
          "column": 79
        },
        "end": {
          "line": 236,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "invokeArgs",
      "start": 7120,
      "end": 7130,
      "loc": {
        "start": {
          "line": 236,
          "column": 81
        },
        "end": {
          "line": 236,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7130,
      "end": 7131,
      "loc": {
        "start": {
          "line": 236,
          "column": 91
        },
        "end": {
          "line": 236,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7131,
      "end": 7132,
      "loc": {
        "start": {
          "line": 236,
          "column": 92
        },
        "end": {
          "line": 236,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7132,
      "end": 7133,
      "loc": {
        "start": {
          "line": 236,
          "column": 93
        },
        "end": {
          "line": 236,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7140,
      "end": 7141,
      "loc": {
        "start": {
          "line": 237,
          "column": 6
        },
        "end": {
          "line": 237,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 7142,
      "end": 7146,
      "loc": {
        "start": {
          "line": 237,
          "column": 8
        },
        "end": {
          "line": 237,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7147,
      "end": 7148,
      "loc": {
        "start": {
          "line": 237,
          "column": 13
        },
        "end": {
          "line": 237,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorFunction",
      "start": 7157,
      "end": 7174,
      "loc": {
        "start": {
          "line": 238,
          "column": 8
        },
        "end": {
          "line": 238,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7175,
      "end": 7176,
      "loc": {
        "start": {
          "line": 238,
          "column": 26
        },
        "end": {
          "line": 238,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 7177,
      "end": 7184,
      "loc": {
        "start": {
          "line": 238,
          "column": 28
        },
        "end": {
          "line": 238,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7184,
      "end": 7185,
      "loc": {
        "start": {
          "line": 238,
          "column": 35
        },
        "end": {
          "line": 238,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promisify",
      "start": 7185,
      "end": 7194,
      "loc": {
        "start": {
          "line": 238,
          "column": 36
        },
        "end": {
          "line": 238,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7194,
      "end": 7195,
      "loc": {
        "start": {
          "line": 238,
          "column": 45
        },
        "end": {
          "line": 238,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 7195,
      "end": 7204,
      "loc": {
        "start": {
          "line": 238,
          "column": 46
        },
        "end": {
          "line": 238,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7204,
      "end": 7205,
      "loc": {
        "start": {
          "line": 238,
          "column": 55
        },
        "end": {
          "line": 238,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 7205,
      "end": 7209,
      "loc": {
        "start": {
          "line": 238,
          "column": 56
        },
        "end": {
          "line": 238,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7209,
      "end": 7210,
      "loc": {
        "start": {
          "line": 238,
          "column": 60
        },
        "end": {
          "line": 238,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7210,
      "end": 7214,
      "loc": {
        "start": {
          "line": 238,
          "column": 61
        },
        "end": {
          "line": 238,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7214,
      "end": 7215,
      "loc": {
        "start": {
          "line": 238,
          "column": 65
        },
        "end": {
          "line": 238,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 7215,
      "end": 7228,
      "loc": {
        "start": {
          "line": 238,
          "column": 66
        },
        "end": {
          "line": 238,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7228,
      "end": 7229,
      "loc": {
        "start": {
          "line": 238,
          "column": 79
        },
        "end": {
          "line": 238,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7229,
      "end": 7230,
      "loc": {
        "start": {
          "line": 238,
          "column": 80
        },
        "end": {
          "line": 238,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7230,
      "end": 7231,
      "loc": {
        "start": {
          "line": 238,
          "column": 81
        },
        "end": {
          "line": 238,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7238,
      "end": 7239,
      "loc": {
        "start": {
          "line": 239,
          "column": 6
        },
        "end": {
          "line": 239,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7246,
      "end": 7252,
      "loc": {
        "start": {
          "line": 240,
          "column": 6
        },
        "end": {
          "line": 240,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorFunction",
      "start": 7253,
      "end": 7270,
      "loc": {
        "start": {
          "line": 240,
          "column": 13
        },
        "end": {
          "line": 240,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7270,
      "end": 7271,
      "loc": {
        "start": {
          "line": 240,
          "column": 30
        },
        "end": {
          "line": 240,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7271,
      "end": 7272,
      "loc": {
        "start": {
          "line": 240,
          "column": 31
        },
        "end": {
          "line": 240,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7287,
      "end": 7288,
      "loc": {
        "start": {
          "line": 241,
          "column": 14
        },
        "end": {
          "line": 241,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 7288,
      "end": 7293,
      "loc": {
        "start": {
          "line": 241,
          "column": 15
        },
        "end": {
          "line": 241,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7293,
      "end": 7294,
      "loc": {
        "start": {
          "line": 241,
          "column": 20
        },
        "end": {
          "line": 241,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 7294,
      "end": 7295,
      "loc": {
        "start": {
          "line": 241,
          "column": 21
        },
        "end": {
          "line": 241,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7296,
      "end": 7298,
      "loc": {
        "start": {
          "line": 241,
          "column": 23
        },
        "end": {
          "line": 241,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7299,
      "end": 7303,
      "loc": {
        "start": {
          "line": 241,
          "column": 26
        },
        "end": {
          "line": 241,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7303,
      "end": 7304,
      "loc": {
        "start": {
          "line": 241,
          "column": 30
        },
        "end": {
          "line": 241,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_pushError",
      "start": 7304,
      "end": 7314,
      "loc": {
        "start": {
          "line": 241,
          "column": 31
        },
        "end": {
          "line": 241,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7314,
      "end": 7315,
      "loc": {
        "start": {
          "line": 241,
          "column": 41
        },
        "end": {
          "line": 241,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7315,
      "end": 7320,
      "loc": {
        "start": {
          "line": 241,
          "column": 42
        },
        "end": {
          "line": 241,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7320,
      "end": 7321,
      "loc": {
        "start": {
          "line": 241,
          "column": 47
        },
        "end": {
          "line": 241,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errorKey",
      "start": 7322,
      "end": 7330,
      "loc": {
        "start": {
          "line": 241,
          "column": 49
        },
        "end": {
          "line": 241,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7330,
      "end": 7331,
      "loc": {
        "start": {
          "line": 241,
          "column": 57
        },
        "end": {
          "line": 241,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 7332,
      "end": 7333,
      "loc": {
        "start": {
          "line": 241,
          "column": 59
        },
        "end": {
          "line": 241,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7333,
      "end": 7334,
      "loc": {
        "start": {
          "line": 241,
          "column": 60
        },
        "end": {
          "line": 241,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optValue",
      "start": 7335,
      "end": 7343,
      "loc": {
        "start": {
          "line": 241,
          "column": 62
        },
        "end": {
          "line": 241,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7343,
      "end": 7344,
      "loc": {
        "start": {
          "line": 241,
          "column": 70
        },
        "end": {
          "line": 241,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7344,
      "end": 7345,
      "loc": {
        "start": {
          "line": 241,
          "column": 71
        },
        "end": {
          "line": 241,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7345,
      "end": 7346,
      "loc": {
        "start": {
          "line": 241,
          "column": 72
        },
        "end": {
          "line": 241,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7351,
      "end": 7352,
      "loc": {
        "start": {
          "line": 242,
          "column": 4
        },
        "end": {
          "line": 242,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 7353,
      "end": 7357,
      "loc": {
        "start": {
          "line": 242,
          "column": 6
        },
        "end": {
          "line": 242,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7358,
      "end": 7359,
      "loc": {
        "start": {
          "line": 242,
          "column": 11
        },
        "end": {
          "line": 242,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7366,
      "end": 7372,
      "loc": {
        "start": {
          "line": 243,
          "column": 6
        },
        "end": {
          "line": 243,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 7373,
      "end": 7380,
      "loc": {
        "start": {
          "line": 243,
          "column": 13
        },
        "end": {
          "line": 243,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7395,
      "end": 7396,
      "loc": {
        "start": {
          "line": 244,
          "column": 14
        },
        "end": {
          "line": 244,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 7396,
      "end": 7399,
      "loc": {
        "start": {
          "line": 244,
          "column": 15
        },
        "end": {
          "line": 244,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7399,
      "end": 7400,
      "loc": {
        "start": {
          "line": 244,
          "column": 18
        },
        "end": {
          "line": 244,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7400,
      "end": 7401,
      "loc": {
        "start": {
          "line": 244,
          "column": 19
        },
        "end": {
          "line": 244,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7401,
      "end": 7402,
      "loc": {
        "start": {
          "line": 244,
          "column": 20
        },
        "end": {
          "line": 244,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7403,
      "end": 7405,
      "loc": {
        "start": {
          "line": 244,
          "column": 22
        },
        "end": {
          "line": 244,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 7406,
      "end": 7415,
      "loc": {
        "start": {
          "line": 244,
          "column": 25
        },
        "end": {
          "line": 244,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7415,
      "end": 7416,
      "loc": {
        "start": {
          "line": 244,
          "column": 34
        },
        "end": {
          "line": 244,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 7416,
      "end": 7420,
      "loc": {
        "start": {
          "line": 244,
          "column": 35
        },
        "end": {
          "line": 244,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7420,
      "end": 7421,
      "loc": {
        "start": {
          "line": 244,
          "column": 39
        },
        "end": {
          "line": 244,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7421,
      "end": 7425,
      "loc": {
        "start": {
          "line": 244,
          "column": 40
        },
        "end": {
          "line": 244,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7425,
      "end": 7426,
      "loc": {
        "start": {
          "line": 244,
          "column": 44
        },
        "end": {
          "line": 244,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 7426,
      "end": 7439,
      "loc": {
        "start": {
          "line": 244,
          "column": 45
        },
        "end": {
          "line": 244,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7439,
      "end": 7440,
      "loc": {
        "start": {
          "line": 244,
          "column": 58
        },
        "end": {
          "line": 244,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "invokeArgs",
      "start": 7441,
      "end": 7451,
      "loc": {
        "start": {
          "line": 244,
          "column": 60
        },
        "end": {
          "line": 244,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7451,
      "end": 7452,
      "loc": {
        "start": {
          "line": 244,
          "column": 70
        },
        "end": {
          "line": 244,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7452,
      "end": 7453,
      "loc": {
        "start": {
          "line": 244,
          "column": 71
        },
        "end": {
          "line": 244,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7468,
      "end": 7469,
      "loc": {
        "start": {
          "line": 245,
          "column": 14
        },
        "end": {
          "line": 245,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 7469,
      "end": 7474,
      "loc": {
        "start": {
          "line": 245,
          "column": 15
        },
        "end": {
          "line": 245,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7474,
      "end": 7475,
      "loc": {
        "start": {
          "line": 245,
          "column": 20
        },
        "end": {
          "line": 245,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 7475,
      "end": 7476,
      "loc": {
        "start": {
          "line": 245,
          "column": 21
        },
        "end": {
          "line": 245,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7477,
      "end": 7479,
      "loc": {
        "start": {
          "line": 245,
          "column": 23
        },
        "end": {
          "line": 245,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7480,
      "end": 7484,
      "loc": {
        "start": {
          "line": 245,
          "column": 26
        },
        "end": {
          "line": 245,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7484,
      "end": 7485,
      "loc": {
        "start": {
          "line": 245,
          "column": 30
        },
        "end": {
          "line": 245,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_pushError",
      "start": 7485,
      "end": 7495,
      "loc": {
        "start": {
          "line": 245,
          "column": 31
        },
        "end": {
          "line": 245,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7495,
      "end": 7496,
      "loc": {
        "start": {
          "line": 245,
          "column": 41
        },
        "end": {
          "line": 245,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7496,
      "end": 7501,
      "loc": {
        "start": {
          "line": 245,
          "column": 42
        },
        "end": {
          "line": 245,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7501,
      "end": 7502,
      "loc": {
        "start": {
          "line": 245,
          "column": 47
        },
        "end": {
          "line": 245,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errorKey",
      "start": 7503,
      "end": 7511,
      "loc": {
        "start": {
          "line": 245,
          "column": 49
        },
        "end": {
          "line": 245,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7511,
      "end": 7512,
      "loc": {
        "start": {
          "line": 245,
          "column": 57
        },
        "end": {
          "line": 245,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 7513,
      "end": 7514,
      "loc": {
        "start": {
          "line": 245,
          "column": 59
        },
        "end": {
          "line": 245,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7514,
      "end": 7515,
      "loc": {
        "start": {
          "line": 245,
          "column": 60
        },
        "end": {
          "line": 245,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "optValue",
      "start": 7516,
      "end": 7524,
      "loc": {
        "start": {
          "line": 245,
          "column": 62
        },
        "end": {
          "line": 245,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7524,
      "end": 7525,
      "loc": {
        "start": {
          "line": 245,
          "column": 70
        },
        "end": {
          "line": 245,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7525,
      "end": 7526,
      "loc": {
        "start": {
          "line": 245,
          "column": 71
        },
        "end": {
          "line": 245,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7526,
      "end": 7527,
      "loc": {
        "start": {
          "line": 245,
          "column": 72
        },
        "end": {
          "line": 245,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7532,
      "end": 7533,
      "loc": {
        "start": {
          "line": 246,
          "column": 4
        },
        "end": {
          "line": 246,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7536,
      "end": 7537,
      "loc": {
        "start": {
          "line": 247,
          "column": 2
        },
        "end": {
          "line": 247,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Prepare and invoke a build-in validator.\n   *\n   * @param {*} value Anything.\n   * @param {*} test The test case.\n   * @param {string} validatorType One of known to Sequelize validators.\n   * @param {string} field The field that is being validated\n   * @return {Object} An object with specific keys to invoke the validator.\n   * @private\n   ",
      "start": 7541,
      "end": 7893,
      "loc": {
        "start": {
          "line": 249,
          "column": 2
        },
        "end": {
          "line": 258,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_invokeBuiltinValidator",
      "start": 7896,
      "end": 7919,
      "loc": {
        "start": {
          "line": 259,
          "column": 2
        },
        "end": {
          "line": 259,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7919,
      "end": 7920,
      "loc": {
        "start": {
          "line": 259,
          "column": 25
        },
        "end": {
          "line": 259,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7920,
      "end": 7925,
      "loc": {
        "start": {
          "line": 259,
          "column": 26
        },
        "end": {
          "line": 259,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7925,
      "end": 7926,
      "loc": {
        "start": {
          "line": 259,
          "column": 31
        },
        "end": {
          "line": 259,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 7927,
      "end": 7931,
      "loc": {
        "start": {
          "line": 259,
          "column": 33
        },
        "end": {
          "line": 259,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7931,
      "end": 7932,
      "loc": {
        "start": {
          "line": 259,
          "column": 37
        },
        "end": {
          "line": 259,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 7933,
      "end": 7946,
      "loc": {
        "start": {
          "line": 259,
          "column": 39
        },
        "end": {
          "line": 259,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7946,
      "end": 7947,
      "loc": {
        "start": {
          "line": 259,
          "column": 52
        },
        "end": {
          "line": 259,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7948,
      "end": 7953,
      "loc": {
        "start": {
          "line": 259,
          "column": 54
        },
        "end": {
          "line": 259,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7953,
      "end": 7954,
      "loc": {
        "start": {
          "line": 259,
          "column": 59
        },
        "end": {
          "line": 259,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7955,
      "end": 7956,
      "loc": {
        "start": {
          "line": 259,
          "column": 61
        },
        "end": {
          "line": 259,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7961,
      "end": 7967,
      "loc": {
        "start": {
          "line": 260,
          "column": 4
        },
        "end": {
          "line": 260,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 7968,
      "end": 7975,
      "loc": {
        "start": {
          "line": 260,
          "column": 11
        },
        "end": {
          "line": 260,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7975,
      "end": 7976,
      "loc": {
        "start": {
          "line": 260,
          "column": 18
        },
        "end": {
          "line": 260,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 7976,
      "end": 7979,
      "loc": {
        "start": {
          "line": 260,
          "column": 19
        },
        "end": {
          "line": 260,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7979,
      "end": 7980,
      "loc": {
        "start": {
          "line": 260,
          "column": 22
        },
        "end": {
          "line": 260,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7980,
      "end": 7981,
      "loc": {
        "start": {
          "line": 260,
          "column": 23
        },
        "end": {
          "line": 260,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7981,
      "end": 7982,
      "loc": {
        "start": {
          "line": 260,
          "column": 24
        },
        "end": {
          "line": 260,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7983,
      "end": 7985,
      "loc": {
        "start": {
          "line": 260,
          "column": 26
        },
        "end": {
          "line": 260,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7986,
      "end": 7987,
      "loc": {
        "start": {
          "line": 260,
          "column": 29
        },
        "end": {
          "line": 260,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Cast value as string to pass new Validator.js string requirement",
      "start": 7994,
      "end": 8061,
      "loc": {
        "start": {
          "line": 261,
          "column": 6
        },
        "end": {
          "line": 261,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 8068,
      "end": 8073,
      "loc": {
        "start": {
          "line": 262,
          "column": 6
        },
        "end": {
          "line": 262,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueString",
      "start": 8074,
      "end": 8085,
      "loc": {
        "start": {
          "line": 262,
          "column": 12
        },
        "end": {
          "line": 262,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8086,
      "end": 8087,
      "loc": {
        "start": {
          "line": 262,
          "column": 24
        },
        "end": {
          "line": 262,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "String",
      "start": 8088,
      "end": 8094,
      "loc": {
        "start": {
          "line": 262,
          "column": 26
        },
        "end": {
          "line": 262,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8094,
      "end": 8095,
      "loc": {
        "start": {
          "line": 262,
          "column": 32
        },
        "end": {
          "line": 262,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8095,
      "end": 8100,
      "loc": {
        "start": {
          "line": 262,
          "column": 33
        },
        "end": {
          "line": 262,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8100,
      "end": 8101,
      "loc": {
        "start": {
          "line": 262,
          "column": 38
        },
        "end": {
          "line": 262,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8101,
      "end": 8102,
      "loc": {
        "start": {
          "line": 262,
          "column": 39
        },
        "end": {
          "line": 262,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " check if Validator knows that kind of validation test",
      "start": 8109,
      "end": 8165,
      "loc": {
        "start": {
          "line": 263,
          "column": 6
        },
        "end": {
          "line": 263,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8172,
      "end": 8174,
      "loc": {
        "start": {
          "line": 264,
          "column": 6
        },
        "end": {
          "line": 264,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8175,
      "end": 8176,
      "loc": {
        "start": {
          "line": 264,
          "column": 9
        },
        "end": {
          "line": 264,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 8176,
      "end": 8182,
      "loc": {
        "start": {
          "line": 264,
          "column": 10
        },
        "end": {
          "line": 264,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 8183,
      "end": 8192,
      "loc": {
        "start": {
          "line": 264,
          "column": 17
        },
        "end": {
          "line": 264,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8192,
      "end": 8193,
      "loc": {
        "start": {
          "line": 264,
          "column": 26
        },
        "end": {
          "line": 264,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 8193,
      "end": 8206,
      "loc": {
        "start": {
          "line": 264,
          "column": 27
        },
        "end": {
          "line": 264,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8206,
      "end": 8207,
      "loc": {
        "start": {
          "line": 264,
          "column": 40
        },
        "end": {
          "line": 264,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8208,
      "end": 8211,
      "loc": {
        "start": {
          "line": 264,
          "column": 42
        },
        "end": {
          "line": 264,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "function",
      "start": 8212,
      "end": 8222,
      "loc": {
        "start": {
          "line": 264,
          "column": 46
        },
        "end": {
          "line": 264,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8222,
      "end": 8223,
      "loc": {
        "start": {
          "line": 264,
          "column": 56
        },
        "end": {
          "line": 264,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8224,
      "end": 8225,
      "loc": {
        "start": {
          "line": 264,
          "column": 58
        },
        "end": {
          "line": 264,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 8234,
      "end": 8239,
      "loc": {
        "start": {
          "line": 265,
          "column": 8
        },
        "end": {
          "line": 265,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 8240,
      "end": 8243,
      "loc": {
        "start": {
          "line": 265,
          "column": 14
        },
        "end": {
          "line": 265,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 8244,
      "end": 8249,
      "loc": {
        "start": {
          "line": 265,
          "column": 18
        },
        "end": {
          "line": 265,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8249,
      "end": 8250,
      "loc": {
        "start": {
          "line": 265,
          "column": 23
        },
        "end": {
          "line": 265,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Invalid validator function: ",
      "start": 8250,
      "end": 8280,
      "loc": {
        "start": {
          "line": 265,
          "column": 24
        },
        "end": {
          "line": 265,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8281,
      "end": 8282,
      "loc": {
        "start": {
          "line": 265,
          "column": 55
        },
        "end": {
          "line": 265,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 8283,
      "end": 8296,
      "loc": {
        "start": {
          "line": 265,
          "column": 57
        },
        "end": {
          "line": 265,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8296,
      "end": 8297,
      "loc": {
        "start": {
          "line": 265,
          "column": 70
        },
        "end": {
          "line": 265,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8297,
      "end": 8298,
      "loc": {
        "start": {
          "line": 265,
          "column": 71
        },
        "end": {
          "line": 265,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8305,
      "end": 8306,
      "loc": {
        "start": {
          "line": 266,
          "column": 6
        },
        "end": {
          "line": 266,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 8313,
      "end": 8318,
      "loc": {
        "start": {
          "line": 267,
          "column": 6
        },
        "end": {
          "line": 267,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 8319,
      "end": 8332,
      "loc": {
        "start": {
          "line": 267,
          "column": 12
        },
        "end": {
          "line": 267,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8333,
      "end": 8334,
      "loc": {
        "start": {
          "line": 267,
          "column": 26
        },
        "end": {
          "line": 267,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8335,
      "end": 8339,
      "loc": {
        "start": {
          "line": 267,
          "column": 28
        },
        "end": {
          "line": 267,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8339,
      "end": 8340,
      "loc": {
        "start": {
          "line": 267,
          "column": 32
        },
        "end": {
          "line": 267,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_extractValidatorArgs",
      "start": 8340,
      "end": 8361,
      "loc": {
        "start": {
          "line": 267,
          "column": 33
        },
        "end": {
          "line": 267,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8361,
      "end": 8362,
      "loc": {
        "start": {
          "line": 267,
          "column": 54
        },
        "end": {
          "line": 267,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 8362,
      "end": 8366,
      "loc": {
        "start": {
          "line": 267,
          "column": 55
        },
        "end": {
          "line": 267,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8366,
      "end": 8367,
      "loc": {
        "start": {
          "line": 267,
          "column": 59
        },
        "end": {
          "line": 267,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 8368,
      "end": 8381,
      "loc": {
        "start": {
          "line": 267,
          "column": 61
        },
        "end": {
          "line": 267,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8381,
      "end": 8382,
      "loc": {
        "start": {
          "line": 267,
          "column": 74
        },
        "end": {
          "line": 267,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8383,
      "end": 8388,
      "loc": {
        "start": {
          "line": 267,
          "column": 76
        },
        "end": {
          "line": 267,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8388,
      "end": 8389,
      "loc": {
        "start": {
          "line": 267,
          "column": 81
        },
        "end": {
          "line": 267,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8389,
      "end": 8390,
      "loc": {
        "start": {
          "line": 267,
          "column": 82
        },
        "end": {
          "line": 267,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8397,
      "end": 8399,
      "loc": {
        "start": {
          "line": 268,
          "column": 6
        },
        "end": {
          "line": 268,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8400,
      "end": 8401,
      "loc": {
        "start": {
          "line": 268,
          "column": 9
        },
        "end": {
          "line": 268,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8401,
      "end": 8402,
      "loc": {
        "start": {
          "line": 268,
          "column": 10
        },
        "end": {
          "line": 268,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 8402,
      "end": 8411,
      "loc": {
        "start": {
          "line": 268,
          "column": 11
        },
        "end": {
          "line": 268,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8411,
      "end": 8412,
      "loc": {
        "start": {
          "line": 268,
          "column": 20
        },
        "end": {
          "line": 268,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 8412,
      "end": 8425,
      "loc": {
        "start": {
          "line": 268,
          "column": 21
        },
        "end": {
          "line": 268,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8425,
      "end": 8426,
      "loc": {
        "start": {
          "line": 268,
          "column": 34
        },
        "end": {
          "line": 268,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8426,
      "end": 8427,
      "loc": {
        "start": {
          "line": 268,
          "column": 35
        },
        "end": {
          "line": 268,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "apply",
      "start": 8427,
      "end": 8432,
      "loc": {
        "start": {
          "line": 268,
          "column": 36
        },
        "end": {
          "line": 268,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8432,
      "end": 8433,
      "loc": {
        "start": {
          "line": 268,
          "column": 41
        },
        "end": {
          "line": 268,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validator",
      "start": 8433,
      "end": 8442,
      "loc": {
        "start": {
          "line": 268,
          "column": 42
        },
        "end": {
          "line": 268,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8442,
      "end": 8443,
      "loc": {
        "start": {
          "line": 268,
          "column": 51
        },
        "end": {
          "line": 268,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8444,
      "end": 8445,
      "loc": {
        "start": {
          "line": 268,
          "column": 53
        },
        "end": {
          "line": 268,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valueString",
      "start": 8445,
      "end": 8456,
      "loc": {
        "start": {
          "line": 268,
          "column": 54
        },
        "end": {
          "line": 268,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8456,
      "end": 8457,
      "loc": {
        "start": {
          "line": 268,
          "column": 65
        },
        "end": {
          "line": 268,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8457,
      "end": 8458,
      "loc": {
        "start": {
          "line": 268,
          "column": 66
        },
        "end": {
          "line": 268,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "concat",
      "start": 8458,
      "end": 8464,
      "loc": {
        "start": {
          "line": 268,
          "column": 67
        },
        "end": {
          "line": 268,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8464,
      "end": 8465,
      "loc": {
        "start": {
          "line": 268,
          "column": 73
        },
        "end": {
          "line": 268,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 8465,
      "end": 8478,
      "loc": {
        "start": {
          "line": 268,
          "column": 74
        },
        "end": {
          "line": 268,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8478,
      "end": 8479,
      "loc": {
        "start": {
          "line": 268,
          "column": 87
        },
        "end": {
          "line": 268,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8479,
      "end": 8480,
      "loc": {
        "start": {
          "line": 268,
          "column": 88
        },
        "end": {
          "line": 268,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8480,
      "end": 8481,
      "loc": {
        "start": {
          "line": 268,
          "column": 89
        },
        "end": {
          "line": 268,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8482,
      "end": 8483,
      "loc": {
        "start": {
          "line": 268,
          "column": 91
        },
        "end": {
          "line": 268,
          "column": 92
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " extract the error msg",
      "start": 8490,
      "end": 8514,
      "loc": {
        "start": {
          "line": 269,
          "column": 6
        },
        "end": {
          "line": 269,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 8523,
      "end": 8528,
      "loc": {
        "start": {
          "line": 270,
          "column": 8
        },
        "end": {
          "line": 270,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 8529,
      "end": 8532,
      "loc": {
        "start": {
          "line": 270,
          "column": 14
        },
        "end": {
          "line": 270,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 8533,
      "end": 8538,
      "loc": {
        "start": {
          "line": 270,
          "column": 18
        },
        "end": {
          "line": 270,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8538,
      "end": 8539,
      "loc": {
        "start": {
          "line": 270,
          "column": 23
        },
        "end": {
          "line": 270,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 8539,
      "end": 8543,
      "loc": {
        "start": {
          "line": 270,
          "column": 24
        },
        "end": {
          "line": 270,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8543,
      "end": 8544,
      "loc": {
        "start": {
          "line": 270,
          "column": 28
        },
        "end": {
          "line": 270,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 8544,
      "end": 8547,
      "loc": {
        "start": {
          "line": 270,
          "column": 29
        },
        "end": {
          "line": 270,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8548,
      "end": 8550,
      "loc": {
        "start": {
          "line": 270,
          "column": 33
        },
        "end": {
          "line": 270,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8551,
      "end": 8552,
      "loc": {
        "start": {
          "line": 270,
          "column": 36
        },
        "end": {
          "line": 270,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Validation ",
      "start": 8552,
      "end": 8563,
      "loc": {
        "start": {
          "line": 270,
          "column": 37
        },
        "end": {
          "line": 270,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8563,
      "end": 8565,
      "loc": {
        "start": {
          "line": 270,
          "column": 48
        },
        "end": {
          "line": 270,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 8565,
      "end": 8578,
      "loc": {
        "start": {
          "line": 270,
          "column": 50
        },
        "end": {
          "line": 270,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8578,
      "end": 8579,
      "loc": {
        "start": {
          "line": 270,
          "column": 63
        },
        "end": {
          "line": 270,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " on ",
      "start": 8579,
      "end": 8583,
      "loc": {
        "start": {
          "line": 270,
          "column": 64
        },
        "end": {
          "line": 270,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8583,
      "end": 8585,
      "loc": {
        "start": {
          "line": 270,
          "column": 68
        },
        "end": {
          "line": 270,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8585,
      "end": 8590,
      "loc": {
        "start": {
          "line": 270,
          "column": 70
        },
        "end": {
          "line": 270,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8590,
      "end": 8591,
      "loc": {
        "start": {
          "line": 270,
          "column": 75
        },
        "end": {
          "line": 270,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " failed",
      "start": 8591,
      "end": 8598,
      "loc": {
        "start": {
          "line": 270,
          "column": 76
        },
        "end": {
          "line": 270,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8598,
      "end": 8599,
      "loc": {
        "start": {
          "line": 270,
          "column": 83
        },
        "end": {
          "line": 270,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8599,
      "end": 8600,
      "loc": {
        "start": {
          "line": 270,
          "column": 84
        },
        "end": {
          "line": 270,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8600,
      "end": 8601,
      "loc": {
        "start": {
          "line": 270,
          "column": 85
        },
        "end": {
          "line": 270,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8608,
      "end": 8609,
      "loc": {
        "start": {
          "line": 271,
          "column": 6
        },
        "end": {
          "line": 271,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8614,
      "end": 8615,
      "loc": {
        "start": {
          "line": 272,
          "column": 4
        },
        "end": {
          "line": 272,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8615,
      "end": 8616,
      "loc": {
        "start": {
          "line": 272,
          "column": 5
        },
        "end": {
          "line": 272,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8616,
      "end": 8617,
      "loc": {
        "start": {
          "line": 272,
          "column": 6
        },
        "end": {
          "line": 272,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8620,
      "end": 8621,
      "loc": {
        "start": {
          "line": 273,
          "column": 2
        },
        "end": {
          "line": 273,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Will extract arguments for the validator.\n   *\n   * @param {*} test The test case.\n   * @param {string} validatorType One of known to Sequelize validators.\n   * @param {string} field The field that is being validated.\n   * @private\n   ",
      "start": 8625,
      "end": 8871,
      "loc": {
        "start": {
          "line": 275,
          "column": 2
        },
        "end": {
          "line": 282,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_extractValidatorArgs",
      "start": 8874,
      "end": 8895,
      "loc": {
        "start": {
          "line": 283,
          "column": 2
        },
        "end": {
          "line": 283,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8895,
      "end": 8896,
      "loc": {
        "start": {
          "line": 283,
          "column": 23
        },
        "end": {
          "line": 283,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 8896,
      "end": 8900,
      "loc": {
        "start": {
          "line": 283,
          "column": 24
        },
        "end": {
          "line": 283,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8900,
      "end": 8901,
      "loc": {
        "start": {
          "line": 283,
          "column": 28
        },
        "end": {
          "line": 283,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 8902,
      "end": 8915,
      "loc": {
        "start": {
          "line": 283,
          "column": 30
        },
        "end": {
          "line": 283,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8915,
      "end": 8916,
      "loc": {
        "start": {
          "line": 283,
          "column": 43
        },
        "end": {
          "line": 283,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 8917,
      "end": 8922,
      "loc": {
        "start": {
          "line": 283,
          "column": 45
        },
        "end": {
          "line": 283,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8922,
      "end": 8923,
      "loc": {
        "start": {
          "line": 283,
          "column": 50
        },
        "end": {
          "line": 283,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8924,
      "end": 8925,
      "loc": {
        "start": {
          "line": 283,
          "column": 52
        },
        "end": {
          "line": 283,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 8930,
      "end": 8933,
      "loc": {
        "start": {
          "line": 284,
          "column": 4
        },
        "end": {
          "line": 284,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 8934,
      "end": 8947,
      "loc": {
        "start": {
          "line": 284,
          "column": 8
        },
        "end": {
          "line": 284,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8948,
      "end": 8949,
      "loc": {
        "start": {
          "line": 284,
          "column": 22
        },
        "end": {
          "line": 284,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 8950,
      "end": 8954,
      "loc": {
        "start": {
          "line": 284,
          "column": 24
        },
        "end": {
          "line": 284,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8954,
      "end": 8955,
      "loc": {
        "start": {
          "line": 284,
          "column": 28
        },
        "end": {
          "line": 284,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 8955,
      "end": 8959,
      "loc": {
        "start": {
          "line": 284,
          "column": 29
        },
        "end": {
          "line": 284,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8960,
      "end": 8962,
      "loc": {
        "start": {
          "line": 284,
          "column": 34
        },
        "end": {
          "line": 284,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 8963,
      "end": 8967,
      "loc": {
        "start": {
          "line": 284,
          "column": 37
        },
        "end": {
          "line": 284,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8967,
      "end": 8968,
      "loc": {
        "start": {
          "line": 284,
          "column": 41
        },
        "end": {
          "line": 284,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 8973,
      "end": 8978,
      "loc": {
        "start": {
          "line": 285,
          "column": 4
        },
        "end": {
          "line": 285,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLocalizedValidator",
      "start": 8979,
      "end": 8999,
      "loc": {
        "start": {
          "line": 285,
          "column": 10
        },
        "end": {
          "line": 285,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9000,
      "end": 9001,
      "loc": {
        "start": {
          "line": 285,
          "column": 31
        },
        "end": {
          "line": 285,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 9002,
      "end": 9008,
      "loc": {
        "start": {
          "line": 285,
          "column": 33
        },
        "end": {
          "line": 285,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9008,
      "end": 9009,
      "loc": {
        "start": {
          "line": 285,
          "column": 39
        },
        "end": {
          "line": 285,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9009,
      "end": 9022,
      "loc": {
        "start": {
          "line": 285,
          "column": 40
        },
        "end": {
          "line": 285,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9022,
      "end": 9023,
      "loc": {
        "start": {
          "line": 285,
          "column": 53
        },
        "end": {
          "line": 285,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 9024,
      "end": 9027,
      "loc": {
        "start": {
          "line": 285,
          "column": 55
        },
        "end": {
          "line": 285,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 9028,
      "end": 9036,
      "loc": {
        "start": {
          "line": 285,
          "column": 59
        },
        "end": {
          "line": 285,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9037,
      "end": 9039,
      "loc": {
        "start": {
          "line": 285,
          "column": 68
        },
        "end": {
          "line": 285,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9040,
      "end": 9041,
      "loc": {
        "start": {
          "line": 285,
          "column": 71
        },
        "end": {
          "line": 285,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 9041,
      "end": 9054,
      "loc": {
        "start": {
          "line": 285,
          "column": 72
        },
        "end": {
          "line": 285,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9055,
      "end": 9058,
      "loc": {
        "start": {
          "line": 285,
          "column": 86
        },
        "end": {
          "line": 285,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "isAlpha",
      "start": 9059,
      "end": 9068,
      "loc": {
        "start": {
          "line": 285,
          "column": 90
        },
        "end": {
          "line": 285,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9069,
      "end": 9071,
      "loc": {
        "start": {
          "line": 285,
          "column": 100
        },
        "end": {
          "line": 285,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 9072,
      "end": 9085,
      "loc": {
        "start": {
          "line": 285,
          "column": 103
        },
        "end": {
          "line": 285,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9086,
      "end": 9089,
      "loc": {
        "start": {
          "line": 285,
          "column": 117
        },
        "end": {
          "line": 285,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "isAlphanumeric",
      "start": 9090,
      "end": 9106,
      "loc": {
        "start": {
          "line": 285,
          "column": 121
        },
        "end": {
          "line": 285,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9107,
      "end": 9109,
      "loc": {
        "start": {
          "line": 285,
          "column": 138
        },
        "end": {
          "line": 285,
          "column": 140
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 9110,
      "end": 9123,
      "loc": {
        "start": {
          "line": 285,
          "column": 141
        },
        "end": {
          "line": 285,
          "column": 154
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9124,
      "end": 9127,
      "loc": {
        "start": {
          "line": 285,
          "column": 155
        },
        "end": {
          "line": 285,
          "column": 158
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "isMobilePhone",
      "start": 9128,
      "end": 9143,
      "loc": {
        "start": {
          "line": 285,
          "column": 159
        },
        "end": {
          "line": 285,
          "column": 174
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9143,
      "end": 9144,
      "loc": {
        "start": {
          "line": 285,
          "column": 174
        },
        "end": {
          "line": 285,
          "column": 175
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9144,
      "end": 9145,
      "loc": {
        "start": {
          "line": 285,
          "column": 175
        },
        "end": {
          "line": 285,
          "column": 176
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9151,
      "end": 9153,
      "loc": {
        "start": {
          "line": 287,
          "column": 4
        },
        "end": {
          "line": 287,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9154,
      "end": 9155,
      "loc": {
        "start": {
          "line": 287,
          "column": 7
        },
        "end": {
          "line": 287,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9155,
      "end": 9156,
      "loc": {
        "start": {
          "line": 287,
          "column": 8
        },
        "end": {
          "line": 287,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 9156,
      "end": 9161,
      "loc": {
        "start": {
          "line": 287,
          "column": 9
        },
        "end": {
          "line": 287,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9161,
      "end": 9162,
      "loc": {
        "start": {
          "line": 287,
          "column": 14
        },
        "end": {
          "line": 287,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 9162,
      "end": 9169,
      "loc": {
        "start": {
          "line": 287,
          "column": 15
        },
        "end": {
          "line": 287,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9169,
      "end": 9170,
      "loc": {
        "start": {
          "line": 287,
          "column": 22
        },
        "end": {
          "line": 287,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9170,
      "end": 9183,
      "loc": {
        "start": {
          "line": 287,
          "column": 23
        },
        "end": {
          "line": 287,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9183,
      "end": 9184,
      "loc": {
        "start": {
          "line": 287,
          "column": 36
        },
        "end": {
          "line": 287,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9184,
      "end": 9185,
      "loc": {
        "start": {
          "line": 287,
          "column": 37
        },
        "end": {
          "line": 287,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9186,
      "end": 9187,
      "loc": {
        "start": {
          "line": 287,
          "column": 39
        },
        "end": {
          "line": 287,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9194,
      "end": 9196,
      "loc": {
        "start": {
          "line": 288,
          "column": 6
        },
        "end": {
          "line": 288,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9197,
      "end": 9198,
      "loc": {
        "start": {
          "line": 288,
          "column": 9
        },
        "end": {
          "line": 288,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 9198,
      "end": 9211,
      "loc": {
        "start": {
          "line": 288,
          "column": 10
        },
        "end": {
          "line": 288,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9212,
      "end": 9215,
      "loc": {
        "start": {
          "line": 288,
          "column": 24
        },
        "end": {
          "line": 288,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "isImmutable",
      "start": 9216,
      "end": 9229,
      "loc": {
        "start": {
          "line": 288,
          "column": 28
        },
        "end": {
          "line": 288,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9229,
      "end": 9230,
      "loc": {
        "start": {
          "line": 288,
          "column": 41
        },
        "end": {
          "line": 288,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9231,
      "end": 9232,
      "loc": {
        "start": {
          "line": 288,
          "column": 43
        },
        "end": {
          "line": 288,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9241,
      "end": 9254,
      "loc": {
        "start": {
          "line": 289,
          "column": 8
        },
        "end": {
          "line": 289,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9255,
      "end": 9256,
      "loc": {
        "start": {
          "line": 289,
          "column": 22
        },
        "end": {
          "line": 289,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9257,
      "end": 9258,
      "loc": {
        "start": {
          "line": 289,
          "column": 24
        },
        "end": {
          "line": 289,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9258,
      "end": 9271,
      "loc": {
        "start": {
          "line": 289,
          "column": 25
        },
        "end": {
          "line": 289,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9271,
      "end": 9272,
      "loc": {
        "start": {
          "line": 289,
          "column": 38
        },
        "end": {
          "line": 289,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9273,
      "end": 9278,
      "loc": {
        "start": {
          "line": 289,
          "column": 40
        },
        "end": {
          "line": 289,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9278,
      "end": 9279,
      "loc": {
        "start": {
          "line": 289,
          "column": 45
        },
        "end": {
          "line": 289,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9279,
      "end": 9280,
      "loc": {
        "start": {
          "line": 289,
          "column": 46
        },
        "end": {
          "line": 289,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9287,
      "end": 9288,
      "loc": {
        "start": {
          "line": 290,
          "column": 6
        },
        "end": {
          "line": 290,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9289,
      "end": 9293,
      "loc": {
        "start": {
          "line": 290,
          "column": 8
        },
        "end": {
          "line": 290,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9294,
      "end": 9296,
      "loc": {
        "start": {
          "line": 290,
          "column": 13
        },
        "end": {
          "line": 290,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9297,
      "end": 9298,
      "loc": {
        "start": {
          "line": 290,
          "column": 16
        },
        "end": {
          "line": 290,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isLocalizedValidator",
      "start": 9298,
      "end": 9318,
      "loc": {
        "start": {
          "line": 290,
          "column": 17
        },
        "end": {
          "line": 290,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9319,
      "end": 9321,
      "loc": {
        "start": {
          "line": 290,
          "column": 38
        },
        "end": {
          "line": 290,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorType",
      "start": 9322,
      "end": 9335,
      "loc": {
        "start": {
          "line": 290,
          "column": 41
        },
        "end": {
          "line": 290,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9336,
      "end": 9339,
      "loc": {
        "start": {
          "line": 290,
          "column": 55
        },
        "end": {
          "line": 290,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "isIP",
      "start": 9340,
      "end": 9346,
      "loc": {
        "start": {
          "line": 290,
          "column": 59
        },
        "end": {
          "line": 290,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9346,
      "end": 9347,
      "loc": {
        "start": {
          "line": 290,
          "column": 65
        },
        "end": {
          "line": 290,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9348,
      "end": 9349,
      "loc": {
        "start": {
          "line": 290,
          "column": 67
        },
        "end": {
          "line": 290,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9358,
      "end": 9371,
      "loc": {
        "start": {
          "line": 291,
          "column": 8
        },
        "end": {
          "line": 291,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9372,
      "end": 9373,
      "loc": {
        "start": {
          "line": 291,
          "column": 22
        },
        "end": {
          "line": 291,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9374,
      "end": 9375,
      "loc": {
        "start": {
          "line": 291,
          "column": 24
        },
        "end": {
          "line": 291,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9375,
      "end": 9376,
      "loc": {
        "start": {
          "line": 291,
          "column": 25
        },
        "end": {
          "line": 291,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9376,
      "end": 9377,
      "loc": {
        "start": {
          "line": 291,
          "column": 26
        },
        "end": {
          "line": 291,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9384,
      "end": 9385,
      "loc": {
        "start": {
          "line": 292,
          "column": 6
        },
        "end": {
          "line": 292,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9386,
      "end": 9390,
      "loc": {
        "start": {
          "line": 292,
          "column": 8
        },
        "end": {
          "line": 292,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9391,
      "end": 9392,
      "loc": {
        "start": {
          "line": 292,
          "column": 13
        },
        "end": {
          "line": 292,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9401,
      "end": 9414,
      "loc": {
        "start": {
          "line": 293,
          "column": 8
        },
        "end": {
          "line": 293,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9415,
      "end": 9416,
      "loc": {
        "start": {
          "line": 293,
          "column": 22
        },
        "end": {
          "line": 293,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9417,
      "end": 9418,
      "loc": {
        "start": {
          "line": 293,
          "column": 24
        },
        "end": {
          "line": 293,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9418,
      "end": 9431,
      "loc": {
        "start": {
          "line": 293,
          "column": 25
        },
        "end": {
          "line": 293,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9431,
      "end": 9432,
      "loc": {
        "start": {
          "line": 293,
          "column": 38
        },
        "end": {
          "line": 293,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9432,
      "end": 9433,
      "loc": {
        "start": {
          "line": 293,
          "column": 39
        },
        "end": {
          "line": 293,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9440,
      "end": 9441,
      "loc": {
        "start": {
          "line": 294,
          "column": 6
        },
        "end": {
          "line": 294,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9446,
      "end": 9447,
      "loc": {
        "start": {
          "line": 295,
          "column": 4
        },
        "end": {
          "line": 295,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9448,
      "end": 9452,
      "loc": {
        "start": {
          "line": 295,
          "column": 6
        },
        "end": {
          "line": 295,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9453,
      "end": 9454,
      "loc": {
        "start": {
          "line": 295,
          "column": 11
        },
        "end": {
          "line": 295,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9461,
      "end": 9474,
      "loc": {
        "start": {
          "line": 296,
          "column": 6
        },
        "end": {
          "line": 296,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9475,
      "end": 9476,
      "loc": {
        "start": {
          "line": 296,
          "column": 20
        },
        "end": {
          "line": 296,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9477,
      "end": 9490,
      "loc": {
        "start": {
          "line": 296,
          "column": 22
        },
        "end": {
          "line": 296,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9490,
      "end": 9491,
      "loc": {
        "start": {
          "line": 296,
          "column": 35
        },
        "end": {
          "line": 296,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "slice",
      "start": 9491,
      "end": 9496,
      "loc": {
        "start": {
          "line": 296,
          "column": 36
        },
        "end": {
          "line": 296,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9496,
      "end": 9497,
      "loc": {
        "start": {
          "line": 296,
          "column": 41
        },
        "end": {
          "line": 296,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9497,
      "end": 9498,
      "loc": {
        "start": {
          "line": 296,
          "column": 42
        },
        "end": {
          "line": 296,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9498,
      "end": 9499,
      "loc": {
        "start": {
          "line": 296,
          "column": 43
        },
        "end": {
          "line": 296,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9499,
      "end": 9500,
      "loc": {
        "start": {
          "line": 296,
          "column": 44
        },
        "end": {
          "line": 296,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9505,
      "end": 9506,
      "loc": {
        "start": {
          "line": 297,
          "column": 4
        },
        "end": {
          "line": 297,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9511,
      "end": 9517,
      "loc": {
        "start": {
          "line": 298,
          "column": 4
        },
        "end": {
          "line": 298,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validatorArgs",
      "start": 9518,
      "end": 9531,
      "loc": {
        "start": {
          "line": 298,
          "column": 11
        },
        "end": {
          "line": 298,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9531,
      "end": 9532,
      "loc": {
        "start": {
          "line": 298,
          "column": 24
        },
        "end": {
          "line": 298,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9535,
      "end": 9536,
      "loc": {
        "start": {
          "line": 299,
          "column": 2
        },
        "end": {
          "line": 299,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Will validate a single field against its schema definition (isnull).\n   *\n   * @param {Object} rawAttribute As defined in the Schema.\n   * @param {string} field The field name.\n   * @param {*} value anything.\n   * @private\n   ",
      "start": 9540,
      "end": 9777,
      "loc": {
        "start": {
          "line": 301,
          "column": 2
        },
        "end": {
          "line": 308,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_validateSchema",
      "start": 9780,
      "end": 9795,
      "loc": {
        "start": {
          "line": 309,
          "column": 2
        },
        "end": {
          "line": 309,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9795,
      "end": 9796,
      "loc": {
        "start": {
          "line": 309,
          "column": 17
        },
        "end": {
          "line": 309,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 9796,
      "end": 9808,
      "loc": {
        "start": {
          "line": 309,
          "column": 18
        },
        "end": {
          "line": 309,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9808,
      "end": 9809,
      "loc": {
        "start": {
          "line": 309,
          "column": 30
        },
        "end": {
          "line": 309,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9810,
      "end": 9815,
      "loc": {
        "start": {
          "line": 309,
          "column": 32
        },
        "end": {
          "line": 309,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9815,
      "end": 9816,
      "loc": {
        "start": {
          "line": 309,
          "column": 37
        },
        "end": {
          "line": 309,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9817,
      "end": 9822,
      "loc": {
        "start": {
          "line": 309,
          "column": 39
        },
        "end": {
          "line": 309,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9822,
      "end": 9823,
      "loc": {
        "start": {
          "line": 309,
          "column": 44
        },
        "end": {
          "line": 309,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9824,
      "end": 9825,
      "loc": {
        "start": {
          "line": 309,
          "column": 46
        },
        "end": {
          "line": 309,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9830,
      "end": 9833,
      "loc": {
        "start": {
          "line": 310,
          "column": 4
        },
        "end": {
          "line": 310,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 9834,
      "end": 9839,
      "loc": {
        "start": {
          "line": 310,
          "column": 8
        },
        "end": {
          "line": 310,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9839,
      "end": 9840,
      "loc": {
        "start": {
          "line": 310,
          "column": 13
        },
        "end": {
          "line": 310,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9846,
      "end": 9848,
      "loc": {
        "start": {
          "line": 312,
          "column": 4
        },
        "end": {
          "line": 312,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9849,
      "end": 9850,
      "loc": {
        "start": {
          "line": 312,
          "column": 7
        },
        "end": {
          "line": 312,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 9850,
      "end": 9862,
      "loc": {
        "start": {
          "line": 312,
          "column": 8
        },
        "end": {
          "line": 312,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9862,
      "end": 9863,
      "loc": {
        "start": {
          "line": 312,
          "column": 20
        },
        "end": {
          "line": 312,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 9863,
      "end": 9872,
      "loc": {
        "start": {
          "line": 312,
          "column": 21
        },
        "end": {
          "line": 312,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9873,
      "end": 9876,
      "loc": {
        "start": {
          "line": 312,
          "column": 31
        },
        "end": {
          "line": 312,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 9877,
      "end": 9882,
      "loc": {
        "start": {
          "line": 312,
          "column": 35
        },
        "end": {
          "line": 312,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9883,
      "end": 9885,
      "loc": {
        "start": {
          "line": 312,
          "column": 41
        },
        "end": {
          "line": 312,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9886,
      "end": 9887,
      "loc": {
        "start": {
          "line": 312,
          "column": 44
        },
        "end": {
          "line": 312,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9887,
      "end": 9892,
      "loc": {
        "start": {
          "line": 312,
          "column": 45
        },
        "end": {
          "line": 312,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9893,
      "end": 9896,
      "loc": {
        "start": {
          "line": 312,
          "column": 51
        },
        "end": {
          "line": 312,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9897,
      "end": 9901,
      "loc": {
        "start": {
          "line": 312,
          "column": 55
        },
        "end": {
          "line": 312,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9902,
      "end": 9904,
      "loc": {
        "start": {
          "line": 312,
          "column": 60
        },
        "end": {
          "line": 312,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9905,
      "end": 9910,
      "loc": {
        "start": {
          "line": 312,
          "column": 63
        },
        "end": {
          "line": 312,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9911,
      "end": 9914,
      "loc": {
        "start": {
          "line": 312,
          "column": 69
        },
        "end": {
          "line": 312,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 9915,
      "end": 9924,
      "loc": {
        "start": {
          "line": 312,
          "column": 73
        },
        "end": {
          "line": 312,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9924,
      "end": 9925,
      "loc": {
        "start": {
          "line": 312,
          "column": 82
        },
        "end": {
          "line": 312,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9925,
      "end": 9926,
      "loc": {
        "start": {
          "line": 312,
          "column": 83
        },
        "end": {
          "line": 312,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9927,
      "end": 9928,
      "loc": {
        "start": {
          "line": 312,
          "column": 85
        },
        "end": {
          "line": 312,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9935,
      "end": 9940,
      "loc": {
        "start": {
          "line": 313,
          "column": 6
        },
        "end": {
          "line": 313,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 9941,
      "end": 9951,
      "loc": {
        "start": {
          "line": 313,
          "column": 12
        },
        "end": {
          "line": 313,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9952,
      "end": 9953,
      "loc": {
        "start": {
          "line": 313,
          "column": 23
        },
        "end": {
          "line": 313,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9954,
      "end": 9958,
      "loc": {
        "start": {
          "line": 313,
          "column": 25
        },
        "end": {
          "line": 313,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9958,
      "end": 9959,
      "loc": {
        "start": {
          "line": 313,
          "column": 29
        },
        "end": {
          "line": 313,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelInstance",
      "start": 9959,
      "end": 9972,
      "loc": {
        "start": {
          "line": 313,
          "column": 30
        },
        "end": {
          "line": 313,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9972,
      "end": 9973,
      "loc": {
        "start": {
          "line": 313,
          "column": 43
        },
        "end": {
          "line": 313,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 9973,
      "end": 9983,
      "loc": {
        "start": {
          "line": 313,
          "column": 44
        },
        "end": {
          "line": 313,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9983,
      "end": 9984,
      "loc": {
        "start": {
          "line": 313,
          "column": 54
        },
        "end": {
          "line": 313,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9984,
      "end": 9989,
      "loc": {
        "start": {
          "line": 313,
          "column": 55
        },
        "end": {
          "line": 313,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9989,
      "end": 9990,
      "loc": {
        "start": {
          "line": 313,
          "column": 60
        },
        "end": {
          "line": 313,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9990,
      "end": 9991,
      "loc": {
        "start": {
          "line": 313,
          "column": 61
        },
        "end": {
          "line": 313,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9998,
      "end": 10003,
      "loc": {
        "start": {
          "line": 314,
          "column": 6
        },
        "end": {
          "line": 314,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errMsg",
      "start": 10004,
      "end": 10010,
      "loc": {
        "start": {
          "line": 314,
          "column": 12
        },
        "end": {
          "line": 314,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10011,
      "end": 10012,
      "loc": {
        "start": {
          "line": 314,
          "column": 19
        },
        "end": {
          "line": 314,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 10013,
      "end": 10023,
      "loc": {
        "start": {
          "line": 314,
          "column": 21
        },
        "end": {
          "line": 314,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10046,
      "end": 10047,
      "loc": {
        "start": {
          "line": 315,
          "column": 22
        },
        "end": {
          "line": 315,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10048,
      "end": 10049,
      "loc": {
        "start": {
          "line": 315,
          "column": 24
        },
        "end": {
          "line": 315,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "validators",
      "start": 10049,
      "end": 10059,
      "loc": {
        "start": {
          "line": 315,
          "column": 25
        },
        "end": {
          "line": 315,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10059,
      "end": 10060,
      "loc": {
        "start": {
          "line": 315,
          "column": 35
        },
        "end": {
          "line": 315,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "notNull",
      "start": 10060,
      "end": 10067,
      "loc": {
        "start": {
          "line": 315,
          "column": 36
        },
        "end": {
          "line": 315,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10068,
      "end": 10070,
      "loc": {
        "start": {
          "line": 315,
          "column": 44
        },
        "end": {
          "line": 315,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10071,
      "end": 10072,
      "loc": {
        "start": {
          "line": 315,
          "column": 47
        },
        "end": {
          "line": 315,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10072,
      "end": 10073,
      "loc": {
        "start": {
          "line": 315,
          "column": 48
        },
        "end": {
          "line": 315,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10073,
      "end": 10074,
      "loc": {
        "start": {
          "line": 315,
          "column": 49
        },
        "end": {
          "line": 315,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10074,
      "end": 10075,
      "loc": {
        "start": {
          "line": 315,
          "column": 50
        },
        "end": {
          "line": 315,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 10075,
      "end": 10078,
      "loc": {
        "start": {
          "line": 315,
          "column": 51
        },
        "end": {
          "line": 315,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10101,
      "end": 10102,
      "loc": {
        "start": {
          "line": 316,
          "column": 22
        },
        "end": {
          "line": 316,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10103,
      "end": 10104,
      "loc": {
        "start": {
          "line": 316,
          "column": 24
        },
        "end": {
          "line": 316,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 10104,
      "end": 10104,
      "loc": {
        "start": {
          "line": 316,
          "column": 25
        },
        "end": {
          "line": 316,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10104,
      "end": 10106,
      "loc": {
        "start": {
          "line": 316,
          "column": 25
        },
        "end": {
          "line": 316,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10106,
      "end": 10111,
      "loc": {
        "start": {
          "line": 316,
          "column": 27
        },
        "end": {
          "line": 316,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10111,
      "end": 10112,
      "loc": {
        "start": {
          "line": 316,
          "column": 32
        },
        "end": {
          "line": 316,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " cannot be null",
      "start": 10112,
      "end": 10127,
      "loc": {
        "start": {
          "line": 316,
          "column": 33
        },
        "end": {
          "line": 316,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10127,
      "end": 10128,
      "loc": {
        "start": {
          "line": 316,
          "column": 48
        },
        "end": {
          "line": 316,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10128,
      "end": 10129,
      "loc": {
        "start": {
          "line": 316,
          "column": 49
        },
        "end": {
          "line": 316,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 10136,
      "end": 10141,
      "loc": {
        "start": {
          "line": 317,
          "column": 6
        },
        "end": {
          "line": 317,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10142,
      "end": 10143,
      "loc": {
        "start": {
          "line": 317,
          "column": 12
        },
        "end": {
          "line": 317,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 10144,
      "end": 10147,
      "loc": {
        "start": {
          "line": 317,
          "column": 14
        },
        "end": {
          "line": 317,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeError",
      "start": 10148,
      "end": 10162,
      "loc": {
        "start": {
          "line": 317,
          "column": 18
        },
        "end": {
          "line": 317,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10162,
      "end": 10163,
      "loc": {
        "start": {
          "line": 317,
          "column": 32
        },
        "end": {
          "line": 317,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValidationErrorItem",
      "start": 10163,
      "end": 10182,
      "loc": {
        "start": {
          "line": 317,
          "column": 33
        },
        "end": {
          "line": 317,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10182,
      "end": 10183,
      "loc": {
        "start": {
          "line": 317,
          "column": 52
        },
        "end": {
          "line": 317,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errMsg",
      "start": 10183,
      "end": 10189,
      "loc": {
        "start": {
          "line": 317,
          "column": 53
        },
        "end": {
          "line": 317,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10189,
      "end": 10190,
      "loc": {
        "start": {
          "line": 317,
          "column": 59
        },
        "end": {
          "line": 317,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "notNull Violation",
      "start": 10191,
      "end": 10210,
      "loc": {
        "start": {
          "line": 317,
          "column": 61
        },
        "end": {
          "line": 317,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10210,
      "end": 10211,
      "loc": {
        "start": {
          "line": 317,
          "column": 80
        },
        "end": {
          "line": 317,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10212,
      "end": 10217,
      "loc": {
        "start": {
          "line": 317,
          "column": 82
        },
        "end": {
          "line": 317,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10217,
      "end": 10218,
      "loc": {
        "start": {
          "line": 317,
          "column": 87
        },
        "end": {
          "line": 317,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10219,
      "end": 10224,
      "loc": {
        "start": {
          "line": 317,
          "column": 89
        },
        "end": {
          "line": 317,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10224,
      "end": 10225,
      "loc": {
        "start": {
          "line": 317,
          "column": 94
        },
        "end": {
          "line": 317,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10225,
      "end": 10226,
      "loc": {
        "start": {
          "line": 317,
          "column": 95
        },
        "end": {
          "line": 317,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10233,
      "end": 10237,
      "loc": {
        "start": {
          "line": 318,
          "column": 6
        },
        "end": {
          "line": 318,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10237,
      "end": 10238,
      "loc": {
        "start": {
          "line": 318,
          "column": 10
        },
        "end": {
          "line": 318,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 10238,
      "end": 10244,
      "loc": {
        "start": {
          "line": 318,
          "column": 11
        },
        "end": {
          "line": 318,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10244,
      "end": 10245,
      "loc": {
        "start": {
          "line": 318,
          "column": 17
        },
        "end": {
          "line": 318,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 10245,
      "end": 10249,
      "loc": {
        "start": {
          "line": 318,
          "column": 18
        },
        "end": {
          "line": 318,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10249,
      "end": 10250,
      "loc": {
        "start": {
          "line": 318,
          "column": 22
        },
        "end": {
          "line": 318,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 10250,
      "end": 10255,
      "loc": {
        "start": {
          "line": 318,
          "column": 23
        },
        "end": {
          "line": 318,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10255,
      "end": 10256,
      "loc": {
        "start": {
          "line": 318,
          "column": 28
        },
        "end": {
          "line": 318,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10256,
      "end": 10257,
      "loc": {
        "start": {
          "line": 318,
          "column": 29
        },
        "end": {
          "line": 318,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10262,
      "end": 10263,
      "loc": {
        "start": {
          "line": 319,
          "column": 4
        },
        "end": {
          "line": 319,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10269,
      "end": 10271,
      "loc": {
        "start": {
          "line": 321,
          "column": 4
        },
        "end": {
          "line": 321,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10272,
      "end": 10273,
      "loc": {
        "start": {
          "line": 321,
          "column": 7
        },
        "end": {
          "line": 321,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 10273,
      "end": 10285,
      "loc": {
        "start": {
          "line": 321,
          "column": 8
        },
        "end": {
          "line": 321,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10285,
      "end": 10286,
      "loc": {
        "start": {
          "line": 321,
          "column": 20
        },
        "end": {
          "line": 321,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10286,
      "end": 10290,
      "loc": {
        "start": {
          "line": 321,
          "column": 21
        },
        "end": {
          "line": 321,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10291,
      "end": 10294,
      "loc": {
        "start": {
          "line": 321,
          "column": 26
        },
        "end": {
          "line": 321,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10295,
      "end": 10304,
      "loc": {
        "start": {
          "line": 321,
          "column": 30
        },
        "end": {
          "line": 321,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10304,
      "end": 10305,
      "loc": {
        "start": {
          "line": 321,
          "column": 39
        },
        "end": {
          "line": 321,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 10305,
      "end": 10311,
      "loc": {
        "start": {
          "line": 321,
          "column": 40
        },
        "end": {
          "line": 321,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10312,
      "end": 10314,
      "loc": {
        "start": {
          "line": 321,
          "column": 47
        },
        "end": {
          "line": 321,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 10315,
      "end": 10327,
      "loc": {
        "start": {
          "line": 321,
          "column": 50
        },
        "end": {
          "line": 321,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10327,
      "end": 10328,
      "loc": {
        "start": {
          "line": 321,
          "column": 62
        },
        "end": {
          "line": 321,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10328,
      "end": 10332,
      "loc": {
        "start": {
          "line": 321,
          "column": 63
        },
        "end": {
          "line": 321,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10333,
      "end": 10343,
      "loc": {
        "start": {
          "line": 321,
          "column": 68
        },
        "end": {
          "line": 321,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10344,
      "end": 10353,
      "loc": {
        "start": {
          "line": 321,
          "column": 79
        },
        "end": {
          "line": 321,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10353,
      "end": 10354,
      "loc": {
        "start": {
          "line": 321,
          "column": 88
        },
        "end": {
          "line": 321,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "STRING",
      "start": 10354,
      "end": 10360,
      "loc": {
        "start": {
          "line": 321,
          "column": 89
        },
        "end": {
          "line": 321,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10361,
      "end": 10363,
      "loc": {
        "start": {
          "line": 321,
          "column": 96
        },
        "end": {
          "line": 321,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 10364,
      "end": 10376,
      "loc": {
        "start": {
          "line": 321,
          "column": 99
        },
        "end": {
          "line": 321,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10376,
      "end": 10377,
      "loc": {
        "start": {
          "line": 321,
          "column": 111
        },
        "end": {
          "line": 321,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10377,
      "end": 10381,
      "loc": {
        "start": {
          "line": 321,
          "column": 112
        },
        "end": {
          "line": 321,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10382,
      "end": 10385,
      "loc": {
        "start": {
          "line": 321,
          "column": 117
        },
        "end": {
          "line": 321,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10386,
      "end": 10395,
      "loc": {
        "start": {
          "line": 321,
          "column": 121
        },
        "end": {
          "line": 321,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10395,
      "end": 10396,
      "loc": {
        "start": {
          "line": 321,
          "column": 130
        },
        "end": {
          "line": 321,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 10396,
      "end": 10400,
      "loc": {
        "start": {
          "line": 321,
          "column": 131
        },
        "end": {
          "line": 321,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10401,
      "end": 10403,
      "loc": {
        "start": {
          "line": 321,
          "column": 136
        },
        "end": {
          "line": 321,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttribute",
      "start": 10404,
      "end": 10416,
      "loc": {
        "start": {
          "line": 321,
          "column": 139
        },
        "end": {
          "line": 321,
          "column": 151
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10416,
      "end": 10417,
      "loc": {
        "start": {
          "line": 321,
          "column": 151
        },
        "end": {
          "line": 321,
          "column": 152
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10417,
      "end": 10421,
      "loc": {
        "start": {
          "line": 321,
          "column": 152
        },
        "end": {
          "line": 321,
          "column": 156
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10422,
      "end": 10432,
      "loc": {
        "start": {
          "line": 321,
          "column": 157
        },
        "end": {
          "line": 321,
          "column": 167
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DataTypes",
      "start": 10433,
      "end": 10442,
      "loc": {
        "start": {
          "line": 321,
          "column": 168
        },
        "end": {
          "line": 321,
          "column": 177
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10442,
      "end": 10443,
      "loc": {
        "start": {
          "line": 321,
          "column": 177
        },
        "end": {
          "line": 321,
          "column": 178
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TEXT",
      "start": 10443,
      "end": 10447,
      "loc": {
        "start": {
          "line": 321,
          "column": 178
        },
        "end": {
          "line": 321,
          "column": 182
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10447,
      "end": 10448,
      "loc": {
        "start": {
          "line": 321,
          "column": 182
        },
        "end": {
          "line": 321,
          "column": 183
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10449,
      "end": 10450,
      "loc": {
        "start": {
          "line": 321,
          "column": 184
        },
        "end": {
          "line": 321,
          "column": 185
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10457,
      "end": 10459,
      "loc": {
        "start": {
          "line": 322,
          "column": 6
        },
        "end": {
          "line": 322,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10460,
      "end": 10461,
      "loc": {
        "start": {
          "line": 322,
          "column": 9
        },
        "end": {
          "line": 322,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 10461,
      "end": 10466,
      "loc": {
        "start": {
          "line": 322,
          "column": 10
        },
        "end": {
          "line": 322,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10466,
      "end": 10467,
      "loc": {
        "start": {
          "line": 322,
          "column": 15
        },
        "end": {
          "line": 322,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 10467,
      "end": 10474,
      "loc": {
        "start": {
          "line": 322,
          "column": 16
        },
        "end": {
          "line": 322,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10474,
      "end": 10475,
      "loc": {
        "start": {
          "line": 322,
          "column": 23
        },
        "end": {
          "line": 322,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10475,
      "end": 10480,
      "loc": {
        "start": {
          "line": 322,
          "column": 24
        },
        "end": {
          "line": 322,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10480,
      "end": 10481,
      "loc": {
        "start": {
          "line": 322,
          "column": 29
        },
        "end": {
          "line": 322,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10482,
      "end": 10484,
      "loc": {
        "start": {
          "line": 322,
          "column": 31
        },
        "end": {
          "line": 322,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10485,
      "end": 10486,
      "loc": {
        "start": {
          "line": 322,
          "column": 34
        },
        "end": {
          "line": 322,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10486,
      "end": 10487,
      "loc": {
        "start": {
          "line": 322,
          "column": 35
        },
        "end": {
          "line": 322,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10487,
      "end": 10488,
      "loc": {
        "start": {
          "line": 322,
          "column": 36
        },
        "end": {
          "line": 322,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 10488,
      "end": 10496,
      "loc": {
        "start": {
          "line": 322,
          "column": 37
        },
        "end": {
          "line": 322,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10496,
      "end": 10497,
      "loc": {
        "start": {
          "line": 322,
          "column": 45
        },
        "end": {
          "line": 322,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10497,
      "end": 10502,
      "loc": {
        "start": {
          "line": 322,
          "column": 46
        },
        "end": {
          "line": 322,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10502,
      "end": 10503,
      "loc": {
        "start": {
          "line": 322,
          "column": 51
        },
        "end": {
          "line": 322,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10504,
      "end": 10506,
      "loc": {
        "start": {
          "line": 322,
          "column": 53
        },
        "end": {
          "line": 322,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 10507,
      "end": 10508,
      "loc": {
        "start": {
          "line": 322,
          "column": 56
        },
        "end": {
          "line": 322,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10508,
      "end": 10509,
      "loc": {
        "start": {
          "line": 322,
          "column": 57
        },
        "end": {
          "line": 322,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10509,
      "end": 10514,
      "loc": {
        "start": {
          "line": 322,
          "column": 58
        },
        "end": {
          "line": 322,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 10515,
      "end": 10525,
      "loc": {
        "start": {
          "line": 322,
          "column": 64
        },
        "end": {
          "line": 322,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 10526,
      "end": 10531,
      "loc": {
        "start": {
          "line": 322,
          "column": 75
        },
        "end": {
          "line": 322,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10531,
      "end": 10532,
      "loc": {
        "start": {
          "line": 322,
          "column": 80
        },
        "end": {
          "line": 322,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SequelizeMethod",
      "start": 10532,
      "end": 10547,
      "loc": {
        "start": {
          "line": 322,
          "column": 81
        },
        "end": {
          "line": 322,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10547,
      "end": 10548,
      "loc": {
        "start": {
          "line": 322,
          "column": 96
        },
        "end": {
          "line": 322,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10548,
      "end": 10549,
      "loc": {
        "start": {
          "line": 322,
          "column": 97
        },
        "end": {
          "line": 322,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10550,
      "end": 10552,
      "loc": {
        "start": {
          "line": 322,
          "column": 99
        },
        "end": {
          "line": 322,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 10553,
      "end": 10554,
      "loc": {
        "start": {
          "line": 322,
          "column": 102
        },
        "end": {
          "line": 322,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 10554,
      "end": 10560,
      "loc": {
        "start": {
          "line": 322,
          "column": 103
        },
        "end": {
          "line": 322,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10560,
      "end": 10561,
      "loc": {
        "start": {
          "line": 322,
          "column": 109
        },
        "end": {
          "line": 322,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBuffer",
      "start": 10561,
      "end": 10569,
      "loc": {
        "start": {
          "line": 322,
          "column": 110
        },
        "end": {
          "line": 322,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10569,
      "end": 10570,
      "loc": {
        "start": {
          "line": 322,
          "column": 118
        },
        "end": {
          "line": 322,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10570,
      "end": 10575,
      "loc": {
        "start": {
          "line": 322,
          "column": 119
        },
        "end": {
          "line": 322,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10575,
      "end": 10576,
      "loc": {
        "start": {
          "line": 322,
          "column": 124
        },
        "end": {
          "line": 322,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10576,
      "end": 10577,
      "loc": {
        "start": {
          "line": 322,
          "column": 125
        },
        "end": {
          "line": 322,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10578,
      "end": 10579,
      "loc": {
        "start": {
          "line": 322,
          "column": 127
        },
        "end": {
          "line": 322,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 10588,
      "end": 10593,
      "loc": {
        "start": {
          "line": 323,
          "column": 8
        },
        "end": {
          "line": 323,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10594,
      "end": 10595,
      "loc": {
        "start": {
          "line": 323,
          "column": 14
        },
        "end": {
          "line": 323,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 10596,
      "end": 10599,
      "loc": {
        "start": {
          "line": 323,
          "column": 16
        },
        "end": {
          "line": 323,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeError",
      "start": 10600,
      "end": 10614,
      "loc": {
        "start": {
          "line": 323,
          "column": 20
        },
        "end": {
          "line": 323,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10614,
      "end": 10615,
      "loc": {
        "start": {
          "line": 323,
          "column": 34
        },
        "end": {
          "line": 323,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValidationErrorItem",
      "start": 10615,
      "end": 10634,
      "loc": {
        "start": {
          "line": 323,
          "column": 35
        },
        "end": {
          "line": 323,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10634,
      "end": 10635,
      "loc": {
        "start": {
          "line": 323,
          "column": 54
        },
        "end": {
          "line": 323,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10635,
      "end": 10636,
      "loc": {
        "start": {
          "line": 323,
          "column": 55
        },
        "end": {
          "line": 323,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 10636,
      "end": 10636,
      "loc": {
        "start": {
          "line": 323,
          "column": 56
        },
        "end": {
          "line": 323,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10636,
      "end": 10638,
      "loc": {
        "start": {
          "line": 323,
          "column": 56
        },
        "end": {
          "line": 323,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10638,
      "end": 10643,
      "loc": {
        "start": {
          "line": 323,
          "column": 58
        },
        "end": {
          "line": 323,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10643,
      "end": 10644,
      "loc": {
        "start": {
          "line": 323,
          "column": 63
        },
        "end": {
          "line": 323,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " cannot be an array or an object",
      "start": 10644,
      "end": 10676,
      "loc": {
        "start": {
          "line": 323,
          "column": 64
        },
        "end": {
          "line": 323,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10676,
      "end": 10677,
      "loc": {
        "start": {
          "line": 323,
          "column": 96
        },
        "end": {
          "line": 323,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10677,
      "end": 10678,
      "loc": {
        "start": {
          "line": 323,
          "column": 97
        },
        "end": {
          "line": 323,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string violation",
      "start": 10679,
      "end": 10697,
      "loc": {
        "start": {
          "line": 323,
          "column": 99
        },
        "end": {
          "line": 323,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10697,
      "end": 10698,
      "loc": {
        "start": {
          "line": 323,
          "column": 117
        },
        "end": {
          "line": 323,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10699,
      "end": 10704,
      "loc": {
        "start": {
          "line": 323,
          "column": 119
        },
        "end": {
          "line": 323,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10704,
      "end": 10705,
      "loc": {
        "start": {
          "line": 323,
          "column": 124
        },
        "end": {
          "line": 323,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10706,
      "end": 10711,
      "loc": {
        "start": {
          "line": 323,
          "column": 126
        },
        "end": {
          "line": 323,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10711,
      "end": 10712,
      "loc": {
        "start": {
          "line": 323,
          "column": 131
        },
        "end": {
          "line": 323,
          "column": 132
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10712,
      "end": 10713,
      "loc": {
        "start": {
          "line": 323,
          "column": 132
        },
        "end": {
          "line": 323,
          "column": 133
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10722,
      "end": 10726,
      "loc": {
        "start": {
          "line": 324,
          "column": 8
        },
        "end": {
          "line": 324,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10726,
      "end": 10727,
      "loc": {
        "start": {
          "line": 324,
          "column": 12
        },
        "end": {
          "line": 324,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 10727,
      "end": 10733,
      "loc": {
        "start": {
          "line": 324,
          "column": 13
        },
        "end": {
          "line": 324,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10733,
      "end": 10734,
      "loc": {
        "start": {
          "line": 324,
          "column": 19
        },
        "end": {
          "line": 324,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 10734,
      "end": 10738,
      "loc": {
        "start": {
          "line": 324,
          "column": 20
        },
        "end": {
          "line": 324,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10738,
      "end": 10739,
      "loc": {
        "start": {
          "line": 324,
          "column": 24
        },
        "end": {
          "line": 324,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 10739,
      "end": 10744,
      "loc": {
        "start": {
          "line": 324,
          "column": 25
        },
        "end": {
          "line": 324,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10744,
      "end": 10745,
      "loc": {
        "start": {
          "line": 324,
          "column": 30
        },
        "end": {
          "line": 324,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10745,
      "end": 10746,
      "loc": {
        "start": {
          "line": 324,
          "column": 31
        },
        "end": {
          "line": 324,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10753,
      "end": 10754,
      "loc": {
        "start": {
          "line": 325,
          "column": 6
        },
        "end": {
          "line": 325,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10759,
      "end": 10760,
      "loc": {
        "start": {
          "line": 326,
          "column": 4
        },
        "end": {
          "line": 326,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10763,
      "end": 10764,
      "loc": {
        "start": {
          "line": 327,
          "column": 2
        },
        "end": {
          "line": 327,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Handles the returned result of a Promise.reflect.\n   *\n   * If errors are found it populates this.error.\n   *\n   * @param {string} field The attribute name.\n   * @param {string|number} value The data value.\n   * @param {Array.<Promise.PromiseInspection>} Promise inspection objects.\n   * @private\n   ",
      "start": 10769,
      "end": 11080,
      "loc": {
        "start": {
          "line": 330,
          "column": 2
        },
        "end": {
          "line": 339,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_handleReflectedResult",
      "start": 11083,
      "end": 11105,
      "loc": {
        "start": {
          "line": 340,
          "column": 2
        },
        "end": {
          "line": 340,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11105,
      "end": 11106,
      "loc": {
        "start": {
          "line": 340,
          "column": 24
        },
        "end": {
          "line": 340,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 11106,
      "end": 11111,
      "loc": {
        "start": {
          "line": 340,
          "column": 25
        },
        "end": {
          "line": 340,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11111,
      "end": 11112,
      "loc": {
        "start": {
          "line": 340,
          "column": 30
        },
        "end": {
          "line": 340,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11113,
      "end": 11118,
      "loc": {
        "start": {
          "line": 340,
          "column": 32
        },
        "end": {
          "line": 340,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11118,
      "end": 11119,
      "loc": {
        "start": {
          "line": 340,
          "column": 37
        },
        "end": {
          "line": 340,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promiseInspections",
      "start": 11120,
      "end": 11138,
      "loc": {
        "start": {
          "line": 340,
          "column": 39
        },
        "end": {
          "line": 340,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11138,
      "end": 11139,
      "loc": {
        "start": {
          "line": 340,
          "column": 57
        },
        "end": {
          "line": 340,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11140,
      "end": 11141,
      "loc": {
        "start": {
          "line": 340,
          "column": 59
        },
        "end": {
          "line": 340,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 11146,
      "end": 11149,
      "loc": {
        "start": {
          "line": 341,
          "column": 4
        },
        "end": {
          "line": 341,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11150,
      "end": 11151,
      "loc": {
        "start": {
          "line": 341,
          "column": 8
        },
        "end": {
          "line": 341,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11151,
      "end": 11156,
      "loc": {
        "start": {
          "line": 341,
          "column": 9
        },
        "end": {
          "line": 341,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promiseInspection",
      "start": 11157,
      "end": 11174,
      "loc": {
        "start": {
          "line": 341,
          "column": 15
        },
        "end": {
          "line": 341,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 11175,
      "end": 11177,
      "loc": {
        "start": {
          "line": 341,
          "column": 33
        },
        "end": {
          "line": 341,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promiseInspections",
      "start": 11178,
      "end": 11196,
      "loc": {
        "start": {
          "line": 341,
          "column": 36
        },
        "end": {
          "line": 341,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11196,
      "end": 11197,
      "loc": {
        "start": {
          "line": 341,
          "column": 54
        },
        "end": {
          "line": 341,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11198,
      "end": 11199,
      "loc": {
        "start": {
          "line": 341,
          "column": 56
        },
        "end": {
          "line": 341,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11206,
      "end": 11208,
      "loc": {
        "start": {
          "line": 342,
          "column": 6
        },
        "end": {
          "line": 342,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11209,
      "end": 11210,
      "loc": {
        "start": {
          "line": 342,
          "column": 9
        },
        "end": {
          "line": 342,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promiseInspection",
      "start": 11210,
      "end": 11227,
      "loc": {
        "start": {
          "line": 342,
          "column": 10
        },
        "end": {
          "line": 342,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11227,
      "end": 11228,
      "loc": {
        "start": {
          "line": 342,
          "column": 27
        },
        "end": {
          "line": 342,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isRejected",
      "start": 11228,
      "end": 11238,
      "loc": {
        "start": {
          "line": 342,
          "column": 28
        },
        "end": {
          "line": 342,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11238,
      "end": 11239,
      "loc": {
        "start": {
          "line": 342,
          "column": 38
        },
        "end": {
          "line": 342,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11239,
      "end": 11240,
      "loc": {
        "start": {
          "line": 342,
          "column": 39
        },
        "end": {
          "line": 342,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11240,
      "end": 11241,
      "loc": {
        "start": {
          "line": 342,
          "column": 40
        },
        "end": {
          "line": 342,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11242,
      "end": 11243,
      "loc": {
        "start": {
          "line": 342,
          "column": 42
        },
        "end": {
          "line": 342,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11252,
      "end": 11257,
      "loc": {
        "start": {
          "line": 343,
          "column": 8
        },
        "end": {
          "line": 343,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rejection",
      "start": 11258,
      "end": 11267,
      "loc": {
        "start": {
          "line": 343,
          "column": 14
        },
        "end": {
          "line": 343,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11268,
      "end": 11269,
      "loc": {
        "start": {
          "line": 343,
          "column": 24
        },
        "end": {
          "line": 343,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "promiseInspection",
      "start": 11270,
      "end": 11287,
      "loc": {
        "start": {
          "line": 343,
          "column": 26
        },
        "end": {
          "line": 343,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11287,
      "end": 11288,
      "loc": {
        "start": {
          "line": 343,
          "column": 43
        },
        "end": {
          "line": 343,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 11288,
      "end": 11293,
      "loc": {
        "start": {
          "line": 343,
          "column": 44
        },
        "end": {
          "line": 343,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11293,
      "end": 11294,
      "loc": {
        "start": {
          "line": 343,
          "column": 49
        },
        "end": {
          "line": 343,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11294,
      "end": 11295,
      "loc": {
        "start": {
          "line": 343,
          "column": 50
        },
        "end": {
          "line": 343,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11295,
      "end": 11296,
      "loc": {
        "start": {
          "line": 343,
          "column": 51
        },
        "end": {
          "line": 343,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11305,
      "end": 11309,
      "loc": {
        "start": {
          "line": 344,
          "column": 8
        },
        "end": {
          "line": 344,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11309,
      "end": 11310,
      "loc": {
        "start": {
          "line": 344,
          "column": 12
        },
        "end": {
          "line": 344,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_pushError",
      "start": 11310,
      "end": 11320,
      "loc": {
        "start": {
          "line": 344,
          "column": 13
        },
        "end": {
          "line": 344,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11320,
      "end": 11321,
      "loc": {
        "start": {
          "line": 344,
          "column": 23
        },
        "end": {
          "line": 344,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 11321,
      "end": 11325,
      "loc": {
        "start": {
          "line": 344,
          "column": 24
        },
        "end": {
          "line": 344,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11325,
      "end": 11326,
      "loc": {
        "start": {
          "line": 344,
          "column": 28
        },
        "end": {
          "line": 344,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 11327,
      "end": 11332,
      "loc": {
        "start": {
          "line": 344,
          "column": 30
        },
        "end": {
          "line": 344,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11332,
      "end": 11333,
      "loc": {
        "start": {
          "line": 344,
          "column": 35
        },
        "end": {
          "line": 344,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rejection",
      "start": 11334,
      "end": 11343,
      "loc": {
        "start": {
          "line": 344,
          "column": 37
        },
        "end": {
          "line": 344,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11343,
      "end": 11344,
      "loc": {
        "start": {
          "line": 344,
          "column": 46
        },
        "end": {
          "line": 344,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11345,
      "end": 11350,
      "loc": {
        "start": {
          "line": 344,
          "column": 48
        },
        "end": {
          "line": 344,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11350,
      "end": 11351,
      "loc": {
        "start": {
          "line": 344,
          "column": 53
        },
        "end": {
          "line": 344,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11351,
      "end": 11352,
      "loc": {
        "start": {
          "line": 344,
          "column": 54
        },
        "end": {
          "line": 344,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11359,
      "end": 11360,
      "loc": {
        "start": {
          "line": 345,
          "column": 6
        },
        "end": {
          "line": 345,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11365,
      "end": 11366,
      "loc": {
        "start": {
          "line": 346,
          "column": 4
        },
        "end": {
          "line": 346,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11369,
      "end": 11370,
      "loc": {
        "start": {
          "line": 347,
          "column": 2
        },
        "end": {
          "line": 347,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Signs all errors retaining the original.\n   *\n   * @param {boolean} isBuiltin Determines if error is from builtin validator.\n   * @param {string} errorKey The error key to assign on this.errors object.\n   * @param {Error|string} rawError The original error.\n   * @param {string|number} value The data that triggered the error.\n   * @private\n   ",
      "start": 11374,
      "end": 11729,
      "loc": {
        "start": {
          "line": 349,
          "column": 2
        },
        "end": {
          "line": 357,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_pushError",
      "start": 11732,
      "end": 11742,
      "loc": {
        "start": {
          "line": 358,
          "column": 2
        },
        "end": {
          "line": 358,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11742,
      "end": 11743,
      "loc": {
        "start": {
          "line": 358,
          "column": 12
        },
        "end": {
          "line": 358,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBuiltin",
      "start": 11743,
      "end": 11752,
      "loc": {
        "start": {
          "line": 358,
          "column": 13
        },
        "end": {
          "line": 358,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11752,
      "end": 11753,
      "loc": {
        "start": {
          "line": 358,
          "column": 22
        },
        "end": {
          "line": 358,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errorKey",
      "start": 11754,
      "end": 11762,
      "loc": {
        "start": {
          "line": 358,
          "column": 24
        },
        "end": {
          "line": 358,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11762,
      "end": 11763,
      "loc": {
        "start": {
          "line": 358,
          "column": 32
        },
        "end": {
          "line": 358,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawError",
      "start": 11764,
      "end": 11772,
      "loc": {
        "start": {
          "line": 358,
          "column": 34
        },
        "end": {
          "line": 358,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11772,
      "end": 11773,
      "loc": {
        "start": {
          "line": 358,
          "column": 42
        },
        "end": {
          "line": 358,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11774,
      "end": 11779,
      "loc": {
        "start": {
          "line": 358,
          "column": 44
        },
        "end": {
          "line": 358,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11779,
      "end": 11780,
      "loc": {
        "start": {
          "line": 358,
          "column": 49
        },
        "end": {
          "line": 358,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11781,
      "end": 11782,
      "loc": {
        "start": {
          "line": 358,
          "column": 51
        },
        "end": {
          "line": 358,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11787,
      "end": 11792,
      "loc": {
        "start": {
          "line": 359,
          "column": 4
        },
        "end": {
          "line": 359,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 11793,
      "end": 11800,
      "loc": {
        "start": {
          "line": 359,
          "column": 10
        },
        "end": {
          "line": 359,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11801,
      "end": 11802,
      "loc": {
        "start": {
          "line": 359,
          "column": 18
        },
        "end": {
          "line": 359,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawError",
      "start": 11803,
      "end": 11811,
      "loc": {
        "start": {
          "line": 359,
          "column": 20
        },
        "end": {
          "line": 359,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11811,
      "end": 11812,
      "loc": {
        "start": {
          "line": 359,
          "column": 28
        },
        "end": {
          "line": 359,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 11812,
      "end": 11819,
      "loc": {
        "start": {
          "line": 359,
          "column": 29
        },
        "end": {
          "line": 359,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11820,
      "end": 11822,
      "loc": {
        "start": {
          "line": 359,
          "column": 37
        },
        "end": {
          "line": 359,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawError",
      "start": 11823,
      "end": 11831,
      "loc": {
        "start": {
          "line": 359,
          "column": 40
        },
        "end": {
          "line": 359,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11832,
      "end": 11834,
      "loc": {
        "start": {
          "line": 359,
          "column": 49
        },
        "end": {
          "line": 359,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Validation error",
      "start": 11835,
      "end": 11853,
      "loc": {
        "start": {
          "line": 359,
          "column": 52
        },
        "end": {
          "line": 359,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11853,
      "end": 11854,
      "loc": {
        "start": {
          "line": 359,
          "column": 70
        },
        "end": {
          "line": 359,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11859,
      "end": 11864,
      "loc": {
        "start": {
          "line": 360,
          "column": 4
        },
        "end": {
          "line": 360,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 11865,
      "end": 11870,
      "loc": {
        "start": {
          "line": 360,
          "column": 10
        },
        "end": {
          "line": 360,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11871,
      "end": 11872,
      "loc": {
        "start": {
          "line": 360,
          "column": 16
        },
        "end": {
          "line": 360,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 11873,
      "end": 11876,
      "loc": {
        "start": {
          "line": 360,
          "column": 18
        },
        "end": {
          "line": 360,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeError",
      "start": 11877,
      "end": 11891,
      "loc": {
        "start": {
          "line": 360,
          "column": 22
        },
        "end": {
          "line": 360,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11891,
      "end": 11892,
      "loc": {
        "start": {
          "line": 360,
          "column": 36
        },
        "end": {
          "line": 360,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValidationErrorItem",
      "start": 11892,
      "end": 11911,
      "loc": {
        "start": {
          "line": 360,
          "column": 37
        },
        "end": {
          "line": 360,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11911,
      "end": 11912,
      "loc": {
        "start": {
          "line": 360,
          "column": 56
        },
        "end": {
          "line": 360,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 11912,
      "end": 11919,
      "loc": {
        "start": {
          "line": 360,
          "column": 57
        },
        "end": {
          "line": 360,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11919,
      "end": 11920,
      "loc": {
        "start": {
          "line": 360,
          "column": 64
        },
        "end": {
          "line": 360,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Validation error",
      "start": 11921,
      "end": 11939,
      "loc": {
        "start": {
          "line": 360,
          "column": 66
        },
        "end": {
          "line": 360,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11939,
      "end": 11940,
      "loc": {
        "start": {
          "line": 360,
          "column": 84
        },
        "end": {
          "line": 360,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errorKey",
      "start": 11941,
      "end": 11949,
      "loc": {
        "start": {
          "line": 360,
          "column": 86
        },
        "end": {
          "line": 360,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11949,
      "end": 11950,
      "loc": {
        "start": {
          "line": 360,
          "column": 94
        },
        "end": {
          "line": 360,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 11951,
      "end": 11956,
      "loc": {
        "start": {
          "line": 360,
          "column": 96
        },
        "end": {
          "line": 360,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11956,
      "end": 11957,
      "loc": {
        "start": {
          "line": 360,
          "column": 101
        },
        "end": {
          "line": 360,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11957,
      "end": 11958,
      "loc": {
        "start": {
          "line": 360,
          "column": 102
        },
        "end": {
          "line": 360,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 11963,
      "end": 11968,
      "loc": {
        "start": {
          "line": 361,
          "column": 4
        },
        "end": {
          "line": 361,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11968,
      "end": 11969,
      "loc": {
        "start": {
          "line": 361,
          "column": 9
        },
        "end": {
          "line": 361,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "InstanceValidator",
      "start": 11969,
      "end": 11986,
      "loc": {
        "start": {
          "line": 361,
          "column": 10
        },
        "end": {
          "line": 361,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11986,
      "end": 11987,
      "loc": {
        "start": {
          "line": 361,
          "column": 27
        },
        "end": {
          "line": 361,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RAW_KEY_NAME",
      "start": 11987,
      "end": 11999,
      "loc": {
        "start": {
          "line": 361,
          "column": 28
        },
        "end": {
          "line": 361,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11999,
      "end": 12000,
      "loc": {
        "start": {
          "line": 361,
          "column": 40
        },
        "end": {
          "line": 361,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12001,
      "end": 12002,
      "loc": {
        "start": {
          "line": 361,
          "column": 42
        },
        "end": {
          "line": 361,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawError",
      "start": 12003,
      "end": 12011,
      "loc": {
        "start": {
          "line": 361,
          "column": 44
        },
        "end": {
          "line": 361,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12011,
      "end": 12012,
      "loc": {
        "start": {
          "line": 361,
          "column": 52
        },
        "end": {
          "line": 361,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12018,
      "end": 12022,
      "loc": {
        "start": {
          "line": 363,
          "column": 4
        },
        "end": {
          "line": 363,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12022,
      "end": 12023,
      "loc": {
        "start": {
          "line": 363,
          "column": 8
        },
        "end": {
          "line": 363,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 12023,
      "end": 12029,
      "loc": {
        "start": {
          "line": 363,
          "column": 9
        },
        "end": {
          "line": 363,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12029,
      "end": 12030,
      "loc": {
        "start": {
          "line": 363,
          "column": 15
        },
        "end": {
          "line": 363,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 12030,
      "end": 12034,
      "loc": {
        "start": {
          "line": 363,
          "column": 16
        },
        "end": {
          "line": 363,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12034,
      "end": 12035,
      "loc": {
        "start": {
          "line": 363,
          "column": 20
        },
        "end": {
          "line": 363,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 12035,
      "end": 12040,
      "loc": {
        "start": {
          "line": 363,
          "column": 21
        },
        "end": {
          "line": 363,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12040,
      "end": 12041,
      "loc": {
        "start": {
          "line": 363,
          "column": 26
        },
        "end": {
          "line": 363,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12041,
      "end": 12042,
      "loc": {
        "start": {
          "line": 363,
          "column": 27
        },
        "end": {
          "line": 363,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12045,
      "end": 12046,
      "loc": {
        "start": {
          "line": 364,
          "column": 2
        },
        "end": {
          "line": 364,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12047,
      "end": 12048,
      "loc": {
        "start": {
          "line": 365,
          "column": 0
        },
        "end": {
          "line": 365,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * @define {string} The error key for arguments as passed by custom validators\n * @private\n ",
      "start": 12049,
      "end": 12147,
      "loc": {
        "start": {
          "line": 366,
          "column": 0
        },
        "end": {
          "line": 369,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "InstanceValidator",
      "start": 12148,
      "end": 12165,
      "loc": {
        "start": {
          "line": 370,
          "column": 0
        },
        "end": {
          "line": 370,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12165,
      "end": 12166,
      "loc": {
        "start": {
          "line": 370,
          "column": 17
        },
        "end": {
          "line": 370,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RAW_KEY_NAME",
      "start": 12166,
      "end": 12178,
      "loc": {
        "start": {
          "line": 370,
          "column": 18
        },
        "end": {
          "line": 370,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12179,
      "end": 12180,
      "loc": {
        "start": {
          "line": 370,
          "column": 31
        },
        "end": {
          "line": 370,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "__raw",
      "start": 12181,
      "end": 12188,
      "loc": {
        "start": {
          "line": 370,
          "column": 33
        },
        "end": {
          "line": 370,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12188,
      "end": 12189,
      "loc": {
        "start": {
          "line": 370,
          "column": 40
        },
        "end": {
          "line": 370,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 12191,
      "end": 12197,
      "loc": {
        "start": {
          "line": 372,
          "column": 0
        },
        "end": {
          "line": 372,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12197,
      "end": 12198,
      "loc": {
        "start": {
          "line": 372,
          "column": 6
        },
        "end": {
          "line": 372,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12198,
      "end": 12205,
      "loc": {
        "start": {
          "line": 372,
          "column": 7
        },
        "end": {
          "line": 372,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12206,
      "end": 12207,
      "loc": {
        "start": {
          "line": 372,
          "column": 15
        },
        "end": {
          "line": 372,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "InstanceValidator",
      "start": 12208,
      "end": 12225,
      "loc": {
        "start": {
          "line": 372,
          "column": 17
        },
        "end": {
          "line": 372,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12225,
      "end": 12226,
      "loc": {
        "start": {
          "line": 372,
          "column": 34
        },
        "end": {
          "line": 372,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 12227,
      "end": 12233,
      "loc": {
        "start": {
          "line": 373,
          "column": 0
        },
        "end": {
          "line": 373,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12233,
      "end": 12234,
      "loc": {
        "start": {
          "line": 373,
          "column": 6
        },
        "end": {
          "line": 373,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12234,
      "end": 12241,
      "loc": {
        "start": {
          "line": 373,
          "column": 7
        },
        "end": {
          "line": 373,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12241,
      "end": 12242,
      "loc": {
        "start": {
          "line": 373,
          "column": 14
        },
        "end": {
          "line": 373,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "InstanceValidator",
      "start": 12242,
      "end": 12259,
      "loc": {
        "start": {
          "line": 373,
          "column": 15
        },
        "end": {
          "line": 373,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12260,
      "end": 12261,
      "loc": {
        "start": {
          "line": 373,
          "column": 33
        },
        "end": {
          "line": 373,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "InstanceValidator",
      "start": 12262,
      "end": 12279,
      "loc": {
        "start": {
          "line": 373,
          "column": 35
        },
        "end": {
          "line": 373,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12279,
      "end": 12280,
      "loc": {
        "start": {
          "line": 373,
          "column": 52
        },
        "end": {
          "line": 373,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 12281,
      "end": 12287,
      "loc": {
        "start": {
          "line": 374,
          "column": 0
        },
        "end": {
          "line": 374,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12287,
      "end": 12288,
      "loc": {
        "start": {
          "line": 374,
          "column": 6
        },
        "end": {
          "line": 374,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12288,
      "end": 12295,
      "loc": {
        "start": {
          "line": 374,
          "column": 7
        },
        "end": {
          "line": 374,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12295,
      "end": 12296,
      "loc": {
        "start": {
          "line": 374,
          "column": 14
        },
        "end": {
          "line": 374,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 12296,
      "end": 12303,
      "loc": {
        "start": {
          "line": 374,
          "column": 15
        },
        "end": {
          "line": 374,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12304,
      "end": 12305,
      "loc": {
        "start": {
          "line": 374,
          "column": 23
        },
        "end": {
          "line": 374,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "InstanceValidator",
      "start": 12306,
      "end": 12323,
      "loc": {
        "start": {
          "line": 374,
          "column": 25
        },
        "end": {
          "line": 374,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12323,
      "end": 12324,
      "loc": {
        "start": {
          "line": 374,
          "column": 42
        },
        "end": {
          "line": 374,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12325,
      "end": 12325,
      "loc": {
        "start": {
          "line": 375,
          "column": 0
        },
        "end": {
          "line": 375,
          "column": 0
        }
      }
    }
  ]
}