Weather.gov · JSON Structure

Weather Gov Pagination Info Structure

Links for retrieving more data from paged data sets

Type: object Properties: 1 Required: 1
WeatherGovernmentUnited StatesForecastingAlertsOpen Data

PaginationInfo is a JSON Structure definition published by Weather.gov, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

next

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/weather-gov/refs/heads/main/json-structure/weather-gov-pagination-info-structure.json",
  "name": "PaginationInfo",
  "description": "Links for retrieving more data from paged data sets",
  "type": "object",
  "properties": {
    "next": {
      "type": "uri",
      "description": "A link to the next page of records"
    }
  },
  "required": [
    "next"
  ],
  "additionalProperties": false
}