Skip to content

Commit 2d0eb94

Browse files
committed
progress
1 parent 6388841 commit 2d0eb94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@
125125
"format": "uint16",
126126
"minimum": 0.0
127127
},
128+
"connectionString": {
129+
"description": "A connection string that encodes the full connection setup. When provided, it takes precedence over the individual fields.",
130+
"type": [
131+
"string",
132+
"null"
133+
]
134+
},
128135
"database": {
129136
"description": "The name of the database.",
130137
"type": [

0 commit comments

Comments
 (0)