diff --git a/core/modules/migrate/config/schema/migrate.data_types.schema.yml b/core/modules/migrate/config/schema/migrate.data_types.schema.yml index 18ae096..15e0581 100644 --- a/core/modules/migrate/config/schema/migrate.data_types.schema.yml +++ b/core/modules/migrate/config/schema/migrate.data_types.schema.yml @@ -7,12 +7,6 @@ migrate_plugin: type: string label: 'Plugin' -migrate_process: - type: sequence - label: 'Process' - sequence: - - type: string - migrate_destination: type: migrate_plugin label: 'Destination' diff --git a/core/modules/migrate/config/schema/migrate.process.schema.yml b/core/modules/migrate/config/schema/migrate.process.schema.yml deleted file mode 100644 index f76ae6f..0000000 --- a/core/modules/migrate/config/schema/migrate.process.schema.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Schema for the migrate process plugins. - -migrate.process.*: - type: migrate_process - label: 'Default process'