Skip to main content

BlobsBundleV1


JSON Schema

{
"title": "Blobs bundle object V1",
"type": "object",
"required": [
"commitments",
"proofs",
"blobs"
],
"properties": {
"commitments": {
"title": "Commitments",
"type": "array",
"items": {
"title": "48 hex encoded bytes",
"type": "string",
"pattern": "^0x[0-9a-f]{96}$"
}
},
"proofs": {
"title": "Proofs",
"type": "array",
"items": {
"title": "48 hex encoded bytes",
"type": "string",
"pattern": "^0x[0-9a-f]{96}$"
}
},
"blobs": {
"title": "Blobs",
"type": "array",
"items": {
"title": "hex encoded bytes",
"type": "string",
"pattern": "^0x[0-9a-f]*$"
}
}
}
}

Properties

NameTypeRequiredDescription
commitmentsstring[]yes
proofsstring[]yes
blobsstring[]yes