{
  "chipTile": {
    "type": 5,
    "position": {
      "x": 500,
      "y": 400
    },
    "navigation": {
      "leftTo": null,
      "rightTo": null,
      "upTo": null,
      "downTo": null
    },
    "items": {
      "chip_bg": {
        "type": 7,
        "bound": {
          "w": 600,
          "h": 72
        },
        "position": {
          "x": 0,
          "y": 0
        }
      },
      "chipText": {
        "type": 6,
        "bound": {
          "w": 360,
          "h": 40
        },
        "innerPos": {
          "x": 0,
          "y": 0
        },
        "value": "TEST",
        "font": "36px SourceSansPro-Light",
        "color": "0xf0f0f0",
        "align": "left",
        "position": {
          "x": 20,
          "y": 18
        }
      },
      "chipOp": {
        "type" : 6,
        "bound" : {"w":180, "h":30},
        "innerPos" : {"x" :0, "y" :0},
        "value" :"",
        "font" :"26px SourceSansPro-Light",
        "color" :"0xFFFFFF",
        "align" :"center",
        "position" : {"x" :226, "y" :32}
      }


    }
  }
}
