{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/weather-gov/refs/heads/main/json-schema/weather-gov-time-schema.json",
"title": "Time",
"description": "A time (in HHMM format). This is always specified in UTC (Zulu) time.",
"type": "string",
"pattern": "^([01][0-9]|2[0-3])[0-5][0-9]$"
}