Skip to main content
index.CoreAsset Full asset data structure returned from Directus

Table of contents

Properties

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

organization

• Optional organization: Object

Type declaration