Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 766 Bytes

Badges.md

File metadata and controls

29 lines (24 loc) · 766 Bytes

Badges

Badges issued by the account and holders for each of these badges.

Schema

Key Type Description
[badge_name] Badge The key is the name of a badge. For example, whale or real_human.

Example

{
  "whale": {
    "info": {
      "name": "Whale",
      "description": "A really whalethy user",
      "image": {
        "url": "https://upload.wikimedia.org/wikipedia/commons/e/e2/Southern_right_whale.jpg"
      }
    },
    "holder": {
      "x.near": "",
      "root.near": ""
    }
  }
}