UvHourly

UvHourly schema from EPA Envirofacts Data Service API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
CITY string
STATE string
ZIP string
DATE_TIME string
UV_VALUE integer
View JSON Schema on GitHub

JSON Schema

envirofacts-uv-hourly-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/envirofacts-uv-hourly-schema.json",
  "title": "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": "integer",
      "example": 0
    }
  }
}