docs: owm units enum added to schema.json

Co-authored-by: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com>
This commit is contained in:
Laurent Nullens 2021-08-20 17:00:35 +02:00 committed by GitHub
parent 123c52d8e2
commit 2470abcc86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1559,7 +1559,12 @@
"type": "string",
"title": "units",
"description": "Units of measurement. Available values are standard (kelvin), metric (celsius), and imperial (fahrenheit). Default is standard",
"default": "standard"
"default": "standard",
"enum": [
"standard",
"metric",
"imperial"
]
},
"enable_hyperlink": {
"$ref": "#/definitions/enable_hyperlink"