Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / module / content-entity / config / schema / model.entity_type.schema.yml.twig
1 {{ machine_name }}.{{ entity_type_id }}_type.*:
2   type: config_entity
3   label: '{{ entity_type_label }} type config'
4   mapping:
5     id:
6       type: string
7       label: 'ID'
8     label:
9       type: label
10       label: 'Label'
11     uuid:
12       type: string