Commit 18aeda34 authored by Stephanie Cunnane's avatar Stephanie Cunnane
Browse files

Bug 1885169 - Make 'skipCount' in search-telemetry-schema a definition rather...

Bug 1885169 - Make 'skipCount' in search-telemetry-schema a definition rather than a possible property on each element. r=jteow, a=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D204793
parent 92ff1803
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -383,7 +383,6 @@
          "required": ["selectors", "method"]
        }
      ]
    }
    },
    "skipCount": {
      "title": "Skip Count",
@@ -391,3 +390,4 @@
      "type": "boolean"
    }
  }
}