# Schemas

## The ChangelogEntries object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"ChangelogEntries":{"type":"object","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntry"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"ChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/ChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"ChangelogItemTypeEnum":{"title":"ChangelogItemType","type":"string","enum":["CUSTOMER","CUSTOMER_LABEL","CUSTOMER_DOCUMENT","PROXY_DOCUMENT","NATURAL_PERSON_DOCUMENT","NATURAL_PERSON","ONBOARDING","BENEFICIAL_OWNER","PROXY","PARTNER_USER_DOCUMENT","OFFBOARDING","LEGAL_ENTITY","LEGAL_REPRESENTATIVE","LEGAL_ENTITY_DOCUMENT","JOINT_PERSON"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]},"Pagination":{"title":"Pagination","type":"object","properties":{"cursor":{"type":"string","description":"String value used for pagination, which should be set in next page request."},"limit":{"type":"integer","description":"Maximum number of returned items"}},"required":["cursor","limit"]}}}}
```

## The RolesChangelogEntries object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"RolesChangelogEntries":{"type":"object","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/RolesChangelogEntry"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"RolesChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/RolesChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"RolesChangelogItemTypeEnum":{"title":"RolesChangelogItemType","type":"string","enum":["CUSTOMER","CUSTOMER_LABEL","PROXY","ONBOARDING","OFFBOARDING"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]},"Pagination":{"title":"Pagination","type":"object","properties":{"cursor":{"type":"string","description":"String value used for pagination, which should be set in next page request."},"limit":{"type":"integer","description":"Maximum number of returned items"}},"required":["cursor","limit"]}}}}
```

## The EntitiesChangelogEntries object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"EntitiesChangelogEntries":{"type":"object","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/EntitiesChangelogEntry"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"EntitiesChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/EntitiesChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"EntitiesChangelogItemTypeEnum":{"title":"EntitiesChangelogItemType","type":"string","enum":["NATURAL_PERSON","BENEFICIAL_OWNER","LEGAL_ENTITY","LEGAL_REPRESENTATIVE","JOINT_PERSON","ONBOARDING","OFFBOARDING"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]},"Pagination":{"title":"Pagination","type":"object","properties":{"cursor":{"type":"string","description":"String value used for pagination, which should be set in next page request."},"limit":{"type":"integer","description":"Maximum number of returned items"}},"required":["cursor","limit"]}}}}
```

## The DigitalAssetsChangelogEntries object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"DigitalAssetsChangelogEntries":{"type":"object","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/DigitalAssetsChangelogEntry"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"DigitalAssetsChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/DigitalAssetsChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"DigitalAssetsChangelogItemTypeEnum":{"title":"DigitalAssetsChangelogItemType","type":"string","enum":["ORDER"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]},"Pagination":{"title":"Pagination","type":"object","properties":{"cursor":{"type":"string","description":"String value used for pagination, which should be set in next page request."},"limit":{"type":"integer","description":"Maximum number of returned items"}},"required":["cursor","limit"]}}}}
```

## The ProductsChangelogEntries object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"ProductsChangelogEntries":{"type":"object","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ProductsChangelogEntry"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"ProductsChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/ProductsChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"ProductsChangelogItemTypeEnum":{"title":"ProductsChangelogItemType","type":"string","enum":["CUSTOMER_PRODUCT","PARTNER_PRODUCT_DEFINITION"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]},"Pagination":{"title":"Pagination","type":"object","properties":{"cursor":{"type":"string","description":"String value used for pagination, which should be set in next page request."},"limit":{"type":"integer","description":"Maximum number of returned items"}},"required":["cursor","limit"]}}}}
```

## The DocumentsChangelogEntries object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"DocumentsChangelogEntries":{"type":"object","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/DocumentsChangelogEntry"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"DocumentsChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/DocumentsChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"DocumentsChangelogItemTypeEnum":{"title":"DocumentsChangelogItemType","type":"string","enum":["CUSTOMER_DOCUMENT","PROXY_DOCUMENT","NATURAL_PERSON_DOCUMENT","PARTNER_USER_DOCUMENT","LEGAL_ENTITY_DOCUMENT"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]},"Pagination":{"title":"Pagination","type":"object","properties":{"cursor":{"type":"string","description":"String value used for pagination, which should be set in next page request."},"limit":{"type":"integer","description":"Maximum number of returned items"}},"required":["cursor","limit"]}}}}
```

