File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -134,13 +134,19 @@ MethodType:
134
134
type : string
135
135
enum : ['GET', 'POST']
136
136
137
+ UniqueIDColumn :
138
+ type : string
139
+ description : The name of the column that contains the unique ID, used as `objectID` in Algolia.
140
+
137
141
SourceJSON :
138
142
type : object
139
143
additionalProperties : false
140
144
properties :
141
145
url :
142
146
type : string
143
147
description : The URL of the file.
148
+ uniqueIDColumn :
149
+ $ref : ' #/UniqueIDColumn'
144
150
method :
145
151
$ref : ' #/MethodType'
146
152
required :
@@ -158,8 +164,7 @@ SourceCSV:
158
164
type : string
159
165
description : The URL of the file.
160
166
uniqueIDColumn :
161
- type : string
162
- description : The name of the column that contains the unique ID, used as `objectID` in Algolia.
167
+ $ref : ' #/UniqueIDColumn'
163
168
mapping :
164
169
type : object
165
170
description : >
You can’t perform that action at this time.
0 commit comments