page_title | subcategory | description |
---|---|---|
epilot-schema_schema_capability Data Source - terraform-provider-epilot-schema |
SchemaCapability DataSource |
SchemaCapability DataSource
data "epilot-schema_schema_capability" "my_schemacapability" {
composite_id = "contact:97644baa-083f-4e49-9188-fcff2ecaad7d"
}
composite_id
(String) Schema Slug and the Attribute ID
attributes
(Attributes List) (see below for nested schema)feature_flag
(String) This capability should only be active when the feature flag is enabledid
(String) ID for the entity capabilitymanifest
(List of String) Manifest ID used to create/update the schema capabililityname
(String) Unique name for the capabilitypurpose
(List of String)schema
(String) Schema slug the capability belongs tosettings_flag
(Attributes List) This capability should only be active when all the settings have the correct value (see below for nested schema)title
(String) Human readable title of the capabilityui_hooks
(Attributes List) (see below for nested schema)
Read-Only:
address_relation_attribute
(Attributes) Reference to an address attribute of another entity (see below for nested schema)automation_attribute
(Attributes) Automation entity (see below for nested schema)boolean_attribute
(Attributes) Yes / No Toggle (see below for nested schema)computed_attribute
(Attributes) An attribute that is computed from the entity data. For more details on how to use them, check the docs here (see below for nested schema)consent_attribute
(Attributes) Consent Management (see below for nested schema)country_attribute
(Attributes) Country picker (see below for nested schema)currency_attribute
(Attributes) Currency input (see below for nested schema)date_attribute
(Attributes) Date or Datetime picker (see below for nested schema)file_attribute
(Attributes) File or Image Attachment (see below for nested schema)internal_attribute
(Attributes) No UI representation (see below for nested schema)internal_user_attribute
(Attributes) Epilot internal user info (see below for nested schema)invitation_email_attribute
(Attributes) Email address for send invitation (see below for nested schema)link_attribute
(Attributes) Link with title and href (see below for nested schema)multi_select_attribute
(Attributes) Multi Choice Selection (see below for nested schema)number_attribute
(Attributes) Numeric input (see below for nested schema)ordered_list_attribute
(Attributes) Type of attribute to render N number of ordered fields (see below for nested schema)partner_organisation_attribute
(Attributes) Shared Partner Organisations (see below for nested schema)partner_status_attribute
(Attributes) Partner Status (see below for nested schema)payment_method_relation_attribute
(Attributes) Reference to a payment method attribute of another entity (see below for nested schema)purpose_attribute
(Attributes) Entity Taxonomy (see below for nested schema)relation_attribute
(Attributes) Entity Relationship (see below for nested schema)repeatable_attribute
(Attributes) Repeatable (add N number of fields) (see below for nested schema)select_attribute
(Attributes) Dropdown select (see below for nested schema)sequence_attribute
(Attributes) Sequence of unique identifiers (see below for nested schema)status_attribute
(Attributes) Status select (see below for nested schema)tags_attribute
(Attributes) Tags (see below for nested schema)text_attribute
(Attributes) Textarea or text input (see below for nested schema)user_relation_attribute
(Attributes) User Relationship (see below for nested schema)
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehas_primary
(Boolean)hidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeidentifiers
(List of String)info_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetopic
(String)type
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)currency
(Attributes List) An array of currency configurations with a country code (ISO-4217) (see below for nested schema)currency_selector_only
(Boolean)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
one
(Attributes) A currency configuration (see below for nested schema)
Read-Only:
code
(String)description
(String)flag
(String)symbol
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
allowed_extensions
(List of String) List of file extensions (without the dot suffix)constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_access_control
(String)default_value
(String) Parsed as JSON.deprecated
(Boolean)display_images_landscaped
(Boolean) Controls how the images are presented to the user during upload on the Entity Details view.enable_description
(Boolean) When set to true, an i18n description will be used alongside the attribute label. This description should be set through the platform locales in the form:file.{attribute_name}.description_text
.entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributemultiple
(Boolean)name
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
allow_any
(Boolean) Allow arbitrary input values in addition to provided optionsallow_extra_options
(Boolean) controls if the 360 ui will allow the user to enter a value which is not defined by the optionsconstraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)disable_case_sensitive
(Boolean) controls if the matching of values against the options is case sensitive or notentity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)options
(Attributes List) (see below for nested schema)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
str
(String)two
(Attributes) (see below for nested schema)
Read-Only:
title
(String)value
(String)
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledformat
(String)group
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
show_separator
(Boolean) Whether or not to show a thousands separatorsortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehas_primary
(Boolean)hidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)created_at
(String)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String)info_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the taxonomy classificationname
(String)order
(Number) Attribute sort order (ascending) in groupparents
(List of String)placeholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
slug
(String) URL-friendly identifier for the classificationsortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)updated_at
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
actions
(Attributes List) (see below for nested schema)add_button_label
(String) Optional label for the add button. The translated value for add_button_lable is used, if found else the string is used as is.allowed_schemas
(List of String)constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)details_view_mode_enabled
(Boolean) Enables the preview, edition, and creation of relation items on a Master-Details view mode.drawer_size
(String)edit_mode
(String)enable_relation_picker
(Boolean) When enable_relation_picker is set to true the user will be able to pick existing relations as values. Otherwise, the user will need to create new relation to link.enable_relation_tags
(Boolean) When enable_relation_tags is set to true the user will be able to set tags(labels) in each relation item.entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehas_primary
(Boolean)hidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String)id
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)relation_affinity_mode
(String) Weak relation attributes are kept when duplicating an entity. Strong relation attributes are discarded when duplicating an entity.relation_type
(String)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)reverse_attributes
(Map of String) Map of schema slug to target relation attributesearch_placeholder
(String) Optional placeholder text for the relation search input. The translated value for search_placeholder is used, if found else the string is used as is.settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truesummary_fields
(Attributes List) (see below for nested schema)type
(String)value_formatter
(String)
Read-Only:
action_type
(String) The action type. Currently supported actions:
action | description |
---|---|
add_existing | Enables the user to pick an existing entity to link as relation |
create_new | Enables the user to create a new entity using the first/main allowed_schemas schema |
create_from_existing | Enables the user to pick an existing entity to clone from, while creating a blank new entity to link as relation |
default
(Boolean) Sets the action as the default action, visible as the main action button.feature_flag
(String) Name of the feature flag that enables this actionlabel
(String) The action label or action translation key (i18n)new_entity_item
(Attributes) (see below for nested schema)settings_flag
(Attributes List) This action should only be active when all the settings have the correct value (see below for nested schema)
Read-Only:
acl
(Attributes) Access control list (ACL) for an entity. Defines sharing access to external orgs or users. (see below for nested schema)additional_properties
(String) Parsed as JSON.created_at
(String)id
(String)manifest
(List of String) Manifest ID used to create/update the entityorg
(String) Organization Id the entity belongs toowners
(Attributes List) (see below for nested schema)purpose
(List of String)schema
(String) URL-friendly identifier for the entity schematags
(List of String)title
(String) Title of entityupdated_at
(String)
Read-Only:
additional_properties
(String) Parsed as JSON.delete
(List of String)edit
(List of String)view
(List of String)
Read-Only:
org_id
(String)user_id
(String)
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
str
(String)summary_field
(Attributes) Summary Fields are displayed inside list view as a resume of the relation entity. (see below for nested schema)
Read-Only:
display_as
(String) An hint on how to display the summary fieldfield
(String) The field from the entity attributes to display
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)enable_relation_picker
(Boolean) when enable_relation_picker is set to true the user will be able to pick existing relations as values. Otherwise, the user will need to create new relation to link.entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehas_primary
(Boolean)hidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)relation_affinity_mode
(String) Weak repeatable attributes are kept when duplicating an entity. Strong repeatable attributes are discarded when duplicating an entity.render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.repeatable
(Boolean)required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
allow_any
(Boolean) Allow arbitrary input values in addition to provided optionsconstraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)options
(String) Parsed as JSON.order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)prefix
(String) Prefix added before the sequence numberpreview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truestart_number
(Number)type
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)options
(Attributes List) (see below for nested schema)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
str
(String)two
(Attributes) (see below for nested schema)
Read-Only:
title
(String) The displayed title of the optionvalue
(String) The stored value of the option
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributename
(String)options
(List of String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truesuggestions
(List of String)type
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributemultiline
(Boolean)name
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
constraints
(Attributes) A set of constraints applicable to the attribute. These constraints should and will be enforced by the attribute renderer. (see below for nested schema)default_value
(String) Parsed as JSON.deprecated
(Boolean)entity_builder_disable_edit
(Boolean) Setting totrue
disables editing the attribute on the entity builder UIfeature_flag
(String) This attribute should only be active when the feature flag is enabledgroup
(String) Which group the attribute should appear in. Accepts group ID or group namehidden
(Boolean) Do not render attribute in entity viewshide_label
(Boolean) When set to true, will hide the label of the field.icon
(String) Code name of the icon to used to represent this attribute. The value must be a valid @epilot/base-elements Icon nameid
(String) ID for the entity attributeinfo_helpers
(Attributes) A set of configurations meant to document and assist the user in filling the attribute. (see below for nested schema)label
(String)layout
(String)manifest
(List of String) Manifest ID used to create/update the schema attributemultiple
(Boolean)name
(String)order
(Number) Attribute sort order (ascending) in groupplaceholder
(String)preview_value_formatter
(String)protected
(Boolean) Setting totrue
prevents the attribute from being modified / deletedpurpose
(List of String)readonly
(Boolean)render_condition
(String) Defines the conditional rendering expression for showing this field. When a valid expression is parsed, their evaluation defines the visibility of this attribute. Note: Empty or invalid expression have no effect on the field visibility.required
(Boolean)settings_flag
(Attributes List) This attribute should only be active when one of the provided settings have the correct value (see below for nested schema)show_in_table
(Boolean) Render as a column in table views. When defined, overrideshidden
sortable
(Boolean) Allow sorting by this attribute in table views ifshow_in_table
is truetype
(String)value_formatter
(String)
Read-Only:
hint_custom_component
(String) The name of the custom component to be used as the hint helper. The component should be registered in the@epilot360/entity-ui
on the index of the components directory. When specified it overrides thehint_text
orhint_text_key
configuration.hint_text
(String) The text to be displayed in the attribute hint helper. When specified it overrides thehint_text_key
configuration.hint_text_key
(String) The key of the hint text to be displayed in the attribute hint helper. The key should be a valid i18n key.hint_tooltip_placement
(String) The placement of the hint tooltip. The value should be a valid@mui/core
tooltip placement.
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
enabled
(Boolean) Whether the setting should be enabled or notname
(String) The name of the organization setting to check
Read-Only:
additional_properties
(String) Parsed as JSON.component
(String) the component to be dynamically loadeddisabled
(Boolean) Whether capability should be disabledgroup_expanded
(Boolean) Sets the group expand/collapse default stateheader
(Boolean) Specific to Activity pilothook
(String) name of the hook to useicon
(String) Preview icon name(As in Base elements) for the capabilityimport
(String) package to be importedorder
(Number) render order (ascending)render_condition
(String)required_permission
(Attributes) Require a permission to display UI hook (see below for nested schema)route
(String) route for specified capabilitytitle
(String)
Read-Only:
action
(String)resource
(String)