Schemas

freezeSchema

Deprecated no-op: schema freezing is retired and every read returns the latest version. Returns the latest version of the schema unchanged. This endpoint will be removed.

post/v1/entity/schemas/{slug}/freeze

Path parameters

slugstring required

URL-friendly identifier for the entity schema

Example:contact

Entity Type

Request body

version_idstring uuid

Generated uuid for schema

Response

Schema frozen successfully

idstring uuid

Generated uuid for schema

created_atstring
updated_atstring
commentstring
frozenboolean

No longer returned: schema freezing is retired.

latestboolean

No longer returned: every read returns the latest version.

_summaryboolean

Indicates this is a truncated summary schema (attributes trimmed to summary_attributes only, no capabilities or group_settings)

slugstring required

URL-friendly identifier for the entity schema

versioninteger
blueprintstring uuid

Reference to blueprint

feature_flagstring

This schema should only be active when the feature flag is enabled

enable_settingstring[]

This schema should only be active when one of the organization settings is enabled

namestring required

User-friendly identifier for the entity schema

pluralstring required
descriptionstring
docs_urlstring uri
categorystring
publishedboolean
draftboolean
iconstring
title_templatestring

Template for rendering the title field. Uses handlebars

dialog_configobject
attributesAttribute[] required— unresolved $ref

An ordered list of attributes the entity contains

_purposestring[]
_manifeststring[] nullable

Manifest ID used to create the schema

explicit_search_mappingsSearchMappings

Advanced: explicit Elasticsearch index mapping definitions for entity data

Changes

