Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/csv-source' into csv-source
Browse files Browse the repository at this point in the history
  • Loading branch information
morganleroi committed Feb 8, 2023
2 parents 9b1eb87 + 3f648d4 commit 52ca788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ SourceCSV:
description: The URL of the file.
uniqueIDColumn:
type: string
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.
mapping:
type: object
description: >
Mapping of type for every column. For example {"myColumn": "boolean, "myOtherColumn": "json"}.
Mapping of type for every column. For example {"myColumn": "boolean", "myOtherColumn": "json"}.
additionalProperties:
$ref: '#/MappingTypeCSV'
method:
Expand Down

0 comments on commit 52ca788

Please sign in to comment.