# 2025-11-07: Media Service - support for custom schema types in reference type

## Overview

The Media Service has been extended to support custom schema types as reference types. The `type` field in `RefId` can now accept any custom schema type in addition to the predefined types.

## Updated endpoints

| Endpoint                                                                                                                                     | Description                                              |
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Creating an asset](https://developer.emporix.io/api-references/api-guides/media/media/api-reference/assets#post-media-tenant-assets)        | The `refIds.type` field now accepts custom schema types. |
| [Updating an asset](https://developer.emporix.io/api-references/api-guides/media/media/api-reference/assets#put-media-tenant-assets-assetid) | The `refIds.type` field now accepts custom schema types. |

## Known problems

There are no known problems.
