27 lines
490 B
JSON
27 lines
490 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "weatherreporter.hourly.generated_text.schema.json",
|
|
"title": "Hourly GeneratedText",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"summary",
|
|
"timing",
|
|
"impacts"
|
|
],
|
|
"properties": {
|
|
"summary": {
|
|
"type": "string"
|
|
},
|
|
"timing": {
|
|
"type": "string"
|
|
},
|
|
"impacts": {
|
|
"type": "string"
|
|
},
|
|
"confidence": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|