Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/ethereum-erc1155/latest.json
Source https://www.schemastore.org/ethereum-erc1155.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

name string

Identifies the asset to which this token represents

decimals integer

The number of decimal places that the token amount should display - e.g. 18, means to divide the token amount by 1000000000000000000 to get its user representation.

description string

Describes the asset to which this token represents

image string

A URI pointing to a resource with mime type image/* representing the asset to which this token represents. Consider making any images at a width between 320 and 1080 pixels and aspect ratio between 1.91:1 and 4:5 inclusive.

properties object

Arbitrary properties. Values may be strings, numbers, object or arrays.

localization object
3 nested properties
uri string required

The URI pattern to fetch localized data from. This URI should contain the substring {locale} which will be replaced with the appropriate locale value before sending the request.

default string required

The locale of the default data within the base JSON

locales array required

The list of locales for which data is available. These locales should conform to those defined in the Unicode Common Locale Data Repository (http://cldr.unicode.org/).