{ "$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 } } }