Asset Branding
Each of the 7 Asset Types can be branded, offering a more comprehensive view and understanding of said Asset.
Branding Data is saved in a separate Table, the BRD|BrandingTable
, which follows the BRD|PropertiesSchema
in the BRD Module.
The Key Entry for Data stored in the BRD|BrandingTable
is the Asset Id, ensuring an unique entry for every Asset existing on Ouronet. Below are the Key Parameters associated with Branding Data for any Ouronet Asset:
branding:object{Branding.Schema}
– Stores the live branding data for the Ouronet Asset, which includes visual and descriptive elements such as logos, colours, and metadata that define its identity within the ecosystem (more on the actual elements below), this being the Branding Data that it is displayed on the Virtual Blockchain explorer for the Ouronet Asset.branding-pending:object{Branding.Schema}
– Stores the pending branding data for the Ouronet Asset. This represents branding information submitted by the asset owner that is awaiting approval from an Ouronet Administrator before becoming live. However, asset owners can bypass the approval process by upgrading their branding to a "blue" flag status, which requires a monthly fee. When such an upgraded is execute, the pending branding data is also automatically moved to live status without the need for administrative approval.
The Schema that stores the branding Data the Branding.Schema, has the following Parameters:
logo:string
– Stores the IPFS Link for an Image Element, that represents the Logo of the Asset. Ideally, it must be a SVG (proper vector image), with at least 200x200 pixels but no more than 640x640 pixels, and ideally no bigger than 250kb.description:string
– Stores the Description of the Ouronet Assetwebsite:string
– Stores the Website of the Ouronet Asset, if any exists.social:[object{SocialSchema}]
– Stores Social Media Data related to the Ouronet Assetflag:integer
– Stores the Ouronet Asset Flag, more on Flags below.genesis:time
– Stores the time the Ouronet Asset was issued.premium-until:time
– Stores the until the Ouronet Asset is in Premium Mode, more on that below.
Parameter 4 Stores Social Media Data as a list of Objects, each object representing a different Social Media Entity. This object follows a the SocialSchema
which has the following parameters:
social-media-name:string
– Represents the name of the Social Media Entity.social-media-link:string
– Holds the Internet Link of the Social Media Entity.
Last updated