{
    "parent": {
        "data": {
                "post_title": "Parent Page",
                "post_type": "page",
                "post_status": "publish",
                "menu_order": 1
            },
        "metadata": {},
        "children": {

            "child": {
                "data": {
                        "post_title": "Child Page",
                        "post_type": "page",
                        "post_status": "publish",
                        "menu_order": 1
                    },
                "metadata": {
                    "_bu_cms_navigation_exclude": "1"
                },
                "children": {

                    "grandchild_one": {
                        "data": {
                                "post_title": "Grand Child Page 1",
                                "post_type": "page",
                                "menu_order": 1
                            },
                        "metadata": { "_bu_cms_navigation_exclude": "0" },
                        "children": {}

                    },

                    "grandchild_two": {
                        "data": {
                                "post_title": "Grand Child Page 2",
                                "post_type": "page",
                                "menu_order": 2

                            },
                        "metadata": {},
                        "children": {}

                    }
                }
            }
        }
    },

    "hidden": {
        "data": {
                "post_title": "Hidden Page",
                "post_type": "page",
                "menu_order": 2
            },
        "metadata": { "_bu_cms_navigation_exclude": "1" },
        "children": {}
    },

    "edit": {
        "data": {
                "post_title": "Edit and Delete Me",
                "post_type": "page",
                "menu_order": 3
            },
        "metadata": {},
        "children": {}
    },

    "private": {
        "data": {
                "post_title": "Private Page",
                "post_type": "page",
                "post_status": "private",
                "menu_order": 4
            },
        "metadata": {},
        "children": {}
    },

    "google": {
        "data": {
                "post_title": "Google",
                "post_content": "http://www.google.com",
                "post_type": "bu_link",
                "menu_order": 5
            },
        "metadata": {
            "bu_link_target": "new"
            },
        "children": {}
    },

    "last_page": {
        "data": {
                "post_title": "Last Page",
                "post_type": "page",
                "menu_order": 6
            },
        "metadata": {},
        "children": {}
    }
}