Skip to content

Commit 2568a6e

Browse files
committed
chore: reorder update_method
1 parent 25e866c commit 2568a6e

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

drivers/mysql/resources/spec.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@
4444
"title": "Update Method",
4545
"description" : "Define how OLake captures data updates from your source",
4646
"oneOf": [
47+
{
48+
"type": "object",
49+
"title": "Standalone",
50+
"properties": {
51+
"type": {
52+
"const": "Standalone"
53+
}
54+
},
55+
"required": [
56+
"type"
57+
]
58+
},
4759
{
4860
"type": "object",
4961
"title": "CDC",
@@ -62,18 +74,6 @@
6274
"initial_wait_time"
6375
],
6476
"additionalProperties": false
65-
},
66-
{
67-
"type": "object",
68-
"title": "Standalone",
69-
"properties": {
70-
"type": {
71-
"const": "Standalone"
72-
}
73-
},
74-
"required": [
75-
"type"
76-
]
7777
}
7878
]
7979
},

drivers/postgres/resources/spec.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@
6969
"title": "Update Method",
7070
"description": "Define how OLake captures data updates from your source",
7171
"oneOf": [
72+
{
73+
"type": "object",
74+
"title": "Standalone",
75+
"properties": {
76+
"type": {
77+
"const": "Standalone"
78+
}
79+
},
80+
"required": [
81+
"type"
82+
]
83+
},
7284
{
7385
"type": "object",
7486
"title": "CDC",
@@ -93,18 +105,6 @@
93105
"type",
94106
"replication_slot"
95107
]
96-
},
97-
{
98-
"type": "object",
99-
"title": "Standalone",
100-
"properties": {
101-
"type": {
102-
"const": "Standalone"
103-
}
104-
},
105-
"required": [
106-
"type"
107-
]
108108
}
109109
]
110110
}

0 commit comments

Comments
 (0)