From 6fe30ca652d8bb7e8c4342fa8fb00a8a2ca84c55 Mon Sep 17 00:00:00 2001 From: Caspar Broekhuizen Date: Fri, 19 Dec 2025 12:56:19 -0800 Subject: [PATCH] fix: schema funkiness, again --- libs/cli/schemas/schema.json | 2 +- libs/cli/schemas/schema.v0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/cli/schemas/schema.json b/libs/cli/schemas/schema.json index 4337e0376..52e0c7ed6 100644 --- a/libs/cli/schemas/schema.json +++ b/libs/cli/schemas/schema.json @@ -658,7 +658,7 @@ }, "EncryptionConfig": { "title": "EncryptionConfig", - "description": "Configuration for custom at-rest encryption logic.\n\n Allows you to implement custom encryption for sensitive data stored in the database,\n including metadata fields and checkpoint blobs.", + "description": "Configuration for custom at-rest encryption logic.\n\nAllows you to implement custom encryption for sensitive data stored in the database,\nincluding metadata fields and checkpoint blobs.", "type": "object", "properties": { "path": { diff --git a/libs/cli/schemas/schema.v0.json b/libs/cli/schemas/schema.v0.json index 4337e0376..52e0c7ed6 100644 --- a/libs/cli/schemas/schema.v0.json +++ b/libs/cli/schemas/schema.v0.json @@ -658,7 +658,7 @@ }, "EncryptionConfig": { "title": "EncryptionConfig", - "description": "Configuration for custom at-rest encryption logic.\n\n Allows you to implement custom encryption for sensitive data stored in the database,\n including metadata fields and checkpoint blobs.", + "description": "Configuration for custom at-rest encryption logic.\n\nAllows you to implement custom encryption for sensitive data stored in the database,\nincluding metadata fields and checkpoint blobs.", "type": "object", "properties": { "path": {