All Types
Interface: CoreAsset
index.CoreAsset
Full asset data structure returned from Directus
Table of contents
Properties
- id
- name
- status
- date_created
- storage_access
- nft_id
- nft_address
- media_url
- tags
- custom_fields
- thumbnail
- resources
- translations
- owner
- 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 |