theme(schema): add value type indicator for timeouts

relates to #2662
This commit is contained in:
Jan De Dobbeleer 2022-08-16 21:29:12 +02:00 committed by Jan De Dobbeleer
parent 32f1977bdc
commit bdf447cc21

View file

@ -51,13 +51,13 @@
"http_timeout": {
"type": "integer",
"title": "Http request timeout",
"description": "Timeout value to use for http request",
"description": "Milliseconds to use for http request timeouts",
"default": 20
},
"cache_timeout": {
"type": "integer",
"title": "cache timeout",
"description": "The number of minutes the response is cached. A value of 0 disables the cache.",
"description": "Minutes the response is cached. A value of 0 disables the cache.",
"default": 10
},
"expires_in": {