Chris@0: # Schema for the migrate source plugins. Chris@0: Chris@0: migrate_plus.source.*: Chris@0: type: migrate_source Chris@0: label: 'Default source' Chris@0: Chris@0: migrate_plus.source.empty: Chris@0: type: migrate_source_sql Chris@0: label: 'Empty source' Chris@0: mapping: Chris@0: provider: Chris@0: type: string Chris@0: label: 'Provider' Chris@0: Chris@0: migrate_plus.source.embedded_data: Chris@0: type: migrate_source Chris@0: label: 'Embedded data source' Chris@0: mapping: Chris@0: data_rows: Chris@0: type: sequence Chris@0: label: 'Data rows' Chris@0: sequence: Chris@0: type: ignore Chris@0: label: 'Data row' Chris@0: ids: Chris@0: type: sequence Chris@0: label: 'Unique key' Chris@0: sequence: Chris@0: type: mapping Chris@0: label: 'Key column' Chris@0: mapping: Chris@0: type: Chris@0: type: string Chris@0: label: 'Column type'