@patchworkdev/common
Version:
Patchwork Development Kit
21 lines • 485 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json",
"scopeName": "test",
"name": "LiteRef4",
"symbol": "LR4",
"baseURI": "https://example.com/",
"schemaURI": "https://example.com/schema",
"imageURI": "https://example.com/image",
"features": [
"mintable"
],
"fields": [
{
"id": 1,
"key": "array_literef",
"type": "literef",
"arrayLength": 4,
"description": "An array of literef fields"
}
]
}