> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: CoreAsset

[index](.././index).CoreAsset

Full asset data structure returned from Directus

## Table of contents

### Properties

* [id](#id)
* [name](#name)
* [status](#status)
* [date\_created](#date_created)
* [storage\_access](#storage_access)
* [nft\_id](#nft_id)
* [nft\_address](#nft_address)
* [media\_url](#media_url)
* [tags](#tags)
* [custom\_fields](#custom_fields)
* [thumbnail](#thumbnail)
* [resources](#resources)
* [translations](#translations)
* [owner](#owner)
* [organization](#organization)

## Properties

### id

• **id**: `string`

### name

• **name**: `string`

### status

• **status**: `string`

### date\_created

• **date\_created**: `string`

### storage\_access

• **storage\_access**: `string`

### nft\_id

• `Optional` **nft\_id**: `string`

### nft\_address

• `Optional` **nft\_address**: `string`

### media\_url

• `Optional` **media\_url**: `string`

### tags

• **tags**: `string`\[]

### custom\_fields

• `Optional` **custom\_fields**: `any`

### thumbnail

• `Optional` **thumbnail**: `null` | \{ `id`: `string` ; `filename_download`: `string` ; `filesize`: `number` ; `width`: `number` ; `height`: `number` ; `type`: `string`  }

### resources

• `Optional` **resources**: \{ `directus_files_id`: \{ `id`: `string` ; `filename_download`: `string` ; `filesize`: `number` ; `width`: `number` ; `height`: `number` ; `type`: `string`  }  }\[]

### translations

• `Optional` **translations**: \{ `title?`: `string` ; `name?`: `string` ; `description?`: `string` ; `languages_code`: `string`  }\[]

### owner

• `Optional` **owner**: `Object`

#### Type declaration

| Name              | Type     |
| :---------------- | :------- |
| `id`              | `string` |
| `first_name`      | `string` |
| `last_name`       | `string` |
| `email`           | `string` |
| `wallet_address?` | `string` |

### organization

• `Optional` **organization**: `Object`

#### Type declaration

| Name          | Type     |
| :------------ | :------- |
| `id`          | `string` |
| `name`        | `string` |
| `legal_name?` | `string` |
