{
"name": "document",
"type": "block",
"blocks": [
{
"name": "image",
"type": "block",
"form": "macro",
"metadata": {
"attributes": {
"alt": "Sunset",
"height": "400",
"width": "300"
}
},
"source": {
"type": "path",
"value": "sunset.jpg"
},
"location": [
{
"line": 1,
"col": 1
},
{
"line": 1,
"col": 50
}
]
},
{
"name": "image",
"type": "block",
"form": "macro",
"metadata": {
"attributes": {
"alt": "Mountain",
"height": "600",
"width": "500"
}
},
"source": {
"type": "path",
"value": "mountain.png"
},
"location": [
{
"line": 3,
"col": 1
},
{
"line": 3,
"col": 54
}
]
}
],
"location": [
{
"line": 1,
"col": 1
},
{
"line": 3,
"col": 54
}
]
}