We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b1eb87 + 3f648d4 commit 52ca788Copy full SHA for 52ca788
specs/ingestion/common/schemas/source.yml
@@ -159,11 +159,11 @@ SourceCSV:
159
description: The URL of the file.
160
uniqueIDColumn:
161
type: string
162
- description: The name of the column that contains the unique ID.
+ description: The name of the column that contains the unique ID, used as `objectID` in Algolia.
163
mapping:
164
type: object
165
description: >
166
- Mapping of type for every column. For example {"myColumn": "boolean, "myOtherColumn": "json"}.
+ Mapping of type for every column. For example {"myColumn": "boolean", "myOtherColumn": "json"}.
167
additionalProperties:
168
$ref: '#/MappingTypeCSV'
169
method:
0 commit comments