{
  "vtex.menu@2.x:menu#websites": {
    "children": [
      "challenge-block#top-menu"
    ]
  },
  "challenge-block#top-menu": {
    "blocks": [
      "challenge-content#top-menu",
      "challenge-fallback#top-menu"
    ]
  },

  "challenge-content#top-menu": {
    "children": [
      
    ]
  },
  "challenge-fallback#top-menu": {
    "children": [
      "rich-text#challenge-top-menu"
    ]
  },
  "rich-text#challenge-top-menu": {
    "props": {
      "text": "",
      "blockClass": "challengeTopMenu"
    }
  },
  
  "menu-item#shop": {
    "props": {
      "id": "menu-item-shop",
      "type": "custom",
      "iconId": null,
      "highlight": false,
      "itemProps": {
        "type": "internal",
        "href": "#",
        "noFollow": false,
        "tagTitle": "Shop",
        "text": "Shop"
      }
    }
  },
  "vtex.menu@2.x:menu#institutional": {
    "children": [
      "menu-item#vtex-website"
    ]
  },
  "menu-item#vtex-website": {
    "props": {
      "id": "menu-item-vtex-website",
      "type": "custom",
      "iconId": null,
      "highlight": false,
      "itemProps": {
        "type": "external",
        "href": "http://vtex.com",
        "noFollow": false,
        "tagTitle": "visit vtex.com",
        "text": "visit vtex.com"
      }
    }
  }

}
