}, {
    key: "dataPath",
    get: function () {
      this._dataPath = this._dataPath || "$.data." + this.inflector.underscore(this.name);
      return this._dataPath;