Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / modules / contrib / metatag / config / schema / metatag.metatag_defaults.schema.yml
1 metatag.metatag_defaults.*:
2   type: config_entity
3   label: 'Metatag defaults'
4   mapping:
5     id:
6       type: string
7       label: 'ID'
8     label:
9       type: label
10       label: 'Type'
11     tags:
12       type: sequence
13       label: 'Tags'
14       sequence:
15         type: metatag.metatag_tag.[%key]