Token Metadata
Music NFT Metadata Standards
About Redundant Traits
Last updated
Music NFT Metadata Standards
Last updated
// Token Metadata Template
{
"version": "",
"name": "",
"title": "",
"duration": 7,
"artist": "",
"artists": [
{
"name": "",
"type": ""
},
{
"name": "",
"type": ""
}
],
"album": "",
"track_number": 7,
"genre": [
"",
""
],
"year": 7,
"mime_type": "",
"bit_depth": 16,
"sample_rate": 44.1,
"tags": [
"",
"",
""
],
"key": "",
"bpm": 7,
"description": "",
"description_artist": "",
"license": "",
"location_created": "",
"isrc": "",
"project": {
"title": "",
"artwork": {
"mime_type": "",
"uri": "",
"thumb": "",
"small": "",
"large": ""
},
"artist": "",
"description": "",
"type": "",
"original_release_date": "",
"record_label": "",
"publisher": "",
"upc": ""
},
"lyrics": {
"text": ""
},
"visualizer": {
"mime_type": "",
"uri": ""
},
"video": {
"mime_type": "",
"uri": ""
},
"artwork": {
"mime_type": "",
"uri": "",
"thumb": "",
"small": "",
"large": ""
},
"external_url": "",
"image": "",
"image_thumb": "",
"image_small": "",
"image_large": "",
"image_album": "",
"image_album_thumb": "",
"image_album_small": "",
"image_album_large": "",
"image_artist": "",
"image_artist_thumb": "",
"image_artist_small": "",
"images": [
"",
"",
"",
"",
""
],
"original_release_date": "",
"record_label": "",
"publisher": "",
"rarity": "",
"attributes": [
{
"trait_type": "Rarity",
"value": ""
},
{
"trait_type": "Title",
"value": ""
},
{
"trait_type": "Artist",
"value": ""
},
{
"trait_type": "Album",
"value": ""
},
{
"trait_type": "Track Number",
"value": ""
},
{
"trait_type": "Audio Quality",
"value": ""
},
{
"trait_type": "Year",
"value": ""
},
{
"trait_type": "Cover Artist",
"value": ""
}
],
"mp3_url": "",
"lossy_audio": "",
"audio_url": "",
"lossless_audio": "",
"animation_url": "",
"vrm": "",
"merch": {
"mime_type": "",
"type": "",
"uri": ""
},
"midi": "",
"step_mania": "",
"clone_hero": "",
"credits": [
{
"name": "",
"credit": ""
},
{
"name": "",
"credit": ""
},
],
"stems": [
{
"name": "",
"mime_type": "",
"uri": ""
},
{
"name": "",
"mime_type": "",
"uri": ""
},
],
"mixes": [
{
"name": "",
"mime_type": "",
"uri": "",
"conditions": [
{
"type": "",
"value": ""
},
{
"type": "",
"value": ""
},
]
},
{
"name": "",
"mime_type": "",
"uri": "",
"conditions": [
{
"type": "",
"value": ""
}
]
},
]
}