Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.35 KB

Metadata.md

File metadata and controls

43 lines (37 loc) · 1.35 KB

Metadata

Generic metadata object describing an entity.

Schema

Key Type Description
name String(64) The display name or title
image Image The main image or an icon
backgroundImage Image The background image
description Markdown(String) The description in the markdown format
linktree LinkTree Links
tags Tags Tags

Example

{
  "name": "Near Social",
  "image": {
    "ipfs_cid": "bafkreid55mbassw335wezjk3gc5rzizwrqpenfxk3dyyljumxvezplhjg4"
  },
  "linktree": {
    "twitter": "NearSocial_",
    "github": "NearSocial",
    "telegram": "NearSocial",
    "website": "near.social"
  },
  "description": "# Near Social\n\n**Near Social** is ...",
  "backgroundImage": {
    "ipfs_cid": "bafybeigwqqx2eccpyip66bn2bn6janvss2snv3xuuus3ltin6i46mfkyam"
  },
  "tags": {
    "platform": "",
    "project": "",
    "network": "",
    "protocol": "",
    "open-source": ""
  }
}