annotate modules/contrib/migrate_plus/config/schema/migrate_plus.source.schema.yml @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
rev   line source
Chris@0 1 # Schema for the migrate source plugins.
Chris@0 2
Chris@0 3 migrate_plus.source.*:
Chris@0 4 type: migrate_source
Chris@0 5 label: 'Default source'
Chris@0 6
Chris@0 7 migrate_plus.source.empty:
Chris@0 8 type: migrate_source_sql
Chris@0 9 label: 'Empty source'
Chris@0 10 mapping:
Chris@0 11 provider:
Chris@0 12 type: string
Chris@0 13 label: 'Provider'
Chris@0 14
Chris@0 15 migrate_plus.source.embedded_data:
Chris@0 16 type: migrate_source
Chris@0 17 label: 'Embedded data source'
Chris@0 18 mapping:
Chris@0 19 data_rows:
Chris@0 20 type: sequence
Chris@0 21 label: 'Data rows'
Chris@0 22 sequence:
Chris@0 23 type: ignore
Chris@0 24 label: 'Data row'
Chris@0 25 ids:
Chris@0 26 type: sequence
Chris@0 27 label: 'Unique key'
Chris@0 28 sequence:
Chris@0 29 type: mapping
Chris@0 30 label: 'Key column'
Chris@0 31 mapping:
Chris@0 32 type:
Chris@0 33 type: string
Chris@0 34 label: 'Column type'