{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/Uint256", "title": "Uint256", "type": "object", "properties": { "value": { "type": "integer" }, "bitSize": { "type": "integer", "format": "int32" }, "typeAsString": { "type": "string" } } }