dx_catalog_properties
Properties that can be configured for each entity. Each property is associated with an entity type.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - DX ID of the row.
-
entity_type_id
Foreign key - ID of the entity type the property belongs to.
-
identifier
string - Unique identifier for the property (e.g. "Language", "Service tier")
-
property_type
string - Type of the property. One of the following: "select", "multi_select", "url", "text", "boolean", "number", "relation", "computed"
-
definition
jsonb - JSON field with configuration for the property. The shape of the JSON depends on the property type.