UvDaily

UvDaily schema from EPA Envirofacts Data Service API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
CITY string
STATE string
ZIP string
DATE string
UV_INDEX integer
View JSON Schema on GitHub

JSON Schema

envirofacts-uv-daily-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-daily-schema.json",
  "title": "UvDaily",
  "description": "UvDaily 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": {
      "type": "string",
      "example": "string"
    },
    "UV_INDEX": {
      "type": "integer",
      "example": 0
    }
  }
}