This figure show the main models showing their relationships.
Represents any asset to be used in the system, such as a product image.
Fields:
string): The asset identified in UUIDv4 format.string): A string used in the asset to be identified by the users.string): A description for the asset.string): The file extension corresponding to the asset, excluding the dot (.) character. Example: 'png', 'jpg', 'pdf'.number): The size of the asset in bytes.Date): The date and time of creation. It is automatically filled up by the API.Date): The date and time of last update. It is automatically filled up by the API.Date): The date and time of last asset retrieval. It is automatically filled up by the API.string[]): A collection of tags to organize or categorize the asset. The interpretation of each possible tag is up to the user.string): The URL to access the asset directly. It is autogenerated by the API.string): A hash that represents the assets content codified in MD5.Represents the information of any asset to be used in the system, in form format. It is intended to be used to POST assets uploading a file.