Skip to main contentindex.CoreAsset
Full asset data structure returned from Directus
Table of contents
Properties
Properties
• 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
• Optional media_url: string
• 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 |