{
    "ObjectMappings": {
        "pages": {
            "roles": {
                "default": [
                    "owner",
                    "admin",
                    "parent-owner",
                    "parent-admin"
                ],
                "values": [
                    "*",
                    "owner",
                    "admin",
                    "parent-owner",
                    "parent-admin"
                ]
            },
            "mappings": {
                "default": {
                    "style": "tabs",
                    "layout": [
                        [
                            {
                                "type": "bb-tabs-panel",
                                "width": 12,
                                "panel_params": {
                                    "name": "object_mappings",
                                    "tabs": [
                                        {
                                            "name": "People",
                                            "path": ".views({sub_view: 'person'})",
                                            "requiresSettings": [
                                                "has_people"
                                            ]
                                        },
                                        {
                                            "name": "Resources",
                                            "path": ".views({sub_view: 'resource'})",
                                            "requiresSettings": [
                                                "has_resources"
                                            ]
                                        }
                                    ]
                                }
                            }
                        ]
                    ]
                },
                "values": "*bbc"
            },
            "person": {
                "default": {
                    "style": "tab",
                    "layout": [
                        [
                            {
                                "type": "bb-integrations-mappings-table",
                                "width": 12,
                                "style": "table-padding",
                                "panel_params": {
                                }
                            }
                        ]
                    ]
                },
                "values": "*bbc"
            },
            "resource": {
                "default": {
                    "style": "tab",
                    "layout": [
                        [
                            {
                                "type": "bb-integrations-mappings-table",
                                "width": 12,
                                "style": "table-padding",
                                "panel_params": {
                                }
                            }
                        ]
                    ]
                },
                "values": "*bbc"
            },
            "uploads": {
              "default": {
                  "style": "tabs",
                  "layout": [
                      [
                          {
                              "type": "bb-tabs-panel",
                              "width": 12,
                              "panel_params": {
                                  "name": "object_mappings",
                                  "tabs": [
                                      {
                                          "name": "Uploads",
                                          "path": ".views({sub_view: 'upload'})"
                                      }
                                  ]
                              }
                          }
                      ]
                  ]
              },
              "values": "*bbc"
            },
            "upload": {
              "default": {
                  "style": "tab",
                  "layout": [
                      [
                          {
                              "type": "bb-integrations-uploads-table",
                              "width": 12,
                              "style": "table-padding",
                              "panel_params": {
                              }
                          }
                      ]
                  ]
              },
              "values": "*bbc"
            }
        }
    }
}
