{
"type": "container",
"borderRadius": "20pt",
"borderWidth": "1pt",
"borderColor": "#f25abf",
"constraints": [
{
"type": "pos",
"x": "20%",
"y": "20%"
},
{
"type": "size",
"width": "60%",
"height": "30%"
}
],
"children": [
{
"type": "container",
"borderRadius": "20pt",
"borderWidth": "1pt",
"borderColor": "#f3f3f3",
"constraints": [
{
"type": "pos",
"x": "5%",
"y": "5%"
},
{
"type": "size",
"width": "90%",
"height": "40%"
}
],
"children": [
{
"type": "color",
"value": "#34a7c9",
"constraints": [
{
"type": "pos",
"x": "0",
"y": "0"
},
{
"type": "size",
"width": "100%",
"height": "100%"
}
]
}
]
}
]
}