# Schema for the configuration files of the Migrate module.
migrate.migration.*:
type: config_entity
label: 'Migration'
mapping:
id:
type: string
label: 'ID'
migration_tags:
type: sequence
label: 'Migration Tags'
sequence:
label: 'Tag'
label:
type: label
label: 'Label'
source:
type: migrate.source.[plugin]
label: 'Source'
process:
type: ignore
label: 'Process'
destination:
type: migrate.destination.[plugin]
label: 'Destination'
template:
label: 'Template'
migration_dependencies:
type: mapping
label: 'Dependencies'
required:
label: 'Required dependencies'
label: 'Dependency'
optional:
label: 'Optional dependencies'