drupal/core/modules/migrate/config/schema/migrate.schema.yml

47 lines
1.0 KiB
YAML

# Schema for the configuration files of the Migrate module.
migrate.migration.*:
type: mapping
label: 'Migration'
mapping:
id:
type: string
label: 'ID'
migration_groups:
type: sequence
label: 'Migration Groups'
sequence:
- type: string
label: 'Group'
label:
type: label
label: 'Label'
load:
type: migrate.load.[plugin]
label: 'Source'
source:
type: migrate.source.[plugin]
label: 'Source'
process:
type: ignore
label: 'Process'
destination:
type: migrate.destination.[plugin]
label: 'Destination'
migration_dependencies:
type: mapping
label: 'Dependencies'
mapping:
required:
type: sequence
label: 'Required dependencies'
sequence:
- type: string
label: 'Dependency'
optional:
type: sequence
label: 'Optional dependencies'
sequence:
- type: string
label: 'Dependency'