UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

74 lines (73 loc) 1.54 kB
{ "$schema": "https://patchwork.dev/schema/patchwork-metadata.schema.json", "scopeName": "test", "name": "Arrays", "symbol": "ARRAYS", "schemaURI": "https://mything/my-metadata.json", "imageURI": "https://mything/my/{tokenID}.png", "fields": [ { "id": 3, "key": "fieldu128a", "type": "uint128", "arrayLength": 1, "description": "Some Uint128", "permissionId": 1, "visibility": "public", "slot": 0, "offset": 0 }, { "id": 4, "key": "fieldu128b", "type": "uint128", "arrayLength": 1, "description": "Some Uint128", "permissionId": 2, "visibility": "public", "slot": 0, "offset": 128 }, { "id": 6, "key": "c8", "type": "char8", "arrayLength": 1, "description": "c8", "visibility": "public", "slot": 1, "offset": 0 }, { "id": 5, "key": "fieldu32", "type": "uint32", "arrayLength": 1, "description": "Some Uint32", "permissionId": 3, "visibility": "public", "slot": 1, "offset": 64 }, { "id": 1, "key": "names", "type": "char8", "arrayLength": 4, "description": "Names", "visibility": "public", "slot": 2, "offset": 0 }, { "id": 2, "key": "u16array", "type": "uint16", "arrayLength": 32, "description": "Uint16 array", "visibility": "public", "slot": 3, "offset": 0 } ] }