JSON Templates

If you would like to register the jsonId standard in this document and notify others, please apply through moe@onnano.co.

MOE TCG NFT adheres to the standards set forth by OpenSea to ensure compatibility with other platforms.

Character Database

This serves as the fundamental unit of the onnanoco Character Database, and in order to register in the onnanoco Character DB, one must adhere to this template protocol.

  • jsonId : 0xd88f250c

{
    "name":string,
    "description":string,
    "image":string,
    "attributes":[
        {
            "trait_type":"profile_image",
            "value":string
        },
        {
            "trait_type":"type",
            "value":string
        },
        {
            "trait_type":"gender",
            "value":string
        },
        {
            "trait_type":"birthday",
            "value":string
        },
        {
            "trait_type":"birthyear",
            "value":integer
        },
        {
            "trait_type":"eye_color",
            "value":string
        },
        {
            "trait_type":"ear",
            "value":string
        },
        {
            "trait_type":"hair_color",
            "value":string
        },
        {
            "trait_type":"hair_style",
            "value":string
        },
        {
            "trait_type":"hair_length",
            "value":string
        },
        {
            "trait_type":"blood",
            "value":string
        },
        {
            "trait_type":"height",
            "value":fraction
        },
        {
            "trait_type":"weight",
            "value":fraction
        },
        {
            "trait_type":"bust",
            "value":integer
        },
        {
            "trait_type":"waist",
            "value":integer,
        },
        {
            "trait_type":"hip",
            "value":integer,
        }  
    ]
}

name

  • Enter the character's name in the language used in the original work.

image

  • use a square image

  • displayable in a web browser

  • width and height are not exceeding 1000px

profile_image

  • use a square image

  • displayable in a web browser

  • width and height are not exceeding 200px

type

  • enter the character type in English

gender

birthday

  • Enter the birthday without the year in the 'MM-DD' format.

  • If the date of birth is not clear, please enter it as "00-00".

Last updated