Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / migrate_plus / config / schema / migrate_plus.source.schema.yml
1 # Schema for the migrate source plugins.
2
3 migrate_plus.source.*:
4   type: migrate_source
5   label: 'Default source'
6
7 migrate_plus.source.empty:
8   type: migrate_source_sql
9   label: 'Empty source'
10   mapping:
11     provider:
12       type: string
13       label: 'Provider'
14
15 migrate_plus.source.embedded_data:
16   type: migrate_source
17   label: 'Embedded data source'
18   mapping:
19     data_rows:
20       type: sequence
21       label: 'Data rows'
22       sequence:
23         type: ignore
24         label: 'Data row'
25     ids:
26       type: sequence
27       label: 'Unique key'
28       sequence:
29         type: mapping
30         label: 'Key column'
31         mapping:
32           type:
33             type: string
34             label: 'Column type'