@patchworkdev/common
Version:
Patchwork Development Kit
31 lines (30 loc) • 664 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-metadata.schema.json",
"scopeName": "test",
"name": "DynRef",
"symbol": "DR",
"schemaURI": "https://mything/my-metadata.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 2,
"key": "name",
"type": "char32",
"arrayLength": 1,
"description": "Name",
"visibility": "public",
"slot": 0,
"offset": 0
},
{
"id": 1,
"key": "attributeIDs",
"type": "literef",
"arrayLength": 0,
"description": "Dynamic attributes",
"visibility": "public",
"slot": 0,
"offset": 0
}
]
}