{
    "tick": "MYTOKEN",
    "description": "This is a text description of MYTOKEN",
    "website": "http://www.mysite.com",
    "name": "Token Name",
    "html": "<iframe src=\"https://www.jigsawplanet.com/?rc=play&amp;pid=36d461cfd6d6&amp;view=iframe\" style=\"width:100%;height:600px\" frameborder=0 allowfullscreen></iframe>",

    "owner": {
        "name": "John Smith",
        "title": "Chief Technology Officer (CFO)",
        "organization": "ABC Technologies, Inc."
    },

    "contacts": [{
        "type": "address",
        "data": "1234 Main Street, Seattle, WA 98104"
    },{
        "type": "email",
        "data": "info@domain.com"
    },{
        "type": "phone",
        "data": "1-949-555-1234"
    },{
        "type": "fax",
        "data": "1-949-555-1234"
    },{
        "type": "url",
        "data": "https://domain.com"
    }],

    "categories":[{
        "type": "main",
        "data": "Art"
    },{
        "type": "sub",
        "data": "Photographer"
    },{
        "type": "other",
        "data": "Skyline/Sunset Photographs"
    }],

    "social": [{
        "type": "github",
        "data": "https://github.com/XChain-platform"
    },{
        "type": "facebook",
        "data": "https://facebook.com/XChain-platform"
    },{
        "type": "twitter",
        "data": "https://twitter.com/xchain_io"
    },{
        "type": "telegram",
        "data": "https://t.me/xchain_io"
    }],


    "images": [{
        "type": "icon",
        "size": "48x48",
        "data": "https://domain.com/icon.png",
        "hash": "8031025a667824a188dd5479ca5cb20c5306be06ed01875f7bcc11ecb48251be"
    },{
        "type": "icon",
        "size": "128x128",
        "data": "https://domain.com/icon128.png"
    },{
        "type": "standard",
        "data": "https://domain.com/image.png"
    },{
        "type": "large",
        "name": "Image Name / Title",
        "data": "https://domain.com/image_large.png"
    },{
        "type": "hires",
        "name": "Image Name / Title",
        "data": "https://domain.com/image_hires.png"
    }],

    "audio": [{
        "type": "m4a",
        "data": "https://domain.com/audio.m4a",
        "name": "Audio Name / Title",
        "hash": "8031025a667824a188dd5479ca5cb20c5306be06ed01875f7bcc11ecb48251be"
    },{
        "type": "mp3",
        "name": "Audio Name / Title",
        "data": "https://domain.com/audio.mp3"
    },{
        "type": "wav",
        "name": "Audio Name / Title",
        "data": "https://domain.com/audio.wav"
    }],

    "video": [{
        "type": "mp4",
        "data": "https://domain.com/video.mp4",
        "name": "Video Name / Title",
        "hash": "8031025a667824a188dd5479ca5cb20c5306be06ed01875f7bcc11ecb48251be"
    },{
        "type": "mov",
        "name": "Video Name / Title",
        "data": "https://domain.com/video.mov"
    },{
        "type": "wmv",
        "name": "Video Name / Title",
        "data": "https://domain.com/video.wmv"
    }],

    "files": [{
        "type": "doc",
        "data": "https://domain.com/word.doc",
        "name": "File Name / Title",
        "hash": "8031025a667824a188dd5479ca5cb20c5306be06ed01875f7bcc11ecb48251be"
    },{
        "type": "pdf",
        "name": "File Name / Title",
        "data": "https://domain.com/document.pdf"
    },{
        "type": "xls",
        "name": "File Name / Title",
        "data": "https://domain.com/excel.xls"
    },{
        "type": "other",
        "name": "File Name / Title",
        "data": "https://domain.com/filename.ext"
    }],

    "dns": [{
        "type": "A",
        "host": "@",
        "value": "123.123.123.123"
    },{
        "type": "CNAME",
        "host": "www",
        "value": "domain.com"
    },{
        "type": "TXT",
        "host": "@",
        "value": "google-site-verification=ihWf7hO1uxOcEyEW5KWRI1NtscPyJtQ6ko4BYQuC1Q8"
    },{
        "type": "MX",
        "host": "@",
        "priority": 10,
        "value": "aspmx.l.google.com"
    }]

}