## The TraditionalAssetsChangelogEntries object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"TraditionalAssetsChangelogEntries":{"type":"object","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/TraditionalAssetsChangelogEntry"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"TraditionalAssetsChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/TraditionalAssetsChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"TraditionalAssetsChangelogItemTypeEnum":{"title":"TraditionalAssetsChangelogItemType","type":"string","enum":["ORDER"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]},"Pagination":{"title":"Pagination","type":"object","properties":{"cursor":{"type":"string","description":"String value used for pagination, which should be set in next page request."},"limit":{"type":"integer","description":"Maximum number of returned items"}},"required":["cursor","limit"]}}}}
```

## The TaxesChangelogEntries object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"TaxesChangelogEntries":{"type":"object","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/TaxesChangelogEntry"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"TaxesChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/TaxesChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"TaxesChangelogItemTypeEnum":{"title":"TaxesChangelogItemType","type":"string","enum":["TAX_EXEMPTION_ORDER"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]},"Pagination":{"title":"Pagination","type":"object","properties":{"cursor":{"type":"string","description":"String value used for pagination, which should be set in next page request."},"limit":{"type":"integer","description":"Maximum number of returned items"}},"required":["cursor","limit"]}}}}
```

## The ChangelogEntry object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"ChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/ChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"ChangelogItemTypeEnum":{"title":"ChangelogItemType","type":"string","enum":["CUSTOMER","CUSTOMER_LABEL","CUSTOMER_DOCUMENT","PROXY_DOCUMENT","NATURAL_PERSON_DOCUMENT","NATURAL_PERSON","ONBOARDING","BENEFICIAL_OWNER","PROXY","PARTNER_USER_DOCUMENT","OFFBOARDING","LEGAL_ENTITY","LEGAL_REPRESENTATIVE","LEGAL_ENTITY_DOCUMENT","JOINT_PERSON"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]}}}}
```

## The RolesChangelogEntry object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"RolesChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/RolesChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"RolesChangelogItemTypeEnum":{"title":"RolesChangelogItemType","type":"string","enum":["CUSTOMER","CUSTOMER_LABEL","PROXY","ONBOARDING","OFFBOARDING"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]}}}}
```

## The EntitiesChangelogEntry object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"EntitiesChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/EntitiesChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"EntitiesChangelogItemTypeEnum":{"title":"EntitiesChangelogItemType","type":"string","enum":["NATURAL_PERSON","BENEFICIAL_OWNER","LEGAL_ENTITY","LEGAL_REPRESENTATIVE","JOINT_PERSON","ONBOARDING","OFFBOARDING"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]}}}}
```

## The DigitalAssetsChangelogEntry object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"DigitalAssetsChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/DigitalAssetsChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"DigitalAssetsChangelogItemTypeEnum":{"title":"DigitalAssetsChangelogItemType","type":"string","enum":["ORDER"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]}}}}
```

## The ProductsChangelogEntry object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"ProductsChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/ProductsChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"ProductsChangelogItemTypeEnum":{"title":"ProductsChangelogItemType","type":"string","enum":["CUSTOMER_PRODUCT","PARTNER_PRODUCT_DEFINITION"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]}}}}
```

## The DocumentsChangelogEntry object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"DocumentsChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/DocumentsChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"DocumentsChangelogItemTypeEnum":{"title":"DocumentsChangelogItemType","type":"string","enum":["CUSTOMER_DOCUMENT","PROXY_DOCUMENT","NATURAL_PERSON_DOCUMENT","PARTNER_USER_DOCUMENT","LEGAL_ENTITY_DOCUMENT"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]}}}}
```

## The TraditionalAssetsChangelogEntry object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"TraditionalAssetsChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/TraditionalAssetsChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"TraditionalAssetsChangelogItemTypeEnum":{"title":"TraditionalAssetsChangelogItemType","type":"string","enum":["ORDER"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]}}}}
```

## The TaxesChangelogEntry object

```json
{"openapi":"3.0.1","info":{"title":"Changelogs","version":"1.0"},"components":{"schemas":{"TaxesChangelogEntry":{"type":"object","required":["changes","createdOn","entryId","itemId","itemType","source"],"properties":{"itemType":{"$ref":"#/components/schemas/TaxesChangelogItemTypeEnum"},"entryId":{"type":"string","format":"uuid","description":"UUID of changelog entry."},"itemId":{"type":"string","format":"uuid","description":"UUID of item"},"createdOn":{"type":"string","format":"date-time"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/ChangelogEntryValue"}},"source":{"$ref":"#/components/schemas/ChangelogSource"}},"title":"ChangelogEntry"},"TaxesChangelogItemTypeEnum":{"title":"TaxesChangelogItemType","type":"string","enum":["TAX_EXEMPTION_ORDER"]},"ChangelogEntryValue":{"title":"ChangelogEntryValue","type":"object","required":["type","path"],"properties":{"type":{"$ref":"#/components/schemas/ChangelogEntryValueType"},"path":{"type":"string","description":"Path to the changed attribute."},"oldValue":{"type":"string","description":"Old value of the attribute."},"value":{"type":"string","description":"New value of the attribute."}}},"ChangelogEntryValueType":{"title":"ChangelogEntryValueType","type":"string","enum":["REPLACE","ADD","REMOVE"]},"ChangelogSource":{"title":"ChangelogSource","type":"string","enum":["PARTNER_SYSTEM","PARTNER_EMPLOYEE","INTERNAL_CHANGE"]}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tradevest.ai/api-reference/changelogs/schemas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
