OpenUV · JSON Structure

Openuv Protection Window Structure

Structured representation of the daily UV protection window.

Type: object Properties: 4
WeatherUV IndexSunSolarGeolocationForecastPublic APIs

ProtectionWindow is a JSON Structure definition published by OpenUV, describing 4 properties. It conforms to the https://json-structure.org/meta/draft-00/schema meta-schema.

Properties

from_time from_uv to_time to_uv

Meta-schema: https://json-structure.org/meta/draft-00/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/draft-00/schema",
  "title": "OpenUV Protection Window Structure",
  "description": "Structured representation of the daily UV protection window.",
  "type": "object",
  "name": "ProtectionWindow",
  "properties": {
    "from_time": { "type": "string", "format": "date-time" },
    "from_uv": { "type": "number", "unit": "uv-index" },
    "to_time": { "type": "string", "format": "date-time" },
    "to_uv": { "type": "number", "unit": "uv-index" }
  }
}