mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-01 04:39:01 +02:00
fix: schema funkiness, again
This commit is contained in:
committed by
William Fu-Hinthorn
parent
222f23a810
commit
6fe30ca652
@@ -658,7 +658,7 @@
|
|||||||
},
|
},
|
||||||
"EncryptionConfig": {
|
"EncryptionConfig": {
|
||||||
"title": "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",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"path": {
|
"path": {
|
||||||
|
|||||||
@@ -658,7 +658,7 @@
|
|||||||
},
|
},
|
||||||
"EncryptionConfig": {
|
"EncryptionConfig": {
|
||||||
"title": "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",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"path": {
|
"path": {
|
||||||
|
|||||||
Reference in New Issue
Block a user