{
    "data": [
        {
            "element": "a-entity",
            "id": "container",
            "components": {},
            "children": [
                {
                    "element": "a-box",
                    "components": {
                        "position": {
                            "x": -1,
                            "y": 0.5,
                            "z": -3
                        },
                        "rotation": {
                            "x": 0,
                            "y": 45,
                            "z": 0
                        },
                        "material": {
                            "color": "#4CC3D9"
                        }
                    }
                },
                {
                    "element": "a-sphere",
                    "components": {
                        "position": {
                            "x": 0,
                            "y": 1.25,
                            "z": -5
                        },
                        "material": {
                            "color": "#EF2D5E"
                        },
                        "geometry": {
                            "primitive": "sphere",
                            "radius": 1.25
                        }
                    }
                },
                {
                    "element": "a-cylinder",
                    "components": {
                        "position": {
                            "x": 1,
                            "y": 0.75,
                            "z": -3
                        },
                        "material": {
                            "color": "#FFC65D"
                        },
                        "geometry": {
                            "primitive": "cylinder",
                            "radius": 0.5,
                            "height": 1.5
                        }
                    }
                },
                {
                    "element": "a-plane",
                    "components": {
                        "position": {
                            "x": 0,
                            "y": 0,
                            "z": -4
                        },
                        "rotation": {
                            "x": -90,
                            "y": 0,
                            "z": 0
                        },
                        "material": {
                            "color": "#7BC8A4"
                        },
                        "geometry": {
                            "primitive": "plane",
                            "width": 4,
                            "height": 4
                        }
                    }
                }
            ]
        }
    ]
}