Skip to content

Commit

Permalink
description in json schema adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrus committed Oct 12, 2023
1 parent 97271c4 commit 99aad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@
},
"cache_ttl": {
"type": "string",
"description": "How long to cache the issued token. Defaults to the value of the `expires_in` of the issued token. If `expires_in` is not present in the response, the token is not cached until this property is not explicitly configured. If `expires_in` is present in the response and this property is configured the shorter value is taken. A negative value will disable caching. ",
"description": "How long to cache the issued token. Defaults to the value of the `expires_in` of the issued token. If `expires_in` is not present in the response, the token is not cached until this property is not explicitly configured. If `expires_in` is present in the response and this property is configured the shorter value is taken. 0 or negative value will disable caching. ",
"pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
"examples": [
"1h",
Expand Down

0 comments on commit 99aad6b

Please sign in to comment.