From dd5f0958a97774a764a65b24e65dcfdf43bfa05b Mon Sep 17 00:00:00 2001 From: spicy-sauce Date: Tue, 31 Oct 2023 15:00:36 +0200 Subject: [PATCH 1/2] title --> description --- .../resources/schemas/connections/redis.schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/datayoga_core/resources/schemas/connections/redis.schema.json b/core/src/datayoga_core/resources/schemas/connections/redis.schema.json index 68a8216a..e5b77e34 100644 --- a/core/src/datayoga_core/resources/schemas/connections/redis.schema.json +++ b/core/src/datayoga_core/resources/schemas/connections/redis.schema.json @@ -24,19 +24,19 @@ "type": "string" }, "key": { - "title": "Private key file to authenticate with", + "description": "Private key file to authenticate with", "type": "string" }, "key_password": { - "title": "Password for unlocking an encrypted private key", + "description": "Password for unlocking an encrypted private key", "type": "string" }, "cert": { - "title": "Client certificate file to authenticate with", + "description": "Client certificate file to authenticate with", "type": "string" }, "cacert": { - "title": "CA certificate file to verify with", + "description": "CA certificate file to verify with", "type": "string" } }, From 54b407b501f95c84ad5bba75a225fb1512de353d Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 31 Oct 2023 13:02:30 +0000 Subject: [PATCH 2/2] update autogenerated docs --- docs/reference/connection_types/redis.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/connection_types/redis.md b/docs/reference/connection_types/redis.md index f1ed0b89..9f6f7e58 100644 --- a/docs/reference/connection_types/redis.md +++ b/docs/reference/connection_types/redis.md @@ -17,10 +17,10 @@ Schema for configuring Redis database connection parameters |**port**|`integer`|Redis DB port
Minimum: `1`
Maximum: `65535`
|yes| |**user**|`string`|Redis DB user
|no| |**password**|`string`|Redis DB password
|no| -|**key**
(Private key file to authenticate with)|`string`||no| -|**key\_password**
(Password for unlocking an encrypted private key)|`string`||no| -|**cert**
(Client certificate file to authenticate with)|`string`||no| -|**cacert**
(CA certificate file to verify with)|`string`||no| +|**key**|`string`|Private key file to authenticate with
|no| +|**key\_password**|`string`|Password for unlocking an encrypted private key
|no| +|**cert**|`string`|Client certificate file to authenticate with
|no| +|**cacert**|`string`|CA certificate file to verify with
|no| **Additional Properties:** not allowed **If property *key* is defined**, property/ies *cert* is/are required.