Type Fields

Type fields are fields set at a type level. They are fields that every entity of that type should contain. type fields get configured on the type, and only store the field name and field type, no configuration.

If an entity of that type does not contain a field of correct specified name and type, this will be flagged in a warning, and that field can be added with one click.

Last updated