{
"layout": {
"grid": {
"breakpoints": {
"xs": 1,
"sm": 1,
"md": 1,
"lg": 1,
"xl": 1
},
"gutter": "string"
},
"sections": [
{
"id": "string",
"title": "string",
"rows": {
"0": {
"id": "string",
"columns": {
"0": {
"id": "string",
"span": 1,
"components": [
{
"type": "text",
"props": {
"property1": "string",
"property2": "string"
}
}
]
},
"span": 0
}
},
"columns": [
"string"
]
}
}
]
}
}