Skip to content

How-to guide

Configure properties

Define properties, their types, and their templates in the Modeler.

1 min

Objective

Describe the data expected for an entity with typed properties and understandable constraints.

Prerequisites

  • An entity exists in the Modeler.
  • You can edit the model.

Procedure

  1. Select the entity.
  2. Open the Details tab.
  3. Add a property in the properties section.
  4. Enter a stable name, choose the type, and configure the required constraints.
  5. Save, then repeat for each business value.

Configuring entity properties

TypeCommon useExample
TextLabel or descriptionname
NumberQuantity or amountunit_price
BooleanTrue or false stateis_active
DateDate or timedelivery_date
ListCollection of valuestags
ObjectNested structureaddress
ReferenceRelated identifiersupplier_id

Property templates preconfigure a type and its validations for common formats such as email, phone, price, URL, or location.

Selecting a property template

Verification

The entity card updates its counter. Reopen Details and check each property's name, type, and constraints.

Common errors

  • Do not use free text when a closed list represents a business rule.
  • Avoid storing a concept link in a property when a relationship should enforce it.
  • Before changing the type of a populated property, verify compatibility with existing data.

Next steps