TimeSeriesFeature

A single time series observation from a USGS monitoring location.

Federal GovernmentGeologicalEarth ScienceNatural ResourcesEarthquakeWaterHydrology

Properties

Name Type Description
type string GeoJSON type.
properties object
View JSON Schema on GitHub

JSON Schema

usgs-water-data-api-time-series-feature-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/u-s-geological-survey/refs/heads/main/json-schema/usgs-water-data-api-time-series-feature-schema.json",
  "title": "TimeSeriesFeature",
  "description": "A single time series observation from a USGS monitoring location.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "GeoJSON type.",
      "example": "Feature"
    },
    "properties": {
      "$ref": "#/components/schemas/TimeSeriesProperties"
    }
  }
}