Envirofacts Uv Hourly Structure

UvHourly schema from EPA Envirofacts Data Service API

Type: object Properties: 5
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

UvHourly is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CITY STATE ZIP DATE_TIME UV_VALUE

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/epa/refs/heads/main/json-structure/envirofacts-uv-hourly-structure.json",
  "name": "UvHourly",
  "description": "UvHourly schema from EPA Envirofacts Data Service API",
  "type": "object",
  "properties": {
    "CITY": {
      "type": "string",
      "example": "Raleigh"
    },
    "STATE": {
      "type": "string",
      "example": "NC"
    },
    "ZIP": {
      "type": "string",
      "example": "20460"
    },
    "DATE_TIME": {
      "type": "string",
      "example": "string"
    },
    "UV_VALUE": {
      "type": "int32",
      "example": 0
    }
  }
}