{"title":"Blobs Metadata","type":"object","properties":{"originator":{"type":"string","description":"Identifies the originator of the carried blobs"//标识携带的Blob的发起者},"description":{"type":"string","description":"Describes the contents of the blobs"//描述Blob的内容},"content_type":{"type":"string","description":"Describes the MIME type of the blobs. The MIME type should be defined in RFC 2046 (https://www.rfc-editor.org/rfc/rfc2046)"//描述Blob的MIME类型。MIME类型应在RFC2046(https://www.rfc-editor.org/rfc/rfc2046)中定义},"extras":{"type":"string","description":"Dynamic extra information related to the blobs"//与Blob相关的动态额外信息},"blobs":{"type":"array","description":"Metadata of the i'th blob. This is optional and overlays the upper level properties if provided",//第i个Blob的元数据。这是可选的,如果提供,则会覆盖上层属性"items":{"description":{"type":"string","description":"Describes the content of the i'th blob"//描述第i个Blob的内容},"content_type":{"type":"string","description":"Describes the MIME type of the i'th blob. The MIME type should be defined in RFC 2046 (https://www.rfc-editor.org/rfc/rfc2046)"//描述第i个Blob的MIME类型。MIME类型应在RFC2046(https://www.rfc-editor.org/rfc/rfc2046)中定义},"extras":{"type":"string","description":"Dynamic extra information related to the i'th blob"//与第i个Blob相关的动态额外信息},}}}}
{"originator":"Vitalik Buterin","description":"An illustration of data availability sampling",//数据可用性抽样的说明"blobs":[{"content_type":"text/plain","description":"This blob contains a description text of the illustration."//此Blob包含插图的描述性文本。},{"content_type":"image/png","description":"This blob contains the illustration image data in base64 format. It's a RFC 2397 (https://www.rfc-editor.org/rfc/rfc2397) data URL."//此Blob包含base64格式的插图图像数据。这是一个RFC2397(https://www.rfc-editor.org/rfc/rfc2397)数据URL。},]}
Gavin Fu (@gavfu), Leo Wang (@wanglie1986), Bova Chen (@appoipp), Aiden X (@4ever9), "ERC-7588: Blob 交易元数据 JSON 模式," Ethereum Improvement Proposals, no. 7588, January 2024. [Online serial]. Available: https://eips.ethereum.org/EIPS/eip-7588.