Skip to content

Commit 52ca788

Browse files
committed
Merge remote-tracking branch 'origin/csv-source' into csv-source
2 parents 9b1eb87 + 3f648d4 commit 52ca788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ SourceCSV:
159159
description: The URL of the file.
160160
uniqueIDColumn:
161161
type: string
162-
description: The name of the column that contains the unique ID.
162+
description: The name of the column that contains the unique ID, used as `objectID` in Algolia.
163163
mapping:
164164
type: object
165165
description: >
166-
Mapping of type for every column. For example {"myColumn": "boolean, "myOtherColumn": "json"}.
166+
Mapping of type for every column. For example {"myColumn": "boolean", "myOtherColumn": "json"}.
167167
additionalProperties:
168168
$ref: '#/MappingTypeCSV'
169169
method:

0 commit comments

Comments
 (0)