Changed in 8 of the 9 revisions of this API.71225

  • 46c13e2835267171See the full diff
    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[AddressAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[AddressRelationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[AutomationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[BooleanAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[ComputedAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[ConsentAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[CountryAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[CurrencyAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[DateAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[EmailAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[FileAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[InternalAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[InternalUserAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[InvitationEmailAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[LinkAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[MessageEmailAddressAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[MultiSelectAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[NumberAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[OrderedListAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[PartnerOrganisationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[PartnerStatusAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[PaymentAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[PaymentMethodRelationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[PhoneAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[PortalAccessAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[PriceComponentAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[PurposeAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[RelationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[SelectAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[SequenceAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[StatusAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[TableAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[TagsAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[TextAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/attributes/items/anyOf[UserRelationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AddressAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AddressRelationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AutomationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[BooleanAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[ComputedAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[ConsentAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[CountryAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[CurrencyAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[DateAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[EmailAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[FileAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InternalAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InternalUserAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InvitationEmailAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[LinkAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[MessageEmailAddressAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[MultiSelectAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[NumberAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[OrderedListAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PartnerOrganisationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PartnerStatusAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PaymentAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PaymentMethodRelationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PhoneAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PortalAccessAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PriceComponentAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PurposeAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[RelationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[SelectAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[SequenceAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[StatusAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TableAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TagsAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TextAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[UserRelationAttribute]/allOf[BaseAttribute]/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[EntitySchema]/capabilities/items/variant_overridable from the response with the 200 status

      response-optional-property-removed

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AddressAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AddressRelationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AutomationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[BooleanAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[ComputedAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[ConsentAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[CountryAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[CurrencyAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[DateAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[EmailAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[FileAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InternalAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InternalUserAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InvitationEmailAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[LinkAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[MessageEmailAddressAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[MultiSelectAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[NumberAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[OrderedListAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PartnerOrganisationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PartnerStatusAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PaymentAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PaymentMethodRelationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PhoneAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PortalAccessAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PriceComponentAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PurposeAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[RelationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[SelectAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[SequenceAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[StatusAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TableAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TagsAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TextAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[UserRelationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AddressAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AddressRelationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AutomationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[BooleanAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[ComputedAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[ConsentAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[CountryAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[CurrencyAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[DateAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[EmailAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[FileAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InternalAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InternalUserAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InvitationEmailAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[LinkAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[MessageEmailAddressAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[MultiSelectAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[NumberAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[OrderedListAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PartnerOrganisationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PartnerStatusAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PaymentAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PaymentMethodRelationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PhoneAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PortalAccessAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PriceComponentAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PurposeAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[RelationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[SelectAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[SequenceAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[StatusAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TableAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TagsAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TextAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[UserRelationAttribute]/allOf[BaseAttribute]/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/overridable_attribute to the response with the 200 status

      response-optional-property-added

    • endpoint deprecated

      endpoint-deprecated

    • response property allOf[subschema #1]/frozen deprecated

      response-property-deprecated

    • response property allOf[subschema #1]/latest deprecated

      response-property-deprecated

    • added the optional property allOf[EntitySchema]/capabilities/items/ui_hooks/items/default_width to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/ui_config/widget_widths to the response with the 200 status

      response-optional-property-added

    • response property allOf[EntitySchema]/ui_config/grid_layout deprecated

      response-property-deprecated

    • added the optional property allOf[EntitySchema]/capabilities/items/ui_hooks/items/default_visible to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/ui_hooks/items/pricing_tier_setting to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/ui_config/widget_visibility to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/adjust_installment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AddressAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AddressRelationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AutomationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[BooleanAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[ComputedAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[ConsentAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[CountryAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[CurrencyAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[DateAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[EmailAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[FileAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InternalAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InternalUserAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InvitationEmailAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[LinkAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[MessageEmailAddressAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[MultiSelectAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[NumberAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[OrderedListAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PartnerOrganisationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PartnerStatusAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PaymentAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PaymentMethodRelationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PhoneAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PortalAccessAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PriceComponentAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PurposeAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[RelationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[SelectAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[SequenceAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[StatusAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TableAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TagsAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TextAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[UserRelationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AddressAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AddressRelationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AutomationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[BooleanAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[ComputedAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[ConsentAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[CountryAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[CurrencyAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[DateAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[EmailAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[FileAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InternalAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InternalUserAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InvitationEmailAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[LinkAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[MessageEmailAddressAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[MultiSelectAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[NumberAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[OrderedListAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PartnerOrganisationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PartnerStatusAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PaymentAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PaymentMethodRelationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PhoneAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PortalAccessAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PriceComponentAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PurposeAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[RelationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[SelectAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[SequenceAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[StatusAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TableAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TagsAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TextAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[UserRelationAttribute]/allOf[BaseAttribute]/variant_overridable to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/conditions to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/ui_config/grid_layout to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/ui_config/widget_order to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AddressAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AddressRelationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[AutomationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[BooleanAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[ComputedAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[ConsentAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[CountryAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[CurrencyAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[DateAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[EmailAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[FileAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InternalAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InternalUserAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[InvitationEmailAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[LinkAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[MessageEmailAddressAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[MultiSelectAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[NumberAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[OrderedListAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PartnerOrganisationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PartnerStatusAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PaymentAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PaymentMethodRelationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PhoneAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PortalAccessAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PriceComponentAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[PurposeAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[RelationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[SelectAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[SequenceAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[StatusAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TableAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TagsAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[TextAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/attributes/items/anyOf[UserRelationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AddressAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AddressRelationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[AutomationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[BooleanAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[ComputedAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[ConsentAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[CountryAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[CurrencyAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[DateAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[EmailAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[FileAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InternalAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InternalUserAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[InvitationEmailAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[LinkAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[MessageEmailAddressAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[MultiSelectAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[NumberAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[OrderedListAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PartnerOrganisationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PartnerStatusAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PaymentAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PaymentMethodRelationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PhoneAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PortalAccessAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PriceComponentAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[PurposeAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[RelationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[SelectAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[SequenceAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[StatusAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TableAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TagsAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[TextAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[EntitySchema]/capabilities/items/attributes/items/anyOf[UserRelationAttribute]/allOf[BaseAttribute]/data_classification to the response with the 200 status

      response-optional-property-added