@patchworkdev/common
Version:
Patchwork Development Kit
32 lines (31 loc) • 719 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-metadata.schema.json",
"scopeName": "test",
"name": "LiteRef1",
"symbol": "LR1",
"schemaURI": "https://mything/my-metadata.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 2,
"key": "counter",
"type": "uint128",
"arrayLength": 1,
"description": "Counter",
"permissionId": 1,
"visibility": "public",
"slot": 0,
"offset": 0
},
{
"id": 1,
"key": "attributeIDs",
"type": "literef",
"arrayLength": 1,
"description": "The attributes equipped by this this",
"visibility": "public",
"slot": 0,
"offset": 128
}
]
}