# 2024-06-07: CE - Mixin Schemas

### Overview

Mixins are a fantastic extension concept that allows you to design your platform flexibly, extend it quickly and respond to the individual business requirements of your customers. This contributes to more efficiency, competitiveness and customer satisfaction.

For more details, check out the What’s New table.

### New features

| Feature                                                                      | Benefits                                                                                                                                                                                                                                                                                       |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Management Dashboard support for objects, arrays and nullable attributes** | Empower your team with intuitive handling of complex arrays and objects. This provides your employees with a Management Dashboard wizard to distribute and organize development processes more efficiently, enabling your company to respond very fast to customer requests and market trends. |
| **Displaying arrays and objects on entity level within the**                 | <p>The out-of-the-box arrays and objects are displayed automatically in a well-structured format, eliminating the need for further implementation, which speeds up project implementation.<br><br>Objects, arrays, and decimals are available for all supported entities.</p>                  |

### Fixes and improvements

Supporting now array, object, decimal attributes within the Management Dashboard. Also, it's possible to define the schema to accept `null` values.

### Known problems

None.

### Documentation and links

* Management Dashboard User Guide - [Mixin Schemas](/ce/management-dashboard/settings/mixin-schemas.md)
* Core Commerce Guide - [Mixin Schemas](/ce/core-commerce/mixin-schemas.md)
* Developer Guide - [Schema Service Tutorial](/api-references/api-guides/utilities/schema/schema.md)
* API Reference - [Schema Service](/api-references/api-guides/utilities/schema.md)


---

# 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://developer.emporix.io/release-notes/archive/2024/2024-06-07-ce-mixin-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.
