--- node: profiles.$profile_node_name.statistics.reports_menu.$name infos_node: profile.statistics.reports_menu structure: reports_menu: _: node-list # foreach menu item label: string report: string show_in_dynamic_reports: bool show_in_static_reports: bool items: node-list # foreach menu item # foreach item in items # keys as above, except items. infos: - node: label comment: The label of this report menu item, as it should appear in the report menu in the UI. - node: report required_if: If not a menu group. comment: A report node name. - node: show_in_dynamic_reports comment: True if this menu item should appear in dynamic reports. - node: show_in_static_reports comment: True if this menu item should appear in static reports (Generate Report Files). - node: items comment: A group of menu items ...