{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/envirofacts-uv-daily-structure.json", "name": "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": "int32", "example": 0 } } }