{
  "bounds": [800, 600],
  "children": [
    {
      "bounds": [800, 600],
      "contentsOpaque": true,
      "drawsContent": true,
      "backgroundColor": "#FF0000",
      "children": [
        {
          "position": [50, 50],
          "bounds": [100, 100],
          "contentsOpaque": true,
          "drawsContent": true,
          "backgroundColor": "#008000"
        }
      ]
    }
  ]
}