@patchworkdev/common
Version:
Patchwork Development Kit
26 lines (25 loc) • 635 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json",
"scopeName": "test",
"name": "DynRefLib",
"symbol": "DR",
"baseURI": "https://mything/my/",
"schemaURI": "https://mything/my-metadata.json",
"imageURI": "https://mything/my/{tokenID}.png",
"features": ["dynamicreflibrary"],
"fields": [
{
"id": 1,
"key": "attributeIDs",
"type": "literef",
"arrayLength": 0,
"description": "Dynamic attributes"
},
{
"id": 2,
"key": "name",
"type": "char32",
"description": "Name"
}
]
}