General Card Resource Object
Resource object and functionalities are subject to change
warning
Feature under construction, minimum features enabled. Resource object not completed and updated daily.
#
Attributes#
id stringA unique identifier for the object
#
name stringThe name of the unit card. This is any name the user wants to give their card.
#
media hashThe photos the owner of the unit card has uploaded. Each photo object is described below:
Property | Description |
---|---|
imageUrls list[strings] | URL pointer of the image resource |
videoUrls list[strings] | URL pointer of the video resource |
#
brand stringCreator or Brand representing the asset.
#
units card issued intTotal number of unit cards registered under one general card.
#
units card claimed intTotal number of unit cards with an owner under one general card.
#
metadata hashAny additional metadata associated with the object. Metadata can be anything. It is user defined, so key value pairs could be strings, ints, nested objects, etc. This is completely up to the implementation of the developer.
For more information see, Metadata object