obsidian/01 Projects/presenton/graph.html
2026-05-18 12:09:21 +01:00

305 lines
No EOL
3.1 MiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - /Users/ai_leed/Documents/Projects/Oliver/presenton/graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
#legend-controls label:hover { color: #e0e0e0; }
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend-controls">
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
</div>
<div id="legend"></div>
</div>
<div id="stats">3853 nodes &middot; 6037 edges &middot; 357 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "start_js", "label": "start.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "start.js", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 12}, {"id": "presenton_start_filename", "label": "__filename", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__filename", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 1}, {"id": "presenton_start_dirname", "label": "__dirname", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__dirname", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 1}, {"id": "presenton_start_fastapidir", "label": "fastapiDir", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fastapiDir", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 1}, {"id": "presenton_start_nextjsdir", "label": "nextjsDir", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nextjsDir", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 1}, {"id": "presenton_start_args", "label": "args", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "args", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 1}, {"id": "presenton_start_userdatadir", "label": "userDataDir", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "userDataDir", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 1}, {"id": "presenton_start_setupnodemodules", "label": "setupNodeModules()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setupNodeModules()", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 2}, {"id": "presenton_start_setupuserconfigfromenv", "label": "setupUserConfigFromEnv()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setupUserConfigFromEnv()", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 2}, {"id": "presenton_start_startservers", "label": "startServers()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "startServers()", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 2}, {"id": "presenton_start_startnginx", "label": "startNginx()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "startNginx()", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 2}, {"id": "presenton_start_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 77, "community_name": "Community 77", "source_file": "start.js", "file_type": "code", "degree": 5}, {"id": "package_json", "label": "package.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "package.json", "community": 140, "community_name": "Community 140", "source_file": "package.json", "file_type": "code", "degree": 4}, {"id": "presenton_package_name", "label": "name", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "name", "community": 140, "community_name": "Community 140", "source_file": "package.json", "file_type": "code", "degree": 1}, {"id": "presenton_package_version", "label": "version", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "version", "community": 140, "community_name": "Community 140", "source_file": "package.json", "file_type": "code", "degree": 1}, {"id": "presenton_package_type", "label": "type", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "type", "community": 140, "community_name": "Community 140", "source_file": "package.json", "file_type": "code", "degree": 1}, {"id": "presenton_package_description", "label": "description", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 140, "community_name": "Community 140", "source_file": "package.json", "file_type": "code", "degree": 1}, {"id": "scripts_rebuild_notice_all_py", "label": "rebuild_notice_all.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "rebuild_notice_all.py", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 9}, {"id": "scripts_rebuild_notice_all_read_text_safe", "label": "read_text_safe()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "read_text_safe()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 2}, {"id": "scripts_rebuild_notice_all_parse_rfc822_metadata", "label": "parse_rfc822_metadata()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_rfc822_metadata()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 2}, {"id": "scripts_rebuild_notice_all_find_python_site_packages", "label": "find_python_site_packages()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "find_python_site_packages()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 2}, {"id": "scripts_rebuild_notice_all_detect_python_venv", "label": "detect_python_venv()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_python_venv()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 3}, {"id": "scripts_rebuild_notice_all_scan_python_packages", "label": "scan_python_packages()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "scan_python_packages()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 4}, {"id": "scripts_rebuild_notice_all_find_license_file_in_dir", "label": "find_license_file_in_dir()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "find_license_file_in_dir()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 1}, {"id": "scripts_rebuild_notice_all_scan_node_modules", "label": "scan_node_modules()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "scan_node_modules()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 2}, {"id": "scripts_rebuild_notice_all_format_section", "label": "format_section()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "format_section()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 2}, {"id": "scripts_rebuild_notice_all_main", "label": "main()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 9, "community_name": "Community 9", "source_file": "scripts/rebuild_notice_all.py", "file_type": "code", "degree": 7}, {"id": "servers_fastapi_server_py", "label": "server.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "server.py", "community": 316, "community_name": "Community 316", "source_file": "servers/fastapi/server.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_openai_spec_json", "label": "openai_spec.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "openai_spec.json", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 4}, {"id": "fastapi_openai_spec_openapi", "label": "openapi", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "openapi", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 1}, {"id": "fastapi_openai_spec_info", "label": "info", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "info", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_info_version", "label": "version", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "version", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 1}, {"id": "fastapi_openai_spec_paths", "label": "paths", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "paths", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_paths_api_v1_ppt_presentation_generate", "label": "/api/v1/ppt/presentation/generate", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "/api/v1/ppt/presentation/generate", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 2}, {"id": "fastapi_openai_spec_api_v1_ppt_presentation_generate_post", "label": "post", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "post", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 6}, {"id": "fastapi_openai_spec_post_requestbody", "label": "requestBody", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "requestBody", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_content_multipart_form_data", "label": "multipart/form-data", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "multipart/form-data", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 2}, {"id": "fastapi_openai_spec_multipart_form_data_schema", "label": "schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "schema", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 1}, {"id": "fastapi_openai_spec_requestbody_required", "label": "required", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "required", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 7}, {"id": "fastapi_openai_spec_responses_200", "label": "200", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "200", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_200_description", "label": "description", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_200_content", "label": "content", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "content", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 10}, {"id": "fastapi_openai_spec_content_application_json", "label": "application/json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "application/json", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 1}, {"id": "fastapi_openai_spec_responses_422", "label": "422", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "422", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_paths_api_v1_ppt_template_management_summary", "label": "/api/v1/ppt/template-management/summary", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "/api/v1/ppt/template-management/summary", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 2}, {"id": "fastapi_openai_spec_api_v1_ppt_template_management_summary_get", "label": "get", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 6}, {"id": "fastapi_openai_spec_get_tags", "label": "tags", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tags", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 2}, {"id": "fastapi_openai_spec_get_summary", "label": "summary", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "summary", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 2}, {"id": "fastapi_openai_spec_get_operationid", "label": "operationId", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "operationId", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 2}, {"id": "fastapi_openai_spec_get_responses", "label": "responses", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "responses", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_responses_500", "label": "500", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "500", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_components", "label": "components", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "components", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 4}, {"id": "fastapi_openai_spec_components_schemas", "label": "schemas", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "schemas", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 8}, {"id": "fastapi_openai_spec_schemas_body_generate_presentation_api_api_v1_ppt_presentation_generate_post", "label": "Body_generate_presentation_api_api_v1_ppt_presentation_generate_post", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Body_generate_presentation_api_api_v1_ppt_presentation_generate_post", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_properties_n_slides", "label": "n_slides", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "n_slides", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 4}, {"id": "fastapi_openai_spec_properties_template", "label": "template", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "template", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_properties_files", "label": "files", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "files", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_files_anyof", "label": "anyOf", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "anyOf", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 6}, {"id": "fastapi_openai_spec_properties_export_as", "label": "export_as", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "export_as", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_export_as_enum", "label": "enum", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "enum", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 1}, {"id": "fastapi_openai_spec_schemas_presentationpathandeditpath", "label": "PresentationPathAndEditPath", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationPathAndEditPath", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_properties_path", "label": "path", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "path", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_properties_edit_path", "label": "edit_path", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "edit_path", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_schemas_httpvalidationerror", "label": "HTTPValidationError", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HTTPValidationError", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 4}, {"id": "fastapi_openai_spec_properties_detail", "label": "detail", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "detail", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 4}, {"id": "fastapi_openai_spec_items_ref", "label": "$ref", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "$ref", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 1}, {"id": "fastapi_openai_spec_schemas_validationerror", "label": "ValidationError", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ValidationError", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_properties_loc", "label": "loc", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loc", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 4}, {"id": "fastapi_openai_spec_loc_items", "label": "items", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "items", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_loc_type", "label": "type", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "type", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 24}, {"id": "fastapi_openai_spec_loc_title", "label": "title", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "title", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 28}, {"id": "fastapi_openai_spec_properties_msg", "label": "msg", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "msg", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_schemas_getpresentationsummaryresponse", "label": "GetPresentationSummaryResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GetPresentationSummaryResponse", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_properties_success", "label": "success", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "success", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 4}, {"id": "fastapi_openai_spec_properties_total_presentations", "label": "total_presentations", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_presentations", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_properties_total_layouts", "label": "total_layouts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_layouts", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_properties_message", "label": "message", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "message", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_schemas_presentationsummary", "label": "PresentationSummary", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationSummary", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_properties_layout_count", "label": "layout_count", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "layout_count", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_properties_last_updated_at", "label": "last_updated_at", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "last_updated_at", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_openai_spec_schemas_errorresponse", "label": "ErrorResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorResponse", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_errorresponse_properties", "label": "properties", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "properties", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 27}, {"id": "fastapi_openai_spec_success_default", "label": "default", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 5}, {"id": "fastapi_openai_spec_properties_error_code", "label": "error_code", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "error_code", "community": 9, "community_name": "Community 9", "source_file": "servers/fastapi/openai_spec.json", "file_type": "code", "degree": 3}, {"id": "fastapi_mcp_server_main", "label": "main()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 128, "community_name": "Community 128", "source_file": "servers/fastapi/mcp_server.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_constants_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 317, "community_name": "Community 317", "source_file": "servers/fastapi/constants/__init__.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_constants_llm_py", "label": "llm.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "llm.py", "community": 318, "community_name": "Community 318", "source_file": "servers/fastapi/constants/llm.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_constants_supported_ollama_models_py", "label": "supported_ollama_models.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "supported_ollama_models.py", "community": 319, "community_name": "Community 319", "source_file": "servers/fastapi/constants/supported_ollama_models.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_enums_tone_py", "label": "tone.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tone.py", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/enums/tone.py", "file_type": "code", "degree": 2}, {"id": "enums_tone_tone", "label": "Tone", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Tone", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/enums/tone.py", "file_type": "code", "degree": 4}, {"id": "str", "label": "str", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "str", "community": 40, "community_name": "Community 40", "source_file": "", "file_type": "code", "degree": 3}, {"id": "enum", "label": "Enum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Enum", "community": 40, "community_name": "Community 40", "source_file": "", "file_type": "code", "degree": 10}, {"id": "enums_llm_call_type_llmcalltype", "label": "LLMCallType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMCallType", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/enums/llm_call_type.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_enums_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 320, "community_name": "Community 320", "source_file": "servers/fastapi/enums/__init__.py", "file_type": "code", "degree": 0}, {"id": "enums_webhook_event_webhookevent", "label": "WebhookEvent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WebhookEvent", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/enums/webhook_event.py", "file_type": "code", "degree": 5}, {"id": "enums_verbosity_verbosity", "label": "Verbosity", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Verbosity", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/enums/verbosity.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_tests_test_gemini_schema_support_py", "label": "test_gemini_schema_support.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_gemini_schema_support.py", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_gemini_schema_support.py", "file_type": "code", "degree": 4}, {"id": "tests_test_gemini_schema_support_headingdescription", "label": "HeadingDescription", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HeadingDescription", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_gemini_schema_support.py", "file_type": "code", "degree": 2}, {"id": "basemodel", "label": "BaseModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseModel", "community": 23, "community_name": "Community 23", "source_file": "", "file_type": "code", "degree": 75}, {"id": "tests_test_gemini_schema_support_columncontentmodel", "label": "ColumnContentModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ColumnContentModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_gemini_schema_support.py", "file_type": "code", "degree": 2}, {"id": "tests_test_gemini_schema_support_twocolumnslidemodel", "label": "TwoColumnSlideModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TwoColumnSlideModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_gemini_schema_support.py", "file_type": "code", "degree": 2}, {"id": "tests_test_pptx_creator_test_pptx_creator", "label": "test_pptx_creator()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_pptx_creator()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/tests/test_pptx_creator.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_tests_test_slide_to_html_py", "label": "test_slide_to_html.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_slide_to_html.py", "community": 118, "community_name": "Community 118", "source_file": "servers/fastapi/tests/test_slide_to_html.py", "file_type": "code", "degree": 3}, {"id": "tests_test_slide_to_html_test_slide_to_html_endpoint", "label": "test_slide_to_html_endpoint()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_slide_to_html_endpoint()", "community": 118, "community_name": "Community 118", "source_file": "servers/fastapi/tests/test_slide_to_html.py", "file_type": "code", "degree": 2}, {"id": "tests_test_slide_to_html_test_slide_to_html_invalid_path", "label": "test_slide_to_html_invalid_path()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_slide_to_html_invalid_path()", "community": 118, "community_name": "Community 118", "source_file": "servers/fastapi/tests/test_slide_to_html.py", "file_type": "code", "degree": 2}, {"id": "tests_test_slide_to_html_test_slide_to_html_missing_xml", "label": "test_slide_to_html_missing_xml()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_slide_to_html_missing_xml()", "community": 118, "community_name": "Community 118", "source_file": "servers/fastapi/tests/test_slide_to_html.py", "file_type": "code", "degree": 2}, {"id": "tests_test_slide_to_html_rationale_12", "label": "Test the slide-to-html endpoint with streaming API support.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the slide-to-html endpoint with streaming API support.", "community": 118, "community_name": "Community 118", "source_file": "servers/fastapi/tests/test_slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_slide_to_html_rationale_75", "label": "Test the endpoint with an invalid image path.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the endpoint with an invalid image path.", "community": 118, "community_name": "Community 118", "source_file": "servers/fastapi/tests/test_slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_slide_to_html_rationale_92", "label": "Test the endpoint with missing XML data.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the endpoint with missing XML data.", "community": 118, "community_name": "Community 118", "source_file": "servers/fastapi/tests/test_slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_tests_test_mcp_server_py", "label": "test_mcp_server.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mcp_server.py", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 8}, {"id": "tests_test_mcp_server_teststartpresentation", "label": "TestStartPresentation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestStartPresentation", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 6}, {"id": "tests_test_mcp_server_teststartpresentation_test_missing_prompt", "label": ".test_missing_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_missing_prompt()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 2}, {"id": "tests_test_mcp_server_teststartpresentation_test_invalid_prompt_type", "label": ".test_invalid_prompt_type()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invalid_prompt_type()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 2}, {"id": "tests_test_mcp_server_testhelp", "label": "TestHelp", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHelp", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 3}, {"id": "tests_test_mcp_server_testhelp_test_help", "label": ".test_help()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_help()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 2}, {"id": "tests_test_mcp_server_testcontinueworkflow", "label": "TestContinueWorkflow", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestContinueWorkflow", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 4}, {"id": "tests_test_mcp_server_testexportpresentation", "label": "TestExportPresentation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExportPresentation", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 6}, {"id": "tests_test_mcp_server_testexportpresentation_test_success_pptx", "label": ".test_success_pptx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_success_pptx()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 2}, {"id": "tests_test_mcp_server_testexportpresentation_test_success_pdf", "label": ".test_success_pdf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_success_pdf()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 2}, {"id": "tests_test_mcp_server_testexportpresentation_test_invalid_format", "label": ".test_invalid_format()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invalid_format()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 2}, {"id": "tests_test_mcp_server_testshowlayouts", "label": "TestShowLayouts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestShowLayouts", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 4}, {"id": "tests_test_mcp_server_testgetstatus", "label": "TestGetStatus", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetStatus", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 4}, {"id": "tests_test_mcp_server_testgetstatus_test_success", "label": ".test_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_success()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 10}, {"id": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": ".test_missing_session_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_missing_session_id()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 11}, {"id": "tests_test_mcp_server_testchooselayout", "label": "TestChooseLayout", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestChooseLayout", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 5}, {"id": "tests_test_mcp_server_testchooselayout_test_missing_layout_name", "label": ".test_missing_layout_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_missing_layout_name()", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "code", "degree": 2}, {"id": "tests_test_mcp_server_rationale_47", "label": "Tests for the start_presentation tool", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for the start_presentation tool", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_52", "label": "Test successful start_presentation call with all required parameters. Ch", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test successful start_presentation call with all required parameters. Ch", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_77", "label": "Test start_presentation with missing session_id. Expects error status an", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test start_presentation with missing session_id. Expects error status an", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_90", "label": "Test start_presentation with missing prompt. Expects error status and ap", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test start_presentation with missing prompt. Expects error status and ap", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_103", "label": "Test start_presentation with invalid prompt type (None). Expects error s", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test start_presentation with invalid prompt type (None). Expects error s", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_118", "label": "Tests for the help tool", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for the help tool", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_123", "label": "Test help tool with no parameters. Checks for info status and presence o", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test help tool with no parameters. Checks for info status and presence o", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_144", "label": "Tests for the continue_workflow tool", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for the continue_workflow tool", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_149", "label": "Test continue_workflow with valid session_id. Checks for correct status", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test continue_workflow with valid session_id. Checks for correct status", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_168", "label": "Test continue_workflow with missing session_id. Expects error status and", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test continue_workflow with missing session_id. Expects error status and", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_183", "label": "Tests for the export_presentation tool", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for the export_presentation tool", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_188", "label": "Test export_presentation with format 'pptx'. Checks for success status,", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test export_presentation with format &#x27;pptx&#x27;. Checks for success status,", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 2}, {"id": "tests_test_mcp_server_rationale_228", "label": "Test export_presentation with invalid format (not 'pdf' or 'pptx'). Expe", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test export_presentation with invalid format (not &#x27;pdf&#x27; or &#x27;pptx&#x27;). Expe", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_257", "label": "Tests for the show_layouts tool", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for the show_layouts tool", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_262", "label": "Test show_layouts with valid session_id. Checks for success status, layo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test show_layouts with valid session_id. Checks for success status, layo", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_284", "label": "Test show_layouts with missing session_id. Expects error status and sess", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test show_layouts with missing session_id. Expects error status and sess", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_299", "label": "Tests for the get_status tool", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for the get_status tool", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_304", "label": "Test get_status with valid session_id. Checks for success status, progre", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test get_status with valid session_id. Checks for success status, progre", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_326", "label": "Test get_status with missing session_id. Expects error status and approp", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test get_status with missing session_id. Expects error status and approp", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_341", "label": "Tests for the choose_layout tool", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for the choose_layout tool", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_346", "label": "Test choose_layout with valid session_id and layout_name. Checks for suc", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test choose_layout with valid session_id and layout_name. Checks for suc", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_367", "label": "Test choose_layout with missing session_id. Expects error status and ses", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test choose_layout with missing session_id. Expects error status and ses", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_mcp_server_rationale_381", "label": "Test choose_layout with missing layout_name. Checks for error status if", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test choose_layout with missing layout_name. Checks for error status if", "community": 20, "community_name": "Community 20", "source_file": "servers/fastapi/tests/test_mcp_server.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_tests_test_openai_schema_support_py", "label": "test_openai_schema_support.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openai_schema_support.py", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_openai_schema_support.py", "file_type": "code", "degree": 4}, {"id": "tests_test_openai_schema_support_headingdescription", "label": "HeadingDescription", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HeadingDescription", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_openai_schema_support.py", "file_type": "code", "degree": 2}, {"id": "tests_test_openai_schema_support_slidecontenttest", "label": "SlideContentTest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideContentTest", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_openai_schema_support.py", "file_type": "code", "degree": 2}, {"id": "tests_test_openai_schema_support_columncontentmodel", "label": "ColumnContentModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ColumnContentModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_openai_schema_support.py", "file_type": "code", "degree": 2}, {"id": "tests_test_openai_schema_support_twocolumnslidemodel", "label": "TwoColumnSlideModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TwoColumnSlideModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/tests/test_openai_schema_support.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_tests_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 321, "community_name": "Community 321", "source_file": "servers/fastapi/tests/__init__.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_tests_test_pptx_slides_processing_py", "label": "test_pptx_slides_processing.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_pptx_slides_processing.py", "community": 129, "community_name": "Community 129", "source_file": "servers/fastapi/tests/test_pptx_slides_processing.py", "file_type": "code", "degree": 3}, {"id": "tests_test_pptx_slides_processing_create_sample_pptx", "label": "create_sample_pptx()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_sample_pptx()", "community": 129, "community_name": "Community 129", "source_file": "servers/fastapi/tests/test_pptx_slides_processing.py", "file_type": "code", "degree": 2}, {"id": "tests_test_pptx_slides_processing_test_invalid_file_type", "label": "test_invalid_file_type()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_invalid_file_type()", "community": 129, "community_name": "Community 129", "source_file": "servers/fastapi/tests/test_pptx_slides_processing.py", "file_type": "code", "degree": 2}, {"id": "tests_test_pptx_slides_processing_rationale_15", "label": "Create a minimal PPTX file for testing.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a minimal PPTX file for testing.", "community": 129, "community_name": "Community 129", "source_file": "servers/fastapi/tests/test_pptx_slides_processing.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_pptx_slides_processing_rationale_74", "label": "Test the PPTX slides processing endpoint.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the PPTX slides processing endpoint.", "community": 129, "community_name": "Community 129", "source_file": "servers/fastapi/tests/test_pptx_slides_processing.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_pptx_slides_processing_rationale_112", "label": "Test that non-PPTX files are rejected.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that non-PPTX files are rejected.", "community": 129, "community_name": "Community 129", "source_file": "servers/fastapi/tests/test_pptx_slides_processing.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_tests_test_image_generation_py", "label": "test_image_generation.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_image_generation.py", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 6}, {"id": "tests_test_image_generation_testimagegenerationservice", "label": "TestImageGenerationService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TestImageGenerationService", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 15}, {"id": "tests_test_image_generation_sample_image_prompt", "label": "sample_image_prompt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_image_prompt()", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_testimagegenerationservice_test_image_generation_service_initialization", "label": ".test_image_generation_service_initialization()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_image_generation_service_initialization()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pixabay_selected", "label": ".test_get_image_gen_func_pixabay_selected()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_image_gen_func_pixabay_selected()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pexels_selected", "label": ".test_get_image_gen_func_pexels_selected()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_image_gen_func_pexels_selected()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 4}, {"id": "tests_test_image_generation_testimagegenerationservice_test_is_stock_provider_selected", "label": ".test_is_stock_provider_selected()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_is_stock_provider_selected()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_image_generation_testimagegenerationservice_test_generate_image_with_pexels_success", "label": ".test_generate_image_with_pexels_success()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_image_with_pexels_success()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_testimagegenerationservice_test_generate_image_with_dalle3_success", "label": ".test_generate_image_with_dalle3_success()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_image_with_dalle3_success()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_testimagegenerationservice_test_generate_image_no_provider_selected", "label": ".test_generate_image_no_provider_selected()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_image_no_provider_selected()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_testimagegenerationservice_test_generate_image_provider_error", "label": ".test_generate_image_provider_error()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_image_provider_error()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_testimagegenerationservice_test_get_image_from_pexels_real_function", "label": ".test_get_image_from_pexels_real_function()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_image_from_pexels_real_function()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_testimagegenerationservice_test_get_image_from_pixabay_real_function", "label": ".test_get_image_from_pixabay_real_function()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_image_from_pixabay_real_function()", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_testimagegenerationendpoint", "label": "TestImageGenerationEndpoint", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestImageGenerationEndpoint", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 8}, {"id": "tests_test_image_generation_app", "label": "app()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "app()", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 1}, {"id": "tests_test_image_generation_client", "label": "client()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "client()", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 1}, {"id": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_success_ai_provider", "label": ".test_generate_image_endpoint_success_ai_provider()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_image_endpoint_success_ai_provider()", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 4}, {"id": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_placeholder_response", "label": ".test_generate_image_endpoint_placeholder_response()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_image_endpoint_placeholder_response()", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_with_async_client", "label": ".test_generate_image_endpoint_with_async_client()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_image_endpoint_with_async_client()", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_image_generation_rationale_15", "label": "Testing the image Generation Service", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Testing the image Generation Service", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_21", "label": "Creates new images directory for every test case we run", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Creates new images directory for every test case we run", "community": 322, "community_name": "Community 322", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 0}, {"id": "tests_test_image_generation_rationale_30", "label": "Creates a sample ImagePrompt for testing", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Creates a sample ImagePrompt for testing", "community": 323, "community_name": "Community 323", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 0}, {"id": "tests_test_image_generation_rationale_36", "label": "Test initialization of ImageGenerationService with output directory - Ch", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test initialization of ImageGenerationService with output directory - Ch", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_47", "label": "Testing the function selection when Pixabay is selected - Checks if", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Testing the function selection when Pixabay is selected - Checks if", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_61", "label": "Test function selection when Pexels is selected - Checks if the correct", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test function selection when Pexels is selected - Checks if the correct", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_75", "label": "Test function selection when DALL-E 3 is selected - Checks if the correc", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test function selection when DALL-E 3 is selected - Checks if the correc", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_89", "label": "Test if stock provider is selected based on environment variable - Check", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if stock provider is selected based on environment variable - Check", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_113", "label": "Test successful image generation with Pexels provider - Mocks the Pexels", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test successful image generation with Pexels provider - Mocks the Pexels", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 2}, {"id": "tests_test_image_generation_rationale_181", "label": "Test generate_image when no provider is selected - Mocks the environment", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test generate_image when no provider is selected - Mocks the environment", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_203", "label": "Test generate_image when provider function raises an error - Mocks the P", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test generate_image when provider function raises an error - Mocks the P", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_229", "label": "T Test REAL Pexels function with mocked HTTP call - Mocks the Pe", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "T Test REAL Pexels function with mocked HTTP call - Mocks the Pe", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_262", "label": "Test REAL Pixabay function with mocked HTTP call - Mocks the Pixabay API", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test REAL Pixabay function with mocked HTTP call - Mocks the Pixabay API", "community": 37, "community_name": "Community 37", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_294", "label": "Testing the Image Generation API Endpoint", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Testing the Image Generation API Endpoint", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_300", "label": "Create FastAPI app with the images router", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create FastAPI app with the images router", "community": 324, "community_name": "Community 324", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 0}, {"id": "tests_test_image_generation_rationale_312", "label": "Mock images directory", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mock images directory", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_318", "label": "Test successful image generation via API endpoint with stock provider -", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test successful image generation via API endpoint with stock provider -", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_335", "label": "Test successful image generation via API endpoint with AI provider - Moc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test successful image generation via API endpoint with AI provider - Moc", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_359", "label": "Test endpoint returns placeholder image when no provider is selected - M", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test endpoint returns placeholder image when no provider is selected - M", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_image_generation_rationale_378", "label": "Test the image generation endpoint using an async client - Mocks the Ima", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the image generation endpoint using an async client - Mocks the Ima", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/tests/test_image_generation.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_tests_test_presentation_generation_api_py", "label": "test_presentation_generation_api.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_presentation_generation_api.py", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 13}, {"id": "tests_test_presentation_generation_api_mockaiohttpresponse", "label": "MockAiohttpResponse", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "MockAiohttpResponse", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 10}, {"id": "tests_test_presentation_generation_api_mockaiohttpresponse_json", "label": ".json()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".json()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_presentation_generation_api_mockaiohttpresponse_text", "label": ".text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".text()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 1}, {"id": "tests_test_presentation_generation_api_mockaiohttpsession", "label": "MockAiohttpSession", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "MockAiohttpSession", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 9}, {"id": "tests_test_presentation_generation_api_mockaiohttpsession_init", "label": ".__init__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_presentation_generation_api_mockaiohttpsession_aenter", "label": ".__aenter__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__aenter__()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_presentation_generation_api_mockaiohttpsession_aexit", "label": ".__aexit__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__aexit__()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_presentation_generation_api_mockaiohttpsession_post", "label": ".post()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".post()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 6}, {"id": "tests_test_presentation_generation_api_mockaiohttpsession_get", "label": ".get()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_presentation_generation_api_app", "label": "app()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "app()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 1}, {"id": "tests_test_presentation_generation_api_client", "label": "client()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "client()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 1}, {"id": "tests_test_presentation_generation_api_mock_get_layout", "label": "mock_get_layout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mock_get_layout()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 1}, {"id": "tests_test_presentation_generation_api_mock_generate_ppt_outline", "label": "mock_generate_ppt_outline()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mock_generate_ppt_outline()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 1}, {"id": "tests_test_presentation_generation_api_patch_presentation_api", "label": "patch_presentation_api()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "patch_presentation_api()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_export_as_pdf", "label": ".test_generate_presentation_export_as_pdf()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_presentation_export_as_pdf()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 3}, {"id": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_no_content", "label": ".test_generate_presentation_with_no_content()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_presentation_with_no_content()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_n_slides_less_than_one", "label": ".test_generate_presentation_with_n_slides_less_than_one()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_presentation_with_n_slides_less_than_one()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_invalid_export_type", "label": ".test_generate_presentation_with_invalid_export_type()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_presentation_with_invalid_export_type()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/tests/test_presentation_generation_api.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_model_availability_py", "label": "model_availability.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "model_availability.py", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/model_availability.py", "file_type": "code", "degree": 1}, {"id": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "label": "check_llm_and_image_provider_api_or_model_availability()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "check_llm_and_image_provider_api_or_model_availability()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/model_availability.py", "file_type": "code", "degree": 26}, {"id": "servers_fastapi_utils_image_utils_py", "label": "image_utils.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "image_utils.py", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/utils/image_utils.py", "file_type": "code", "degree": 6}, {"id": "utils_image_utils_clip_image", "label": "clip_image()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clip_image()", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/utils/image_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_image_utils_round_image_corners", "label": "round_image_corners()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "round_image_corners()", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/utils/image_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_image_utils_invert_image", "label": "invert_image()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "invert_image()", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/utils/image_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_image_utils_create_circle_image", "label": "create_circle_image()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_circle_image()", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/utils/image_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_image_utils_set_image_opacity", "label": "set_image_opacity()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_image_opacity()", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/utils/image_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_image_utils_fit_image", "label": "fit_image()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fit_image()", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/utils/image_utils.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_export_utils_py", "label": "export_utils.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "export_utils.py", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/utils/export_utils.py", "file_type": "code", "degree": 1}, {"id": "utils_export_utils_export_presentation", "label": "export_presentation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "export_presentation()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/utils/export_utils.py", "file_type": "code", "degree": 8}, {"id": "servers_fastapi_utils_dict_utils_py", "label": "dict_utils.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "dict_utils.py", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/dict_utils.py", "file_type": "code", "degree": 4}, {"id": "utils_dict_utils_get_dict_paths_with_key", "label": "get_dict_paths_with_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_dict_paths_with_key()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/dict_utils.py", "file_type": "code", "degree": 5}, {"id": "utils_dict_utils_get_dict_at_path", "label": "get_dict_at_path()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_dict_at_path()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/dict_utils.py", "file_type": "code", "degree": 5}, {"id": "utils_dict_utils_deep_update", "label": "deep_update()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "deep_update()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/utils/dict_utils.py", "file_type": "code", "degree": 3}, {"id": "utils_dict_utils_has_more_than_n_keys", "label": "has_more_than_n_keys()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "has_more_than_n_keys()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/dict_utils.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_schema_utils_py", "label": "schema_utils.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "schema_utils.py", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "code", "degree": 7}, {"id": "utils_schema_utils_remove_fields_from_schema", "label": "remove_fields_from_schema()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_fields_from_schema()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "code", "degree": 6}, {"id": "utils_schema_utils_add_field_in_schema", "label": "add_field_in_schema()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "add_field_in_schema()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "code", "degree": 5}, {"id": "utils_schema_utils_ensure_strict_json_schema", "label": "ensure_strict_json_schema()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_strict_json_schema()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "code", "degree": 7}, {"id": "utils_schema_utils_resolve_ref", "label": "resolve_ref()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_ref()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_schema_utils_flatten_json_schema", "label": "flatten_json_schema()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flatten_json_schema()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "code", "degree": 5}, {"id": "utils_schema_utils_remove_titles_from_schema", "label": "remove_titles_from_schema()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_titles_from_schema()", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "code", "degree": 5}, {"id": "utils_schema_utils_generate_constraint_sentences", "label": "generate_constraint_sentences()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_constraint_sentences()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_schema_utils_rationale_97", "label": "Mutates the given JSON schema to ensure it conforms to the `strict` standard", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mutates the given JSON schema to ensure it conforms to the `strict` standard", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_schema_utils_rationale_313", "label": "Generate human-readable constraint sentences from a JSON schema. Args:", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate human-readable constraint sentences from a JSON schema. Args:", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/schema_utils.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_utils_ppt_utils_py", "label": "ppt_utils.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ppt_utils.py", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/utils/ppt_utils.py", "file_type": "code", "degree": 3}, {"id": "utils_ppt_utils_get_presentation_title_from_outlines", "label": "get_presentation_title_from_outlines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_presentation_title_from_outlines()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/utils/ppt_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_ppt_utils_find_slide_layout_index_by_regex", "label": "find_slide_layout_index_by_regex()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "find_slide_layout_index_by_regex()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/utils/ppt_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_ppt_utils_select_toc_or_list_slide_layout_index", "label": "select_toc_or_list_slide_layout_index()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "select_toc_or_list_slide_layout_index()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/utils/ppt_utils.py", "file_type": "code", "degree": 4}, {"id": "servers_fastapi_utils_validators_py", "label": "validators.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validators.py", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/utils/validators.py", "file_type": "code", "degree": 1}, {"id": "utils_validators_validate_files", "label": "validate_files()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_files()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/utils/validators.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_set_env_py", "label": "set_env.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "set_env.py", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 26}, {"id": "utils_set_env_set_temp_directory_env", "label": "set_temp_directory_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "set_temp_directory_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 3}, {"id": "utils_set_env_set_user_config_path_env", "label": "set_user_config_path_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "set_user_config_path_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 3}, {"id": "utils_set_env_set_llm_provider_env", "label": "set_llm_provider_env()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "set_llm_provider_env()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 14}, {"id": "utils_set_env_set_ollama_url_env", "label": "set_ollama_url_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "set_ollama_url_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 7}, {"id": "utils_set_env_set_custom_llm_url_env", "label": "set_custom_llm_url_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_custom_llm_url_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_openai_api_key_env", "label": "set_openai_api_key_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_openai_api_key_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_openai_model_env", "label": "set_openai_model_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_openai_model_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_google_api_key_env", "label": "set_google_api_key_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_google_api_key_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_google_model_env", "label": "set_google_model_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_google_model_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 2}, {"id": "utils_set_env_set_anthropic_api_key_env", "label": "set_anthropic_api_key_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_anthropic_api_key_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_anthropic_model_env", "label": "set_anthropic_model_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_anthropic_model_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_custom_llm_api_key_env", "label": "set_custom_llm_api_key_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_custom_llm_api_key_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_ollama_model_env", "label": "set_ollama_model_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_ollama_model_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_custom_model_env", "label": "set_custom_model_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_custom_model_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 2}, {"id": "utils_set_env_set_pexels_api_key_env", "label": "set_pexels_api_key_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_pexels_api_key_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 2}, {"id": "utils_set_env_set_image_provider_env", "label": "set_image_provider_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_image_provider_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 5}, {"id": "utils_set_env_set_pixabay_api_key_env", "label": "set_pixabay_api_key_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_pixabay_api_key_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_disable_image_generation_env", "label": "set_disable_image_generation_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_disable_image_generation_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 2}, {"id": "utils_set_env_set_tool_calls_env", "label": "set_tool_calls_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_tool_calls_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 5}, {"id": "utils_set_env_set_disable_thinking_env", "label": "set_disable_thinking_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_disable_thinking_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 5}, {"id": "utils_set_env_set_extended_reasoning_env", "label": "set_extended_reasoning_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "set_extended_reasoning_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 4}, {"id": "utils_set_env_set_web_grounding_env", "label": "set_web_grounding_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_web_grounding_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 2}, {"id": "utils_set_env_set_comfyui_url_env", "label": "set_comfyui_url_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_comfyui_url_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_comfyui_workflow_env", "label": "set_comfyui_workflow_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_comfyui_workflow_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 6}, {"id": "utils_set_env_set_dall_e_3_quality_env", "label": "set_dall_e_3_quality_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "set_dall_e_3_quality_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 5}, {"id": "utils_set_env_set_gpt_image_1_5_quality_env", "label": "set_gpt_image_1_5_quality_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_gpt_image_1_5_quality_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/set_env.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_llm_client_error_handler_py", "label": "llm_client_error_handler.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "llm_client_error_handler.py", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_client_error_handler.py", "file_type": "code", "degree": 1}, {"id": "utils_llm_client_error_handler_handle_llm_client_exceptions", "label": "handle_llm_client_exceptions()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_llm_client_exceptions()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_client_error_handler.py", "file_type": "code", "degree": 7}, {"id": "servers_fastapi_utils_asset_directory_utils_py", "label": "asset_directory_utils.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "asset_directory_utils.py", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/utils/asset_directory_utils.py", "file_type": "code", "degree": 3}, {"id": "utils_asset_directory_utils_get_images_directory", "label": "get_images_directory()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "get_images_directory()", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/utils/asset_directory_utils.py", "file_type": "code", "degree": 11}, {"id": "utils_asset_directory_utils_get_exports_directory", "label": "get_exports_directory()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_exports_directory()", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/utils/asset_directory_utils.py", "file_type": "code", "degree": 3}, {"id": "utils_asset_directory_utils_get_uploads_directory", "label": "get_uploads_directory()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_uploads_directory()", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/utils/asset_directory_utils.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_download_helpers_py", "label": "download_helpers.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "download_helpers.py", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/utils/download_helpers.py", "file_type": "code", "degree": 1}, {"id": "utils_download_helpers_download_file", "label": "download_file()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "download_file()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/utils/download_helpers.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_image_provider_py", "label": "image_provider.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "image_provider.py", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 9}, {"id": "utils_image_provider_is_image_generation_disabled", "label": "is_image_generation_disabled()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "is_image_generation_disabled()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 5}, {"id": "utils_image_provider_is_pixels_selected", "label": "is_pixels_selected()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "is_pixels_selected()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 4}, {"id": "utils_image_provider_is_pixabay_selected", "label": "is_pixabay_selected()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "is_pixabay_selected()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 4}, {"id": "utils_image_provider_is_gemini_flash_selected", "label": "is_gemini_flash_selected()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_gemini_flash_selected()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 3}, {"id": "utils_image_provider_is_nanobanana_pro_selected", "label": "is_nanobanana_pro_selected()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_nanobanana_pro_selected()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 3}, {"id": "utils_image_provider_is_dalle3_selected", "label": "is_dalle3_selected()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_dalle3_selected()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 3}, {"id": "utils_image_provider_is_gpt_image_1_5_selected", "label": "is_gpt_image_1_5_selected()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_gpt_image_1_5_selected()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 3}, {"id": "utils_image_provider_is_comfyui_selected", "label": "is_comfyui_selected()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_comfyui_selected()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 3}, {"id": "utils_image_provider_get_selected_image_provider", "label": "get_selected_image_provider()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "get_selected_image_provider()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "code", "degree": 12}, {"id": "utils_image_provider_rationale_42", "label": "Get the selected image provider from environment variables. Returns:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the selected image provider from environment variables. Returns:", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/image_provider.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_utils_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 325, "community_name": "Community 325", "source_file": "servers/fastapi/utils/__init__.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_utils_parsers_py", "label": "parsers.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parsers.py", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/utils/parsers.py", "file_type": "code", "degree": 1}, {"id": "utils_parsers_parse_bool_or_none", "label": "parse_bool_or_none()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_bool_or_none()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/utils/parsers.py", "file_type": "code", "degree": 6}, {"id": "servers_fastapi_utils_get_env_py", "label": "get_env.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_env.py", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 29}, {"id": "utils_get_env_get_can_change_keys_env", "label": "get_can_change_keys_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_can_change_keys_env()", "community": 144, "community_name": "Community 144", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 3}, {"id": "utils_get_env_get_database_url_env", "label": "get_database_url_env()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_database_url_env()", "community": 198, "community_name": "Community 198", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 2}, {"id": "utils_get_env_get_app_data_directory_env", "label": "get_app_data_directory_env()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_app_data_directory_env()", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 7}, {"id": "utils_get_env_get_google_model_env", "label": "get_google_model_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_google_model_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 4}, {"id": "utils_get_env_get_custom_model_env", "label": "get_custom_model_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_custom_model_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 4}, {"id": "utils_get_env_get_pexels_api_key_env", "label": "get_pexels_api_key_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_pexels_api_key_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 4}, {"id": "utils_get_env_get_disable_image_generation_env", "label": "get_disable_image_generation_env()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_disable_image_generation_env()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 3}, {"id": "utils_get_env_get_web_grounding_env", "label": "get_web_grounding_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_web_grounding_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 3}, {"id": "utils_get_env_get_gpt_image_1_5_quality_env", "label": "get_gpt_image_1_5_quality_env()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_gpt_image_1_5_quality_env()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/get_env.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_utils_error_handling_py", "label": "error_handling.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "error_handling.py", "community": 326, "community_name": "Community 326", "source_file": "servers/fastapi/utils/error_handling.py", "file_type": "code", "degree": 0}, {"id": "utils_user_config_get_user_config", "label": "get_user_config()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user_config()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/user_config.py", "file_type": "code", "degree": 28}, {"id": "utils_user_config_update_env_with_user_config", "label": "update_env_with_user_config()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "update_env_with_user_config()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/utils/user_config.py", "file_type": "code", "degree": 27}, {"id": "servers_fastapi_utils_datetime_utils_py", "label": "datetime_utils.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "datetime_utils.py", "community": 315, "community_name": "Community 315", "source_file": "servers/fastapi/utils/datetime_utils.py", "file_type": "code", "degree": 1}, {"id": "utils_datetime_utils_get_current_utc_datetime", "label": "get_current_utc_datetime()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_current_utc_datetime()", "community": 315, "community_name": "Community 315", "source_file": "servers/fastapi/utils/datetime_utils.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_utils_get_layout_by_name_py", "label": "get_layout_by_name.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_layout_by_name.py", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/utils/get_layout_by_name.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_utils_file_utils_py", "label": "file_utils.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "file_utils.py", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/utils/file_utils.py", "file_type": "code", "degree": 5}, {"id": "utils_file_utils_replace_file_name", "label": "replace_file_name()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "replace_file_name()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/utils/file_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_file_utils_get_file_name_with_random_uuid", "label": "get_file_name_with_random_uuid()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_file_name_with_random_uuid()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/utils/file_utils.py", "file_type": "code", "degree": 3}, {"id": "utils_file_utils_get_original_file_name", "label": "get_original_file_name()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_original_file_name()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/utils/file_utils.py", "file_type": "code", "degree": 2}, {"id": "utils_file_utils_get_file_ext_or_none", "label": "get_file_ext_or_none()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_file_ext_or_none()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/utils/file_utils.py", "file_type": "code", "degree": 3}, {"id": "utils_file_utils_set_file_ext", "label": "set_file_ext()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_file_ext()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/utils/file_utils.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_async_iterator_py", "label": "async_iterator.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "async_iterator.py", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/utils/async_iterator.py", "file_type": "code", "degree": 1}, {"id": "utils_async_iterator_iterator_to_async", "label": "iterator_to_async()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "iterator_to_async()", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/utils/async_iterator.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_utils_get_dynamic_models_py", "label": "get_dynamic_models.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_dynamic_models.py", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/get_dynamic_models.py", "file_type": "code", "degree": 2}, {"id": "utils_get_dynamic_models_get_presentation_outline_model_with_n_slides", "label": "get_presentation_outline_model_with_n_slides()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_presentation_outline_model_with_n_slides()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/get_dynamic_models.py", "file_type": "code", "degree": 2}, {"id": "utils_get_dynamic_models_get_presentation_structure_model_with_n_slides", "label": "get_presentation_structure_model_with_n_slides()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_presentation_structure_model_with_n_slides()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/get_dynamic_models.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_utils_llm_provider_py", "label": "llm_provider.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "llm_provider.py", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/utils/llm_provider.py", "file_type": "code", "degree": 7}, {"id": "utils_llm_provider_is_openai_selected", "label": "is_openai_selected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "is_openai_selected()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/utils/llm_provider.py", "file_type": "code", "degree": 2}, {"id": "utils_llm_provider_is_google_selected", "label": "is_google_selected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "is_google_selected()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/utils/llm_provider.py", "file_type": "code", "degree": 2}, {"id": "utils_llm_provider_is_anthropic_selected", "label": "is_anthropic_selected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "is_anthropic_selected()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/utils/llm_provider.py", "file_type": "code", "degree": 2}, {"id": "utils_llm_provider_is_ollama_selected", "label": "is_ollama_selected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_ollama_selected()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/utils/llm_provider.py", "file_type": "code", "degree": 3}, {"id": "utils_llm_provider_is_custom_llm_selected", "label": "is_custom_llm_selected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_custom_llm_selected()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/utils/llm_provider.py", "file_type": "code", "degree": 3}, {"id": "utils_llm_provider_get_model", "label": "get_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_model()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/utils/llm_provider.py", "file_type": "code", "degree": 16}, {"id": "servers_fastapi_utils_db_utils_py", "label": "db_utils.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "db_utils.py", "community": 198, "community_name": "Community 198", "source_file": "servers/fastapi/utils/db_utils.py", "file_type": "code", "degree": 1}, {"id": "utils_db_utils_get_database_url_and_connect_args", "label": "get_database_url_and_connect_args()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_database_url_and_connect_args()", "community": 198, "community_name": "Community 198", "source_file": "servers/fastapi/utils/db_utils.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_utils_process_slides_py", "label": "process_slides.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "process_slides.py", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/process_slides.py", "file_type": "code", "degree": 3}, {"id": "utils_process_slides_process_slide_and_fetch_assets", "label": "process_slide_and_fetch_assets()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "process_slide_and_fetch_assets()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/process_slides.py", "file_type": "code", "degree": 5}, {"id": "utils_process_slides_process_old_and_new_slides_and_fetch_assets", "label": "process_old_and_new_slides_and_fetch_assets()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "process_old_and_new_slides_and_fetch_assets()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/process_slides.py", "file_type": "code", "degree": 5}, {"id": "utils_process_slides_process_slide_add_placeholder_assets", "label": "process_slide_add_placeholder_assets()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "process_slide_add_placeholder_assets()", "community": 47, "community_name": "Community 47", "source_file": "servers/fastapi/utils/process_slides.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_utils_ollama_py", "label": "ollama.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ollama.py", "community": 116, "community_name": "Community 116", "source_file": "servers/fastapi/utils/ollama.py", "file_type": "code", "degree": 2}, {"id": "utils_ollama_pull_ollama_model", "label": "pull_ollama_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pull_ollama_model()", "community": 31, "community_name": "Community 31", "source_file": "servers/fastapi/utils/ollama.py", "file_type": "code", "degree": 7}, {"id": "utils_ollama_list_pulled_ollama_models", "label": "list_pulled_ollama_models()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "list_pulled_ollama_models()", "community": 116, "community_name": "Community 116", "source_file": "servers/fastapi/utils/ollama.py", "file_type": "code", "degree": 5}, {"id": "servers_fastapi_utils_available_models_py", "label": "available_models.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "available_models.py", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/utils/available_models.py", "file_type": "code", "degree": 3}, {"id": "utils_available_models_list_available_openai_compatible_models", "label": "list_available_openai_compatible_models()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_available_openai_compatible_models()", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/utils/available_models.py", "file_type": "code", "degree": 3}, {"id": "utils_available_models_list_available_anthropic_models", "label": "list_available_anthropic_models()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_available_anthropic_models()", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/utils/available_models.py", "file_type": "code", "degree": 3}, {"id": "utils_available_models_list_available_google_models", "label": "list_available_google_models()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_available_google_models()", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/utils/available_models.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_utils_dummy_functions_py", "label": "dummy_functions.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dummy_functions.py", "community": 266, "community_name": "Community 266", "source_file": "servers/fastapi/utils/dummy_functions.py", "file_type": "code", "degree": 1}, {"id": "utils_dummy_functions_do_nothing_async", "label": "do_nothing_async()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "do_nothing_async()", "community": 266, "community_name": "Community 266", "source_file": "servers/fastapi/utils/dummy_functions.py", "file_type": "code", "degree": 1}, {"id": "llm_calls_generate_presentation_structure_get_messages", "label": "get_messages()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_messages()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/generate_presentation_structure.py", "file_type": "code", "degree": 3}, {"id": "llm_calls_generate_presentation_structure_get_messages_for_slides_markdown", "label": "get_messages_for_slides_markdown()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_messages_for_slides_markdown()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/generate_presentation_structure.py", "file_type": "code", "degree": 3}, {"id": "llm_calls_edit_slide_get_system_prompt", "label": "get_system_prompt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_system_prompt()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/edit_slide.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_edit_slide_get_user_prompt", "label": "get_user_prompt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user_prompt()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/edit_slide.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_edit_slide_get_messages", "label": "get_messages()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_messages()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/edit_slide.py", "file_type": "code", "degree": 6}, {"id": "llm_calls_edit_slide_get_edited_slide_content", "label": "get_edited_slide_content()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_edited_slide_content()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/edit_slide.py", "file_type": "code", "degree": 7}, {"id": "servers_fastapi_utils_llm_calls_generate_slide_content_py", "label": "generate_slide_content.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_slide_content.py", "community": 142, "community_name": "Community 142", "source_file": "servers/fastapi/utils/llm_calls/generate_slide_content.py", "file_type": "code", "degree": 4}, {"id": "llm_calls_generate_slide_content_get_system_prompt", "label": "get_system_prompt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_system_prompt()", "community": 142, "community_name": "Community 142", "source_file": "servers/fastapi/utils/llm_calls/generate_slide_content.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_generate_slide_content_get_user_prompt", "label": "get_user_prompt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user_prompt()", "community": 142, "community_name": "Community 142", "source_file": "servers/fastapi/utils/llm_calls/generate_slide_content.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_generate_slide_content_get_messages", "label": "get_messages()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_messages()", "community": 142, "community_name": "Community 142", "source_file": "servers/fastapi/utils/llm_calls/generate_slide_content.py", "file_type": "code", "degree": 6}, {"id": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "label": "get_slide_content_from_type_and_outline()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "get_slide_content_from_type_and_outline()", "community": 142, "community_name": "Community 142", "source_file": "servers/fastapi/utils/llm_calls/generate_slide_content.py", "file_type": "code", "degree": 8}, {"id": "llm_calls_edit_slide_html_get_user_prompt", "label": "get_user_prompt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user_prompt()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/edit_slide_html.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_edit_slide_html_get_edited_slide_html", "label": "get_edited_slide_html()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "get_edited_slide_html()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/edit_slide_html.py", "file_type": "code", "degree": 8}, {"id": "llm_calls_edit_slide_html_extract_html_from_response", "label": "extract_html_from_response()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_html_from_response()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/edit_slide_html.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_generate_presentation_outlines_get_system_prompt", "label": "get_system_prompt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_system_prompt()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/generate_presentation_outlines.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_generate_presentation_outlines_get_user_prompt", "label": "get_user_prompt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user_prompt()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/generate_presentation_outlines.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_generate_presentation_outlines_get_messages", "label": "get_messages()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_messages()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/generate_presentation_outlines.py", "file_type": "code", "degree": 6}, {"id": "llm_calls_generate_presentation_outlines_generate_ppt_outline", "label": "generate_ppt_outline()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_ppt_outline()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/generate_presentation_outlines.py", "file_type": "code", "degree": 7}, {"id": "servers_fastapi_utils_llm_calls_select_slide_type_on_edit_py", "label": "select_slide_type_on_edit.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "select_slide_type_on_edit.py", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/select_slide_type_on_edit.py", "file_type": "code", "degree": 2}, {"id": "llm_calls_select_slide_type_on_edit_get_messages", "label": "get_messages()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_messages()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/select_slide_type_on_edit.py", "file_type": "code", "degree": 4}, {"id": "llm_calls_select_slide_type_on_edit_get_slide_layout_from_prompt", "label": "get_slide_layout_from_prompt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_slide_layout_from_prompt()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/utils/llm_calls/select_slide_type_on_edit.py", "file_type": "code", "degree": 7}, {"id": "servers_fastapi_models_presentation_from_template_py", "label": "presentation_from_template.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation_from_template.py", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/presentation_from_template.py", "file_type": "code", "degree": 2}, {"id": "models_presentation_from_template_slidecontentupdate", "label": "SlideContentUpdate", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideContentUpdate", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/presentation_from_template.py", "file_type": "code", "degree": 2}, {"id": "models_presentation_from_template_editpresentationrequest", "label": "EditPresentationRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EditPresentationRequest", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/presentation_from_template.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_models_llm_tool_call_py", "label": "llm_tool_call.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "llm_tool_call.py", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/models/llm_tool_call.py", "file_type": "code", "degree": 4}, {"id": "models_llm_tool_call_llmtoolcall", "label": "LLMToolCall", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMToolCall", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/models/llm_tool_call.py", "file_type": "code", "degree": 6}, {"id": "models_llm_tool_call_openaitoolcall", "label": "OpenAIToolCall", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAIToolCall", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/models/llm_tool_call.py", "file_type": "code", "degree": 9}, {"id": "models_llm_tool_call_googletoolcall", "label": "GoogleToolCall", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "GoogleToolCall", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/models/llm_tool_call.py", "file_type": "code", "degree": 8}, {"id": "models_llm_tool_call_anthropictoolcall", "label": "AnthropicToolCall", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AnthropicToolCall", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/models/llm_tool_call.py", "file_type": "code", "degree": 18}, {"id": "servers_fastapi_models_decomposed_file_info_py", "label": "decomposed_file_info.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "decomposed_file_info.py", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/models/decomposed_file_info.py", "file_type": "code", "degree": 2}, {"id": "models_json_path_guide_dictguide", "label": "DictGuide", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DictGuide", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/json_path_guide.py", "file_type": "code", "degree": 2}, {"id": "models_json_path_guide_listguide", "label": "ListGuide", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ListGuide", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/json_path_guide.py", "file_type": "code", "degree": 2}, {"id": "models_json_path_guide_jsonpathguide", "label": "JsonPathGuide", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonPathGuide", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/json_path_guide.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_models_presentation_with_slides_py", "label": "presentation_with_slides.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation_with_slides.py", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/presentation_with_slides.py", "file_type": "code", "degree": 5}, {"id": "servers_fastapi_models_pptx_models_py", "label": "pptx_models.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "pptx_models.py", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 22}, {"id": "models_pptx_models_pptxboxshapeenum", "label": "PptxBoxShapeEnum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxBoxShapeEnum", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxobjectfitenum", "label": "PptxObjectFitEnum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxObjectFitEnum", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 2}, {"id": "models_pptx_models_pptxspacingmodel", "label": "PptxSpacingModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxSpacingModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 4}, {"id": "models_pptx_models_all", "label": "all()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "all()", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 2}, {"id": "models_pptx_models_pptxpositionmodel", "label": "PptxPositionModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxPositionModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 5}, {"id": "models_pptx_models_for_textbox", "label": "for_textbox()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "for_textbox()", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 1}, {"id": "models_pptx_models_pptxpositionmodel_to_pt_list", "label": ".to_pt_list()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_pt_list()", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 1}, {"id": "models_pptx_models_pptxpositionmodel_to_pt_xyxy", "label": ".to_pt_xyxy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_pt_xyxy()", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 1}, {"id": "models_pptx_models_pptxfontmodel", "label": "PptxFontModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxFontModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 4}, {"id": "models_pptx_models_pptxfillmodel", "label": "PptxFillModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxFillModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxstrokemodel", "label": "PptxStrokeModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxStrokeModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxshadowmodel", "label": "PptxShadowModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxShadowModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxtextrunmodel", "label": "PptxTextRunModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxTextRunModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 4}, {"id": "models_pptx_models_pptxparagraphmodel", "label": "PptxParagraphModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxParagraphModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxobjectfitmodel", "label": "PptxObjectFitModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxObjectFitModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 2}, {"id": "models_pptx_models_pptxpicturemodel", "label": "PptxPictureModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxPictureModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 2}, {"id": "models_pptx_models_pptxshapemodel", "label": "PptxShapeModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxShapeModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 6}, {"id": "models_pptx_models_pptxtextboxmodel", "label": "PptxTextBoxModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxTextBoxModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxautoshapeboxmodel", "label": "PptxAutoShapeBoxModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxAutoShapeBoxModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxpictureboxmodel", "label": "PptxPictureBoxModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxPictureBoxModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxconnectormodel", "label": "PptxConnectorModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxConnectorModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxslidemodel", "label": "PptxSlideModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxSlideModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "models_pptx_models_pptxpresentationmodel", "label": "PptxPresentationModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxPresentationModel", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/pptx_models.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_models_generate_presentation_request_py", "label": "generate_presentation_request.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_presentation_request.py", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/models/generate_presentation_request.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_models_presentation_layout_py", "label": "presentation_layout.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation_layout.py", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/models/presentation_layout.py", "file_type": "code", "degree": 12}, {"id": "models_presentation_layout_slidelayoutmodel", "label": "SlideLayoutModel", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutModel", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/models/presentation_layout.py", "file_type": "code", "degree": 3}, {"id": "models_presentation_layout_presentationlayoutmodel_get_slide_layout_index", "label": ".get_slide_layout_index()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_slide_layout_index()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/models/presentation_layout.py", "file_type": "code", "degree": 1}, {"id": "models_presentation_layout_presentationlayoutmodel_to_presentation_structure", "label": ".to_presentation_structure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_presentation_structure()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/models/presentation_layout.py", "file_type": "code", "degree": 2}, {"id": "models_presentation_layout_presentationlayoutmodel_to_string", "label": ".to_string()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_string()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/models/presentation_layout.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_models_sse_response_py", "label": "sse_response.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sse_response.py", "community": 127, "community_name": "Community 127", "source_file": "servers/fastapi/models/sse_response.py", "file_type": "code", "degree": 4}, {"id": "models_sse_response_sseresponse", "label": "SSEResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SSEResponse", "community": 127, "community_name": "Community 127", "source_file": "servers/fastapi/models/sse_response.py", "file_type": "code", "degree": 3}, {"id": "models_sse_response_sseresponse_to_string", "label": ".to_string()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_string()", "community": 127, "community_name": "Community 127", "source_file": "servers/fastapi/models/sse_response.py", "file_type": "code", "degree": 4}, {"id": "models_sse_response_ssestatusresponse", "label": "SSEStatusResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SSEStatusResponse", "community": 127, "community_name": "Community 127", "source_file": "servers/fastapi/models/sse_response.py", "file_type": "code", "degree": 3}, {"id": "models_sse_response_sseerrorresponse", "label": "SSEErrorResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SSEErrorResponse", "community": 127, "community_name": "Community 127", "source_file": "servers/fastapi/models/sse_response.py", "file_type": "code", "degree": 3}, {"id": "models_sse_response_ssecompleteresponse", "label": "SSECompleteResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SSECompleteResponse", "community": 127, "community_name": "Community 127", "source_file": "servers/fastapi/models/sse_response.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_models_llm_tools_py", "label": "llm_tools.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "llm_tools.py", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/models/llm_tools.py", "file_type": "code", "degree": 4}, {"id": "models_llm_tools_llmtool", "label": "LLMTool", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMTool", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/models/llm_tools.py", "file_type": "code", "degree": 7}, {"id": "models_llm_tools_llmdynamictool", "label": "LLMDynamicTool", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMDynamicTool", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/models/llm_tools.py", "file_type": "code", "degree": 6}, {"id": "models_llm_tools_searchwebtool", "label": "SearchWebTool", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SearchWebTool", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/models/llm_tools.py", "file_type": "code", "degree": 4}, {"id": "models_llm_tools_getcurrentdatetimetool", "label": "GetCurrentDatetimeTool", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetCurrentDatetimeTool", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/models/llm_tools.py", "file_type": "code", "degree": 3}, {"id": "models_llm_tools_rationale_17", "label": "Search the web for information.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Search the web for information.", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/models/llm_tools.py", "file_type": "rationale", "degree": 1}, {"id": "models_llm_tools_rationale_25", "label": "Get the current datetime.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the current datetime.", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/models/llm_tools.py", "file_type": "rationale", "degree": 1}, {"id": "models_api_error_model_apierrormodel", "label": "APIErrorModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "APIErrorModel", "community": 163, "community_name": "Community 163", "source_file": "servers/fastapi/models/api_error_model.py", "file_type": "code", "degree": 3}, {"id": "models_api_error_model_from_exception", "label": "from_exception()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "from_exception()", "community": 163, "community_name": "Community 163", "source_file": "servers/fastapi/models/api_error_model.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_models_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 327, "community_name": "Community 327", "source_file": "servers/fastapi/models/__init__.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_models_presentation_outline_model_py", "label": "presentation_outline_model.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation_outline_model.py", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/models/presentation_outline_model.py", "file_type": "code", "degree": 7}, {"id": "models_presentation_outline_model_slideoutlinemodel", "label": "SlideOutlineModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideOutlineModel", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/models/presentation_outline_model.py", "file_type": "code", "degree": 6}, {"id": "models_presentation_outline_model_presentationoutlinemodel_to_string", "label": ".to_string()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_string()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/models/presentation_outline_model.py", "file_type": "code", "degree": 1}, {"id": "models_ollama_model_status_ollamamodelstatus", "label": "OllamaModelStatus", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OllamaModelStatus", "community": 116, "community_name": "Community 116", "source_file": "servers/fastapi/models/ollama_model_status.py", "file_type": "code", "degree": 4}, {"id": "servers_fastapi_models_ollama_model_metadata_py", "label": "ollama_model_metadata.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ollama_model_metadata.py", "community": 23, "community_name": "Community 23", "source_file": "servers/fastapi/models/ollama_model_metadata.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_models_presentation_and_path_py", "label": "presentation_and_path.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation_and_path.py", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/presentation_and_path.py", "file_type": "code", "degree": 3}, {"id": "models_presentation_and_path_presentationpathandeditpath", "label": "PresentationPathAndEditPath", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationPathAndEditPath", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/presentation_and_path.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_models_user_config_py", "label": "user_config.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "user_config.py", "community": 31, "community_name": "Community 31", "source_file": "servers/fastapi/models/user_config.py", "file_type": "code", "degree": 1}, {"id": "models_user_config_userconfig", "label": "UserConfig", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "UserConfig", "community": 31, "community_name": "Community 31", "source_file": "servers/fastapi/models/user_config.py", "file_type": "code", "degree": 11}, {"id": "servers_fastapi_models_presentation_structure_model_py", "label": "presentation_structure_model.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation_structure_model.py", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/models/presentation_structure_model.py", "file_type": "code", "degree": 10}, {"id": "models_document_chunk_documentchunk", "label": "DocumentChunk", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentChunk", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/models/document_chunk.py", "file_type": "code", "degree": 5}, {"id": "models_document_chunk_documentchunk_to_slide_outline", "label": ".to_slide_outline()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_slide_outline()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/models/document_chunk.py", "file_type": "code", "degree": 2}, {"id": "models_llm_message_llmmessage", "label": "LLMMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMMessage", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 12}, {"id": "models_llm_message_llmusermessage", "label": "LLMUserMessage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMUserMessage", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 10}, {"id": "models_llm_message_llmsystemmessage", "label": "LLMSystemMessage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMSystemMessage", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 10}, {"id": "models_llm_message_openaiassistantmessage", "label": "OpenAIAssistantMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAIAssistantMessage", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 7}, {"id": "models_llm_message_googleassistantmessage", "label": "GoogleAssistantMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "GoogleAssistantMessage", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 7}, {"id": "models_llm_message_anthropicassistantmessage", "label": "AnthropicAssistantMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AnthropicAssistantMessage", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 7}, {"id": "models_llm_message_anthropictoolcallmessage", "label": "AnthropicToolCallMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AnthropicToolCallMessage", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 4}, {"id": "models_llm_message_anthropicusermessage", "label": "AnthropicUserMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AnthropicUserMessage", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 7}, {"id": "models_llm_message_openaitoolcallmessage", "label": "OpenAIToolCallMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAIToolCallMessage", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 4}, {"id": "models_llm_message_googletoolcallmessage", "label": "GoogleToolCallMessage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GoogleToolCallMessage", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/models/llm_message.py", "file_type": "code", "degree": 5}, {"id": "models_slide_layout_index_slidelayoutindex", "label": "SlideLayoutIndex", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutIndex", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/models/slide_layout_index.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_models_image_prompt_py", "label": "image_prompt.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "image_prompt.py", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/models/image_prompt.py", "file_type": "code", "degree": 1}, {"id": "models_image_prompt_imageprompt", "label": "ImagePrompt", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ImagePrompt", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/models/image_prompt.py", "file_type": "code", "degree": 10}, {"id": "models_image_prompt_imageprompt_get_image_prompt", "label": ".get_image_prompt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_image_prompt()", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/models/image_prompt.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_models_sql_slide_py", "label": "slide.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "slide.py", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/sql/slide.py", "file_type": "code", "degree": 2}, {"id": "sql_slide_slidemodel", "label": "SlideModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideModel", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/sql/slide.py", "file_type": "code", "degree": 5}, {"id": "sqlmodel", "label": "SQLModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SQLModel", "community": 41, "community_name": "Community 41", "source_file": "", "file_type": "code", "degree": 17}, {"id": "sql_slide_slidemodel_get_new_slide", "label": ".get_new_slide()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_new_slide()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/sql/slide.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_models_sql_key_value_py", "label": "key_value.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "key_value.py", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/sql/key_value.py", "file_type": "code", "degree": 2}, {"id": "sql_key_value_keyvaluesqlmodel", "label": "KeyValueSqlModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "KeyValueSqlModel", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/sql/key_value.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_models_sql_presentation_py", "label": "presentation.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation.py", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/sql/presentation.py", "file_type": "code", "degree": 2}, {"id": "sql_presentation_presentationmodel_get_new_presentation", "label": ".get_new_presentation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_new_presentation()", "community": 13, "community_name": "Community 13", "source_file": "servers/fastapi/models/sql/presentation.py", "file_type": "code", "degree": 1}, {"id": "sql_presentation_presentationmodel_get_presentation_outline", "label": ".get_presentation_outline()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_presentation_outline()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/models/sql/presentation.py", "file_type": "code", "degree": 2}, {"id": "sql_presentation_presentationmodel_get_layout", "label": ".get_layout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_layout()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/models/sql/presentation.py", "file_type": "code", "degree": 2}, {"id": "sql_presentation_presentationmodel_set_layout", "label": ".set_layout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_layout()", "community": 13, "community_name": "Community 13", "source_file": "servers/fastapi/models/sql/presentation.py", "file_type": "code", "degree": 1}, {"id": "sql_presentation_presentationmodel_get_structure", "label": ".get_structure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_structure()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/models/sql/presentation.py", "file_type": "code", "degree": 2}, {"id": "sql_presentation_presentationmodel_set_structure", "label": ".set_structure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_structure()", "community": 13, "community_name": "Community 13", "source_file": "servers/fastapi/models/sql/presentation.py", "file_type": "code", "degree": 1}, {"id": "sql_presentation_layout_code_rationale_11", "label": "Model for storing presentation layout codes", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Model for storing presentation layout codes", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/models/sql/presentation_layout_code.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_models_sql_template_py", "label": "template.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "template.py", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/models/sql/template.py", "file_type": "code", "degree": 2}, {"id": "sql_template_templatemodel", "label": "TemplateModel", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateModel", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/models/sql/template.py", "file_type": "code", "degree": 18}, {"id": "sql_ollama_pull_status_ollamapullstatus", "label": "OllamaPullStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OllamaPullStatus", "community": 143, "community_name": "Community 143", "source_file": "servers/fastapi/models/sql/ollama_pull_status.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_api_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 328, "community_name": "Community 328", "source_file": "servers/fastapi/api/__init__.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_api_middlewares_py", "label": "middlewares.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "middlewares.py", "community": 144, "community_name": "Community 144", "source_file": "servers/fastapi/api/middlewares.py", "file_type": "code", "degree": 1}, {"id": "api_middlewares_userconfigenvupdatemiddleware", "label": "UserConfigEnvUpdateMiddleware", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UserConfigEnvUpdateMiddleware", "community": 144, "community_name": "Community 144", "source_file": "servers/fastapi/api/middlewares.py", "file_type": "code", "degree": 3}, {"id": "basehttpmiddleware", "label": "BaseHTTPMiddleware", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseHTTPMiddleware", "community": 144, "community_name": "Community 144", "source_file": "", "file_type": "code", "degree": 1}, {"id": "api_middlewares_userconfigenvupdatemiddleware_dispatch", "label": ".dispatch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".dispatch()", "community": 144, "community_name": "Community 144", "source_file": "servers/fastapi/api/middlewares.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_api_main_py", "label": "main.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "main.py", "community": 329, "community_name": "Community 329", "source_file": "servers/fastapi/api/main.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_api_lifespan_py", "label": "lifespan.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lifespan.py", "community": 117, "community_name": "Community 117", "source_file": "servers/fastapi/api/lifespan.py", "file_type": "code", "degree": 1}, {"id": "api_lifespan_app_lifespan", "label": "app_lifespan()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "app_lifespan()", "community": 117, "community_name": "Community 117", "source_file": "servers/fastapi/api/lifespan.py", "file_type": "code", "degree": 5}, {"id": "api_lifespan_rationale_15", "label": "Lifespan context manager for FastAPI application. Initializes the applicatio", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lifespan context manager for FastAPI application. Initializes the applicatio", "community": 117, "community_name": "Community 117", "source_file": "servers/fastapi/api/lifespan.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_api_v1_webhook_router_py", "label": "router.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "router.py", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/api/v1/webhook/router.py", "file_type": "code", "degree": 3}, {"id": "webhook_router_subscribetowebhookrequest", "label": "SubscribeToWebhookRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SubscribeToWebhookRequest", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/api/v1/webhook/router.py", "file_type": "code", "degree": 4}, {"id": "webhook_router_subscribetowebhookresponse", "label": "SubscribeToWebhookResponse", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SubscribeToWebhookResponse", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/api/v1/webhook/router.py", "file_type": "code", "degree": 5}, {"id": "webhook_router_subscribe_to_webhook", "label": "subscribe_to_webhook()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "subscribe_to_webhook()", "community": 40, "community_name": "Community 40", "source_file": "servers/fastapi/api/v1/webhook/router.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_api_v1_mock_router_py", "label": "router.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "router.py", "community": 163, "community_name": "Community 163", "source_file": "servers/fastapi/api/v1/mock/router.py", "file_type": "code", "degree": 1}, {"id": "mock_router_mock_presentation_generation_completed", "label": "mock_presentation_generation_completed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mock_presentation_generation_completed()", "community": 163, "community_name": "Community 163", "source_file": "servers/fastapi/api/v1/mock/router.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_api_v1_ppt_background_tasks_py", "label": "background_tasks.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "background_tasks.py", "community": 143, "community_name": "Community 143", "source_file": "servers/fastapi/api/v1/ppt/background_tasks.py", "file_type": "code", "degree": 2}, {"id": "ppt_background_tasks_pull_ollama_model_background_task", "label": "pull_ollama_model_background_task()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pull_ollama_model_background_task()", "community": 143, "community_name": "Community 143", "source_file": "servers/fastapi/api/v1/ppt/background_tasks.py", "file_type": "code", "degree": 5}, {"id": "ppt_background_tasks_upsert_ollama_pull_status", "label": "upsert_ollama_pull_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "upsert_ollama_pull_status()", "community": 143, "community_name": "Community 143", "source_file": "servers/fastapi/api/v1/ppt/background_tasks.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_api_v1_ppt_router_py", "label": "router.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "router.py", "community": 330, "community_name": "Community 330", "source_file": "servers/fastapi/api/v1/ppt/router.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "label": "slide_to_html.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "slide_to_html.py", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 27}, {"id": "endpoints_slide_to_html_slidetohtmlrequest", "label": "SlideToHtmlRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideToHtmlRequest", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_slidetohtmlresponse", "label": "SlideToHtmlResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideToHtmlResponse", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_htmleditresponse", "label": "HtmlEditResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HtmlEditResponse", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_htmltoreactrequest", "label": "HtmlToReactRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HtmlToReactRequest", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_htmltoreactresponse", "label": "HtmlToReactResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HtmlToReactResponse", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_layoutdata", "label": "LayoutData", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutData", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_savelayoutsrequest", "label": "SaveLayoutsRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveLayoutsRequest", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_savelayoutsresponse", "label": "SaveLayoutsResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveLayoutsResponse", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_getlayoutsresponse", "label": "GetLayoutsResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GetLayoutsResponse", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_presentationsummary", "label": "PresentationSummary", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationSummary", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_getpresentationsummaryresponse", "label": "GetPresentationSummaryResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GetPresentationSummaryResponse", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_errorresponse", "label": "ErrorResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorResponse", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_templatecreaterequest", "label": "TemplateCreateRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateCreateRequest", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_templatecreateresponse", "label": "TemplateCreateResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateCreateResponse", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_templateinfo", "label": "TemplateInfo", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateInfo", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_generate_html_from_slide", "label": "generate_html_from_slide()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_html_from_slide()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 3}, {"id": "endpoints_slide_to_html_generate_react_component_from_html", "label": "generate_react_component_from_html()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_react_component_from_html()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 3}, {"id": "endpoints_slide_to_html_edit_html_with_images", "label": "edit_html_with_images()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "edit_html_with_images()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 3}, {"id": "endpoints_slide_to_html_convert_slide_to_html", "label": "convert_slide_to_html()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "convert_slide_to_html()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_convert_html_to_react", "label": "convert_html_to_react()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "convert_html_to_react()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 5}, {"id": "endpoints_slide_to_html_edit_html_with_images_endpoint", "label": "edit_html_with_images_endpoint()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "edit_html_with_images_endpoint()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_save_layouts", "label": "save_layouts()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "save_layouts()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_get_layouts", "label": "get_layouts()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_layouts()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 4}, {"id": "endpoints_slide_to_html_create_template", "label": "create_template()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_template()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 3}, {"id": "endpoints_slide_to_html_delete_template", "label": "delete_template()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_template()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "code", "degree": 1}, {"id": "endpoints_slide_to_html_rationale_137", "label": "Generate HTML content from slide image and XML using OpenAI GPT-5 Responses API.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate HTML content from slide image and XML using OpenAI GPT-5 Responses API.", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_slide_to_html_rationale_235", "label": "Convert HTML content to TSX React component using OpenAI GPT-5 Responses API.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert HTML content to TSX React component using OpenAI GPT-5 Responses API.", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_slide_to_html_rationale_341", "label": "Edit HTML content based on one or two images and a text prompt using OpenAI GPT-", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Edit HTML content based on one or two images and a text prompt using OpenAI GPT-", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "rationale", "degree": 2}, {"id": "endpoints_slide_to_html_rationale_439", "label": "Convert a slide image and its OXML data to HTML using Anthropic Claude API.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a slide image and its OXML data to HTML using Anthropic Claude API.", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_slide_to_html_rationale_524", "label": "Convert HTML content to TSX React component using Anthropic Claude API. Arg", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert HTML content to TSX React component using Anthropic Claude API. Arg", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_slide_to_html_rationale_706", "label": "Save multiple layouts for presentations. Args: request: JSON reques", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Save multiple layouts for presentations. Args: request: JSON reques", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_slide_to_html_rationale_821", "label": "Retrieve all layouts for a specific presentation. Args: presentatio", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve all layouts for a specific presentation. Args: presentatio", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_slide_to_html_rationale_921", "label": "Get summary of all presentations with their layout counts.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get summary of all presentations with their layout counts.", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide_to_html.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_api_v1_ppt_endpoints_files_py", "label": "files.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "files.py", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/files.py", "file_type": "code", "degree": 3}, {"id": "endpoints_files_upload_files", "label": "upload_files()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "upload_files()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/files.py", "file_type": "code", "degree": 2}, {"id": "endpoints_files_decompose_files", "label": "decompose_files()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "decompose_files()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/files.py", "file_type": "code", "degree": 3}, {"id": "endpoints_files_update_files", "label": "update_files()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "update_files()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/files.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_api_v1_ppt_endpoints_slide_py", "label": "slide.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "slide.py", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide.py", "file_type": "code", "degree": 2}, {"id": "endpoints_slide_edit_slide", "label": "edit_slide()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "edit_slide()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide.py", "file_type": "code", "degree": 11}, {"id": "endpoints_slide_edit_slide_html", "label": "edit_slide_html()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "edit_slide_html()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/api/v1/ppt/endpoints/slide.py", "file_type": "code", "degree": 4}, {"id": "servers_fastapi_api_v1_ppt_endpoints_pdf_slides_py", "label": "pdf_slides.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_slides.py", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pdf_slides.py", "file_type": "code", "degree": 3}, {"id": "endpoints_pdf_slides_pdfslidedata", "label": "PdfSlideData", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PdfSlideData", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pdf_slides.py", "file_type": "code", "degree": 4}, {"id": "endpoints_pdf_slides_pdfslidesresponse", "label": "PdfSlidesResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PdfSlidesResponse", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pdf_slides.py", "file_type": "code", "degree": 4}, {"id": "endpoints_pdf_slides_process_pdf_slides", "label": "process_pdf_slides()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "process_pdf_slides()", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pdf_slides.py", "file_type": "code", "degree": 5}, {"id": "endpoints_pdf_slides_rationale_33", "label": "Process a PDF file to extract slide screenshots. This endpoint: 1. Vali", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a PDF file to extract slide screenshots. This endpoint: 1. Vali", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pdf_slides.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_api_v1_ppt_endpoints_icons_py", "label": "icons.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "icons.py", "community": 34, "community_name": "Community 34", "source_file": "servers/fastapi/api/v1/ppt/endpoints/icons.py", "file_type": "code", "degree": 1}, {"id": "endpoints_icons_search_icons", "label": "search_icons()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "search_icons()", "community": 34, "community_name": "Community 34", "source_file": "servers/fastapi/api/v1/ppt/endpoints/icons.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_api_v1_ppt_endpoints_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 331, "community_name": "Community 331", "source_file": "servers/fastapi/api/v1/ppt/endpoints/__init__.py", "file_type": "code", "degree": 0}, {"id": "servers_fastapi_api_v1_ppt_endpoints_google_py", "label": "google.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "google.py", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/api/v1/ppt/endpoints/google.py", "file_type": "code", "degree": 1}, {"id": "endpoints_google_get_available_models", "label": "get_available_models()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_available_models()", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/api/v1/ppt/endpoints/google.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_api_v1_ppt_endpoints_prompts_py", "label": "prompts.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prompts.py", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/prompts.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "label": "presentation.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation.py", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 15}, {"id": "endpoints_presentation_get_all_presentations", "label": "get_all_presentations()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_all_presentations()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 2}, {"id": "endpoints_presentation_get_presentation", "label": "get_presentation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_presentation()", "community": 19, "community_name": "Community 19", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 9}, {"id": "endpoints_presentation_delete_presentation", "label": "delete_presentation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_presentation()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 3}, {"id": "endpoints_presentation_create_presentation", "label": "create_presentation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_presentation()", "community": 34, "community_name": "Community 34", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 4}, {"id": "endpoints_presentation_prepare_presentation", "label": "prepare_presentation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "prepare_presentation()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 5}, {"id": "endpoints_presentation_stream_presentation", "label": "stream_presentation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "stream_presentation()", "community": 79, "community_name": "Community 79", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 3}, {"id": "endpoints_presentation_update_presentation", "label": "update_presentation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "update_presentation()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 2}, {"id": "endpoints_presentation_check_if_api_request_is_valid", "label": "check_if_api_request_is_valid()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_if_api_request_is_valid()", "community": 26, "community_name": "Community 26", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 2}, {"id": "endpoints_presentation_generate_presentation_handler", "label": "generate_presentation_handler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_presentation_handler()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 17}, {"id": "endpoints_presentation_check_async_presentation_generation_status", "label": "check_async_presentation_generation_status()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_async_presentation_generation_status()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 1}, {"id": "endpoints_presentation_edit_presentation_with_new_content", "label": "edit_presentation_with_new_content()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "edit_presentation_with_new_content()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 3}, {"id": "endpoints_presentation_derive_presentation_from_existing_one", "label": "derive_presentation_from_existing_one()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "derive_presentation_from_existing_one()", "community": 41, "community_name": "Community 41", "source_file": "servers/fastapi/api/v1/ppt/endpoints/presentation.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_api_v1_ppt_endpoints_openai_py", "label": "openai.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "openai.py", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/api/v1/ppt/endpoints/openai.py", "file_type": "code", "degree": 1}, {"id": "endpoints_openai_get_available_models", "label": "get_available_models()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_available_models()", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/api/v1/ppt/endpoints/openai.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_api_v1_ppt_endpoints_images_py", "label": "images.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "images.py", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/api/v1/ppt/endpoints/images.py", "file_type": "code", "degree": 6}, {"id": "endpoints_images_generate_image", "label": "generate_image()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_image()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/api/v1/ppt/endpoints/images.py", "file_type": "code", "degree": 6}, {"id": "endpoints_images_get_generated_images", "label": "get_generated_images()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_generated_images()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/api/v1/ppt/endpoints/images.py", "file_type": "code", "degree": 1}, {"id": "endpoints_images_upload_image", "label": "upload_image()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "upload_image()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/api/v1/ppt/endpoints/images.py", "file_type": "code", "degree": 6}, {"id": "endpoints_images_get_uploaded_images", "label": "get_uploaded_images()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_uploaded_images()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/api/v1/ppt/endpoints/images.py", "file_type": "code", "degree": 2}, {"id": "endpoints_images_delete_uploaded_image_by_id", "label": "delete_uploaded_image_by_id()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_uploaded_image_by_id()", "community": 65, "community_name": "Community 65", "source_file": "servers/fastapi/api/v1/ppt/endpoints/images.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_api_v1_ppt_endpoints_anthropic_py", "label": "anthropic.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "anthropic.py", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/api/v1/ppt/endpoints/anthropic.py", "file_type": "code", "degree": 1}, {"id": "endpoints_anthropic_get_available_models", "label": "get_available_models()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_available_models()", "community": 87, "community_name": "Community 87", "source_file": "servers/fastapi/api/v1/ppt/endpoints/anthropic.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "label": "pptx_slides.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pptx_slides.py", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 15}, {"id": "endpoints_pptx_slides_slidedata", "label": "SlideData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 4}, {"id": "endpoints_pptx_slides_fontanalysisresult", "label": "FontAnalysisResult", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FontAnalysisResult", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 4}, {"id": "endpoints_pptx_slides_pptxslidesresponse", "label": "PptxSlidesResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxSlidesResponse", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 4}, {"id": "endpoints_pptx_slides_pptxfontsresponse", "label": "PptxFontsResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxFontsResponse", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 4}, {"id": "endpoints_pptx_slides_insert_spaces_in_camel_case", "label": "_insert_spaces_in_camel_case()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_insert_spaces_in_camel_case()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 2}, {"id": "endpoints_pptx_slides_normalize_font_family_name", "label": "normalize_font_family_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "normalize_font_family_name()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 5}, {"id": "endpoints_pptx_slides_extract_fonts_from_oxml", "label": "extract_fonts_from_oxml()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_fonts_from_oxml()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 5}, {"id": "endpoints_pptx_slides_check_google_font_availability", "label": "check_google_font_availability()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check_google_font_availability()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 3}, {"id": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "label": "analyze_fonts_in_all_slides()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "analyze_fonts_in_all_slides()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 8}, {"id": "endpoints_pptx_slides_process_pptx_slides", "label": "process_pptx_slides()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "process_pptx_slides()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 11}, {"id": "endpoints_pptx_slides_process_pptx_fonts", "label": "process_pptx_fonts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "process_pptx_fonts()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 5}, {"id": "endpoints_pptx_slides_create_font_alias_config", "label": "_create_font_alias_config()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_font_alias_config()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 4}, {"id": "endpoints_pptx_slides_install_fonts", "label": "_install_fonts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_install_fonts()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 3}, {"id": "endpoints_pptx_slides_extract_slide_xmls", "label": "_extract_slide_xmls()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_slide_xmls()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 5}, {"id": "endpoints_pptx_slides_convert_pptx_to_pdf", "label": "_convert_pptx_to_pdf()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_convert_pptx_to_pdf()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "code", "degree": 6}, {"id": "endpoints_pptx_slides_rationale_148", "label": "Extract font names from OXML content. Args: xml_content: OXML conte", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract font names from OXML content. Args: xml_content: OXML conte", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_pptx_slides_rationale_219", "label": "Check if a font is available in Google Fonts. Args: font_name: Name", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if a font is available in Google Fonts. Args: font_name: Name", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_pptx_slides_rationale_244", "label": "Analyze fonts across all slides and determine Google Fonts availability. Ar", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Analyze fonts across all slides and determine Google Fonts availability. Ar", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_pptx_slides_rationale_294", "label": "Process a PPTX file to extract slide screenshots and XML content. This endp", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a PPTX file to extract slide screenshots and XML content. This endp", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_pptx_slides_rationale_411", "label": "Analyze a PPTX file and return only the fonts used in the document. Uses th", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Analyze a PPTX file and return only the fonts used in the document. Uses th", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_pptx_slides_rationale_444", "label": "Create a temporary fontconfig configuration that aliases variant family names to", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a temporary fontconfig configuration that aliases variant family names to", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_pptx_slides_rationale_482", "label": "Install provided font files to the system.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Install provided font files to the system.", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_pptx_slides_rationale_511", "label": "Extract slide XML content from PPTX file.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract slide XML content from PPTX file.", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_pptx_slides_rationale_547", "label": "Generate PNG screenshots of PPTX slides using LibreOffice + ImageMagick.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate PNG screenshots of PPTX slides using LibreOffice + ImageMagick.", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/api/v1/ppt/endpoints/pptx_slides.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "label": "fonts.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "fonts.py", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 8}, {"id": "endpoints_fonts_fontuploadresponse", "label": "FontUploadResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FontUploadResponse", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 3}, {"id": "endpoints_fonts_fontlistresponse", "label": "FontListResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FontListResponse", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 3}, {"id": "endpoints_fonts_get_fonts_directory", "label": "get_fonts_directory()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_fonts_directory()", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 6}, {"id": "endpoints_fonts_is_valid_font_file", "label": "is_valid_font_file()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_valid_font_file()", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 3}, {"id": "endpoints_fonts_extract_font_name_from_file", "label": "extract_font_name_from_file()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_font_name_from_file()", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 3}, {"id": "endpoints_fonts_upload_font", "label": "upload_font()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "upload_font()", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 5}, {"id": "endpoints_fonts_list_fonts", "label": "list_fonts()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "list_fonts()", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 5}, {"id": "endpoints_fonts_delete_font", "label": "delete_font()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_font()", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "code", "degree": 3}, {"id": "endpoints_fonts_rationale_43", "label": "Get the fonts directory path, create if it doesn't exist", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the fonts directory path, create if it doesn&#x27;t exist", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_fonts_rationale_51", "label": "Validate font file by extension and MIME type", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate font file by extension and MIME type", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_fonts_rationale_73", "label": "Extract the actual font family name from font file metadata", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract the actual font family name from font file metadata", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_fonts_rationale_131", "label": "Upload a font file and save it to the fonts directory. Args: fo", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload a font file and save it to the fonts directory. Args: fo", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_fonts_rationale_194", "label": "List all uploaded fonts with their accessible URLs. Returns: Fo", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List all uploaded fonts with their accessible URLs. Returns: Fo", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "rationale", "degree": 1}, {"id": "endpoints_fonts_rationale_249", "label": "Delete a font file from the fonts directory. Args: filename: Na", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a font file from the fonts directory. Args: filename: Na", "community": 58, "community_name": "Community 58", "source_file": "servers/fastapi/api/v1/ppt/endpoints/fonts.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_api_v1_ppt_endpoints_layouts_py", "label": "layouts.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "layouts.py", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/api/v1/ppt/endpoints/layouts.py", "file_type": "code", "degree": 2}, {"id": "endpoints_layouts_get_layouts", "label": "get_layouts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_layouts()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/api/v1/ppt/endpoints/layouts.py", "file_type": "code", "degree": 1}, {"id": "endpoints_layouts_get_layout_detail", "label": "get_layout_detail()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_layout_detail()", "community": 25, "community_name": "Community 25", "source_file": "servers/fastapi/api/v1/ppt/endpoints/layouts.py", "file_type": "code", "degree": 2}, {"id": "servers_fastapi_api_v1_ppt_endpoints_outlines_py", "label": "outlines.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "outlines.py", "community": 264, "community_name": "Community 264", "source_file": "servers/fastapi/api/v1/ppt/endpoints/outlines.py", "file_type": "code", "degree": 1}, {"id": "endpoints_outlines_stream_outlines", "label": "stream_outlines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "stream_outlines()", "community": 264, "community_name": "Community 264", "source_file": "servers/fastapi/api/v1/ppt/endpoints/outlines.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_api_v1_ppt_endpoints_ollama_py", "label": "ollama.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ollama.py", "community": 116, "community_name": "Community 116", "source_file": "servers/fastapi/api/v1/ppt/endpoints/ollama.py", "file_type": "code", "degree": 3}, {"id": "endpoints_ollama_get_supported_models", "label": "get_supported_models()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_supported_models()", "community": 116, "community_name": "Community 116", "source_file": "servers/fastapi/api/v1/ppt/endpoints/ollama.py", "file_type": "code", "degree": 1}, {"id": "endpoints_ollama_get_available_models", "label": "get_available_models()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_available_models()", "community": 116, "community_name": "Community 116", "source_file": "servers/fastapi/api/v1/ppt/endpoints/ollama.py", "file_type": "code", "degree": 2}, {"id": "endpoints_ollama_pull_model", "label": "pull_model()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pull_model()", "community": 116, "community_name": "Community 116", "source_file": "servers/fastapi/api/v1/ppt/endpoints/ollama.py", "file_type": "code", "degree": 3}, {"id": "services_temp_file_service_tempfileservice", "label": "TempFileService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TempFileService", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 10}, {"id": "services_temp_file_service_tempfileservice_init", "label": ".__init__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 3}, {"id": "services_temp_file_service_tempfileservice_create_dir_in_dir", "label": ".create_dir_in_dir()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_dir_in_dir()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 2}, {"id": "services_temp_file_service_tempfileservice_create_temp_dir", "label": ".create_temp_dir()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_temp_dir()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 2}, {"id": "services_temp_file_service_tempfileservice_create_temp_file_path", "label": ".create_temp_file_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_temp_file_path()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 2}, {"id": "services_temp_file_service_tempfileservice_create_temp_file", "label": ".create_temp_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_temp_file()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 2}, {"id": "services_temp_file_service_tempfileservice_read_temp_file", "label": ".read_temp_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".read_temp_file()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 1}, {"id": "services_temp_file_service_tempfileservice_cleanup_temp_file", "label": ".cleanup_temp_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_temp_file()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 1}, {"id": "services_temp_file_service_tempfileservice_delete_dir_files", "label": ".delete_dir_files()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_dir_files()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 2}, {"id": "services_temp_file_service_tempfileservice_cleanup_temp_dir", "label": ".cleanup_temp_dir()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_temp_dir()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 3}, {"id": "services_temp_file_service_tempfileservice_cleanup_base_dir", "label": ".cleanup_base_dir()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_base_dir()", "community": 83, "community_name": "Community 83", "source_file": "servers/fastapi/services/temp_file_service.py", "file_type": "code", "degree": 3}, {"id": "servers_fastapi_services_html_to_text_runs_service_py", "label": "html_to_text_runs_service.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "html_to_text_runs_service.py", "community": 91, "community_name": "Community 91", "source_file": "servers/fastapi/services/html_to_text_runs_service.py", "file_type": "code", "degree": 2}, {"id": "services_html_to_text_runs_service_inlinehtmltorunsparser", "label": "InlineHTMLToRunsParser", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "InlineHTMLToRunsParser", "community": 91, "community_name": "Community 91", "source_file": "servers/fastapi/services/html_to_text_runs_service.py", "file_type": "code", "degree": 10}, {"id": "htmlparser", "label": "HTMLParser", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HTMLParser", "community": 91, "community_name": "Community 91", "source_file": "", "file_type": "code", "degree": 1}, {"id": "services_html_to_text_runs_service_inlinehtmltorunsparser_init", "label": ".__init__()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 91, "community_name": "Community 91", "source_file": "servers/fastapi/services/html_to_text_runs_service.py", "file_type": "code", "degree": 1}, {"id": "services_html_to_text_runs_service_inlinehtmltorunsparser_current_font", "label": "._current_font()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._current_font()", "community": 91, "community_name": "Community 91", "source_file": "servers/fastapi/services/html_to_text_runs_service.py", "file_type": "code", "degree": 2}, {"id": "services_html_to_text_runs_service_inlinehtmltorunsparser_handle_starttag", "label": ".handle_starttag()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_starttag()", "community": 91, "community_name": "Community 91", "source_file": "servers/fastapi/services/html_to_text_runs_service.py", "file_type": "code", "degree": 1}, {"id": "services_html_to_text_runs_service_inlinehtmltorunsparser_handle_endtag", "label": ".handle_endtag()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_endtag()", "community": 91, "community_name": "Community 91", "source_file": "servers/fastapi/services/html_to_text_runs_service.py", "file_type": "code", "degree": 1}, {"id": "services_html_to_text_runs_service_inlinehtmltorunsparser_handle_data", "label": ".handle_data()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_data()", "community": 91, "community_name": "Community 91", "source_file": "servers/fastapi/services/html_to_text_runs_service.py", "file_type": "code", "degree": 2}, {"id": "services_html_to_text_runs_service_parse_html_text_to_text_runs", "label": "parse_html_text_to_text_runs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_html_text_to_text_runs()", "community": 91, "community_name": "Community 91", "source_file": "servers/fastapi/services/html_to_text_runs_service.py", "file_type": "code", "degree": 2}, {"id": "services_concurrent_service_concurrentservice", "label": "ConcurrentService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ConcurrentService", "community": 15, "community_name": "Community 15", "source_file": "servers/fastapi/services/concurrent_service.py", "file_type": "code", "degree": 3}, {"id": "services_concurrent_service_concurrentservice_init", "label": ".__init__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 15, "community_name": "Community 15", "source_file": "servers/fastapi/services/concurrent_service.py", "file_type": "code", "degree": 1}, {"id": "services_concurrent_service_concurrentservice_run_task", "label": ".run_task()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_task()", "community": 15, "community_name": "Community 15", "source_file": "servers/fastapi/services/concurrent_service.py", "file_type": "code", "degree": 2}, {"id": "services_concurrent_service_concurrentservice_on_task_done", "label": ".on_task_done()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_task_done()", "community": 15, "community_name": "Community 15", "source_file": "servers/fastapi/services/concurrent_service.py", "file_type": "code", "degree": 1}, {"id": "services_webhook_service_send_webhook", "label": "send_webhook()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "send_webhook()", "community": 52, "community_name": "Community 52", "source_file": "servers/fastapi/services/webhook_service.py", "file_type": "code", "degree": 3}, {"id": "services_webhook_service_send_request_to_webhook", "label": "send_request_to_webhook()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "send_request_to_webhook()", "community": 52, "community_name": "Community 52", "source_file": "servers/fastapi/services/webhook_service.py", "file_type": "code", "degree": 2}, {"id": "services_score_based_chunker_scorebasedchunker", "label": "ScoreBasedChunker", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ScoreBasedChunker", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/services/score_based_chunker.py", "file_type": "code", "degree": 5}, {"id": "services_score_based_chunker_scorebasedchunker_extract_headings", "label": ".extract_headings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".extract_headings()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/services/score_based_chunker.py", "file_type": "code", "degree": 1}, {"id": "services_score_based_chunker_scorebasedchunker_score_headings", "label": ".score_headings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".score_headings()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/services/score_based_chunker.py", "file_type": "code", "degree": 2}, {"id": "services_score_based_chunker_scorebasedchunker_get_chunks_from_headings", "label": ".get_chunks_from_headings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_chunks_from_headings()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/services/score_based_chunker.py", "file_type": "code", "degree": 3}, {"id": "services_score_based_chunker_scorebasedchunker_get_n_chunks", "label": ".get_n_chunks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_n_chunks()", "community": 50, "community_name": "Community 50", "source_file": "servers/fastapi/services/score_based_chunker.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_services_database_py", "label": "database.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "database.py", "community": 117, "community_name": "Community 117", "source_file": "servers/fastapi/services/database.py", "file_type": "code", "degree": 4}, {"id": "services_database_get_async_session", "label": "get_async_session()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_async_session()", "community": 117, "community_name": "Community 117", "source_file": "servers/fastapi/services/database.py", "file_type": "code", "degree": 2}, {"id": "services_database_get_container_db_async_session", "label": "get_container_db_async_session()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_container_db_async_session()", "community": 117, "community_name": "Community 117", "source_file": "servers/fastapi/services/database.py", "file_type": "code", "degree": 2}, {"id": "services_database_create_db_and_tables", "label": "create_db_and_tables()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_db_and_tables()", "community": 117, "community_name": "Community 117", "source_file": "servers/fastapi/services/database.py", "file_type": "code", "degree": 2}, {"id": "services_docling_service_doclingservice", "label": "DoclingService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DoclingService", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/docling_service.py", "file_type": "code", "degree": 4}, {"id": "services_docling_service_doclingservice_init", "label": ".__init__()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/docling_service.py", "file_type": "code", "degree": 1}, {"id": "services_docling_service_doclingservice_parse_to_markdown", "label": ".parse_to_markdown()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_to_markdown()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/docling_service.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_services_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 332, "community_name": "Community 332", "source_file": "servers/fastapi/services/__init__.py", "file_type": "code", "degree": 0}, {"id": "services_image_generation_service_imagegenerationservice_init", "label": ".__init__()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 3}, {"id": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "label": ".get_image_gen_func()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_image_gen_func()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 9}, {"id": "services_image_generation_service_imagegenerationservice_is_stock_provider_selected", "label": ".is_stock_provider_selected()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_stock_provider_selected()", "community": 60, "community_name": "Community 60", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 4}, {"id": "services_image_generation_service_imagegenerationservice_generate_image", "label": ".generate_image()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_image()", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 4}, {"id": "services_image_generation_service_imagegenerationservice_generate_image_openai", "label": ".generate_image_openai()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_image_openai()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 3}, {"id": "services_image_generation_service_imagegenerationservice_generate_image_google", "label": "._generate_image_google()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_image_google()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 4}, {"id": "services_image_generation_service_imagegenerationservice_generate_image_gemini_flash", "label": ".generate_image_gemini_flash()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_image_gemini_flash()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 3}, {"id": "services_image_generation_service_imagegenerationservice_generate_image_nanobanana_pro", "label": ".generate_image_nanobanana_pro()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_image_nanobanana_pro()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 3}, {"id": "services_image_generation_service_imagegenerationservice_get_image_from_pexels", "label": ".get_image_from_pexels()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_image_from_pexels()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 2}, {"id": "services_image_generation_service_imagegenerationservice_get_image_from_pixabay", "label": ".get_image_from_pixabay()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_image_from_pixabay()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 2}, {"id": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "label": ".generate_image_comfyui()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_image_comfyui()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 8}, {"id": "services_image_generation_service_imagegenerationservice_inject_prompt_into_workflow", "label": "._inject_prompt_into_workflow()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._inject_prompt_into_workflow()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 3}, {"id": "services_image_generation_service_imagegenerationservice_submit_comfyui_workflow", "label": "._submit_comfyui_workflow()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._submit_comfyui_workflow()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 3}, {"id": "services_image_generation_service_imagegenerationservice_wait_for_comfyui_completion", "label": "._wait_for_comfyui_completion()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._wait_for_comfyui_completion()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 3}, {"id": "services_image_generation_service_imagegenerationservice_download_comfyui_image", "label": "._download_comfyui_image()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._download_comfyui_image()", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "code", "degree": 3}, {"id": "services_image_generation_service_rationale_62", "label": "Generates an image based on the provided prompt. - If no image generatio", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates an image based on the provided prompt. - If no image generatio", "community": 43, "community_name": "Community 43", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_image_generation_service_rationale_147", "label": "Base method for Google image generation models.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Base method for Google image generation models.", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_image_generation_service_rationale_172", "label": "Generate image using Gemini Flash (gemini-2.5-flash-image-preview).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate image using Gemini Flash (gemini-2.5-flash-image-preview).", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_image_generation_service_rationale_180", "label": "Generate image using NanoBanana Pro (gemini-3-pro-image-preview).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate image using NanoBanana Pro (gemini-3-pro-image-preview).", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_image_generation_service_rationale_205", "label": "Generate image using ComfyUI workflow API. User provides: - COM", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate image using ComfyUI workflow API. User provides: - COM", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_image_generation_service_rationale_264", "label": "Find the prompt node in the workflow and inject the prompt text. Looks f", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the prompt node in the workflow and inject the prompt text. Looks f", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_image_generation_service_rationale_289", "label": "Submit workflow to ComfyUI and return the prompt_id.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Submit workflow to ComfyUI and return the prompt_id.", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_image_generation_service_rationale_320", "label": "Poll ComfyUI history endpoint until workflow completes.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Poll ComfyUI history endpoint until workflow completes.", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_image_generation_service_rationale_370", "label": "Download the generated image from ComfyUI.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Download the generated image from ComfyUI.", "community": 48, "community_name": "Community 48", "source_file": "servers/fastapi/services/image_generation_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_icon_finder_service_iconfinderservice", "label": "IconFinderService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IconFinderService", "community": 165, "community_name": "Community 165", "source_file": "servers/fastapi/services/icon_finder_service.py", "file_type": "code", "degree": 3}, {"id": "services_icon_finder_service_iconfinderservice_init", "label": ".__init__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 165, "community_name": "Community 165", "source_file": "servers/fastapi/services/icon_finder_service.py", "file_type": "code", "degree": 2}, {"id": "services_icon_finder_service_iconfinderservice_initialize_icons_collection", "label": "._initialize_icons_collection()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._initialize_icons_collection()", "community": 165, "community_name": "Community 165", "source_file": "servers/fastapi/services/icon_finder_service.py", "file_type": "code", "degree": 2}, {"id": "services_icon_finder_service_iconfinderservice_search_icons", "label": ".search_icons()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".search_icons()", "community": 165, "community_name": "Community 165", "source_file": "servers/fastapi/services/icon_finder_service.py", "file_type": "code", "degree": 1}, {"id": "servers_fastapi_services_llm_client_py", "label": "llm_client.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "llm_client.py", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 1}, {"id": "services_llm_client_llmclient", "label": "LLMClient", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "LLMClient", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 63}, {"id": "services_llm_client_llmclient_init", "label": ".__init__()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 4}, {"id": "services_llm_client_llmclient_use_tool_calls_for_structured_output", "label": ".use_tool_calls_for_structured_output()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".use_tool_calls_for_structured_output()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 5}, {"id": "services_llm_client_llmclient_enable_web_grounding", "label": ".enable_web_grounding()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".enable_web_grounding()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_disable_thinking", "label": ".disable_thinking()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".disable_thinking()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 7}, {"id": "services_llm_client_llmclient_get_client", "label": "._get_client()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_client()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 7}, {"id": "services_llm_client_llmclient_get_openai_client", "label": "._get_openai_client()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_openai_client()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_get_google_client", "label": "._get_google_client()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_google_client()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_get_anthropic_client", "label": "._get_anthropic_client()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_anthropic_client()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_get_ollama_client", "label": "._get_ollama_client()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_ollama_client()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_get_custom_client", "label": "._get_custom_client()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_client()", "community": 24, "community_name": "Community 24", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 4}, {"id": "services_llm_client_llmclient_get_system_prompt", "label": "._get_system_prompt()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_system_prompt()", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 9}, {"id": "services_llm_client_llmclient_get_google_messages", "label": "._get_google_messages()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_google_messages()", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 5}, {"id": "services_llm_client_llmclient_get_anthropic_messages", "label": "._get_anthropic_messages()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_anthropic_messages()", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 5}, {"id": "services_llm_client_llmclient_generate_openai", "label": "._generate_openai()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_openai()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 6}, {"id": "services_llm_client_llmclient_generate_google", "label": "._generate_google()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_google()", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 6}, {"id": "services_llm_client_llmclient_generate_anthropic", "label": "._generate_anthropic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_anthropic()", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 7}, {"id": "services_llm_client_llmclient_generate_ollama", "label": "._generate_ollama()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_ollama()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_generate_custom", "label": "._generate_custom()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_custom()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 4}, {"id": "services_llm_client_llmclient_generate", "label": ".generate()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 6}, {"id": "services_llm_client_llmclient_generate_openai_structured", "label": "._generate_openai_structured()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_openai_structured()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 9}, {"id": "services_llm_client_llmclient_generate_google_structured", "label": "._generate_google_structured()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_google_structured()", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 8}, {"id": "services_llm_client_llmclient_generate_anthropic_structured", "label": "._generate_anthropic_structured()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_anthropic_structured()", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 7}, {"id": "services_llm_client_llmclient_generate_ollama_structured", "label": "._generate_ollama_structured()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_ollama_structured()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_generate_custom_structured", "label": "._generate_custom_structured()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_custom_structured()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 4}, {"id": "services_llm_client_llmclient_generate_structured", "label": ".generate_structured()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_structured()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 6}, {"id": "services_llm_client_llmclient_stream_openai", "label": "._stream_openai()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_openai()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 6}, {"id": "services_llm_client_llmclient_stream_google", "label": "._stream_google()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_google()", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 7}, {"id": "services_llm_client_llmclient_stream_anthropic", "label": "._stream_anthropic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_anthropic()", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 7}, {"id": "services_llm_client_llmclient_stream_ollama", "label": "._stream_ollama()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_ollama()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_stream_custom", "label": "._stream_custom()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_custom()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 4}, {"id": "services_llm_client_llmclient_stream", "label": ".stream()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".stream()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 7}, {"id": "services_llm_client_llmclient_stream_openai_structured", "label": "._stream_openai_structured()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_openai_structured()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 9}, {"id": "services_llm_client_llmclient_stream_google_structured", "label": "._stream_google_structured()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_google_structured()", "community": 74, "community_name": "Community 74", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 9}, {"id": "services_llm_client_llmclient_stream_anthropic_structured", "label": "._stream_anthropic_structured()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_anthropic_structured()", "community": 64, "community_name": "Community 64", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 8}, {"id": "services_llm_client_llmclient_stream_ollama_structured", "label": "._stream_ollama_structured()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_ollama_structured()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 3}, {"id": "services_llm_client_llmclient_stream_custom_structured", "label": "._stream_custom_structured()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._stream_custom_structured()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 4}, {"id": "services_llm_client_llmclient_stream_structured", "label": ".stream_structured()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".stream_structured()", "community": 28, "community_name": "Community 28", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 6}, {"id": "services_llm_client_llmclient_search_openai", "label": "._search_openai()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._search_openai()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 2}, {"id": "services_llm_client_llmclient_search_google", "label": "._search_google()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._search_google()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 2}, {"id": "services_llm_client_llmclient_search_anthropic", "label": "._search_anthropic()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._search_anthropic()", "community": 81, "community_name": "Community 81", "source_file": "servers/fastapi/services/llm_client.py", "file_type": "code", "degree": 2}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_init", "label": ".__init__()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 2}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_get_sub_element", "label": ".get_sub_element()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_sub_element()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_fetch_network_assets", "label": ".fetch_network_assets()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetch_network_assets()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_create_ppt", "label": ".create_ppt()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_ppt()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_set_presentation_theme", "label": ".set_presentation_theme()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_presentation_theme()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 1}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_add_and_populate_slide", "label": ".add_and_populate_slide()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_and_populate_slide()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 7}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_add_connector", "label": ".add_connector()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_connector()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "label": ".add_picture()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_picture()", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 10}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "label": ".add_autoshape()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_autoshape()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 9}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_add_textbox", "label": ".add_textbox()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_textbox()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 5}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_add_paragraphs", "label": ".add_paragraphs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_paragraphs()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 4}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_populate_paragraph", "label": ".populate_paragraph()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".populate_paragraph()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 6}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_parse_html_text_to_text_runs", "label": ".parse_html_text_to_text_runs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_html_text_to_text_runs()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 2}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_populate_text_run", "label": ".populate_text_run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".populate_text_run()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_border_radius_to_shape", "label": ".apply_border_radius_to_shape()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_border_radius_to_shape()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 2}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_fill_to_shape", "label": ".apply_fill_to_shape()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_fill_to_shape()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 5}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_stroke_to_shape", "label": ".apply_stroke_to_shape()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_stroke_to_shape()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_shadow_to_shape", "label": ".apply_shadow_to_shape()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_shadow_to_shape()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 2}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_set_fill_opacity", "label": ".set_fill_opacity()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_fill_opacity()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 5}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_get_margined_position", "label": ".get_margined_position()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_margined_position()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_margin_to_text_box", "label": ".apply_margin_to_text_box()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_margin_to_text_box()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_spacing_to_paragraph", "label": ".apply_spacing_to_paragraph()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_spacing_to_paragraph()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 2}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font_to_paragraph", "label": ".apply_font_to_paragraph()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_font_to_paragraph()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 3}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font", "label": ".apply_font()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_font()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 4}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_apply_strike_to_font", "label": ".apply_strike_to_font()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_strike_to_font()", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 2}, {"id": "services_pptx_presentation_creator_pptxpresentationcreator_save", "label": ".save()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".save()", "community": 92, "community_name": "Community 92", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "code", "degree": 2}, {"id": "services_pptx_presentation_creator_rationale_63", "label": "Helper method to create XML elements", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper method to create XML elements", "community": 27, "community_name": "Community 27", "source_file": "servers/fastapi/services/pptx_presentation_creator.py", "file_type": "rationale", "degree": 1}, {"id": "servers_fastapi_services_llm_tool_calls_handler_py", "label": "llm_tool_calls_handler.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "llm_tool_calls_handler.py", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 25}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_init", "label": ".__init__()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 1}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_get_tool_handler", "label": ".get_tool_handler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_tool_handler()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 4}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tools", "label": ".parse_tools()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_tools()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 1}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool", "label": ".parse_tool()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_tool()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 4}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_openai", "label": ".parse_tool_openai()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_tool_openai()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 5}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_google", "label": ".parse_tool_google()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_tool_google()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 5}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_anthropic", "label": ".parse_tool_anthropic()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_tool_anthropic()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 3}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_openai", "label": ".handle_tool_calls_openai()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_tool_calls_openai()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 3}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_google", "label": ".handle_tool_calls_google()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_tool_calls_google()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 3}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_anthropic", "label": ".handle_tool_calls_anthropic()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_tool_calls_anthropic()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 3}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_search_web_tool_call_handler", "label": ".search_web_tool_call_handler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".search_web_tool_call_handler()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 2}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_search_web_tool_call_handler_anthropic", "label": ".search_web_tool_call_handler_anthropic()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".search_web_tool_call_handler_anthropic()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 2}, {"id": "services_llm_tool_calls_handler_llmtoolcallshandler_get_current_datetime_tool_call_handler", "label": ".get_current_datetime_tool_call_handler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_current_datetime_tool_call_handler()", "community": 42, "community_name": "Community 42", "source_file": "servers/fastapi/services/llm_tool_calls_handler.py", "file_type": "code", "degree": 1}, {"id": "services_documents_loader_documentsloader_init", "label": ".__init__()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 2}, {"id": "services_documents_loader_documents", "label": "documents()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "documents()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 1}, {"id": "services_documents_loader_images", "label": "images()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "images()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 1}, {"id": "services_documents_loader_documentsloader_load_documents", "label": ".load_documents()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_documents()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 6}, {"id": "services_documents_loader_documentsloader_load_pdf", "label": ".load_pdf()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_pdf()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 3}, {"id": "services_documents_loader_documentsloader_load_text", "label": ".load_text()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_text()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 2}, {"id": "services_documents_loader_documentsloader_load_msword", "label": ".load_msword()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_msword()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 2}, {"id": "services_documents_loader_documentsloader_load_powerpoint", "label": ".load_powerpoint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_powerpoint()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 2}, {"id": "services_documents_loader_get_page_images_from_pdf", "label": "get_page_images_from_pdf()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_page_images_from_pdf()", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "code", "degree": 2}, {"id": "services_documents_loader_rationale_40", "label": "If load_images is True, temp_dir must be provided", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "If load_images is True, temp_dir must be provided", "community": 12, "community_name": "Community 12", "source_file": "servers/fastapi/services/documents_loader.py", "file_type": "rationale", "degree": 1}, {"id": "servers_nextjs_postcss_config_mjs", "label": "postcss.config.mjs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "postcss.config.mjs", "community": 272, "community_name": "Community 272", "source_file": "servers/nextjs/postcss.config.mjs", "file_type": "code", "degree": 1}, {"id": "nextjs_postcss_config_config", "label": "config", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 272, "community_name": "Community 272", "source_file": "servers/nextjs/postcss.config.mjs", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_next_env_d_ts", "label": "next-env.d.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "next-env.d.ts", "community": 333, "community_name": "Community 333", "source_file": "servers/nextjs/next-env.d.ts", "file_type": "code", "degree": 0}, {"id": "servers_nextjs_tailwind_config_ts", "label": "tailwind.config.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind.config.ts", "community": 273, "community_name": "Community 273", "source_file": "servers/nextjs/tailwind.config.ts", "file_type": "code", "degree": 1}, {"id": "nextjs_tailwind_config_config", "label": "config", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 273, "community_name": "Community 273", "source_file": "servers/nextjs/tailwind.config.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_package_json", "label": "package.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "package.json", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 9}, {"id": "nextjs_package_name", "label": "name", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "name", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_version", "label": "version", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "version", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_private", "label": "private", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "private", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_type", "label": "type", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "type", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_scripts", "label": "scripts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "scripts", "community": 141, "community_name": "Community 141", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 5}, {"id": "nextjs_package_scripts_dev", "label": "dev", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dev", "community": 141, "community_name": "Community 141", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_scripts_build", "label": "build", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "build", "community": 141, "community_name": "Community 141", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_scripts_start", "label": "start", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "start", "community": 141, "community_name": "Community 141", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_scripts_lint", "label": "lint", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lint", "community": 141, "community_name": "Community 141", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies", "label": "dependencies", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "dependencies", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 54}, {"id": "nextjs_package_dependencies_babel_standalone", "label": "@babel/standalone", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@babel/standalone", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_dnd_kit_core", "label": "@dnd-kit/core", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@dnd-kit/core", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_dnd_kit_sortable", "label": "@dnd-kit/sortable", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@dnd-kit/sortable", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_dnd_kit_utilities", "label": "@dnd-kit/utilities", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@dnd-kit/utilities", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_paciolan_remote_component", "label": "@paciolan/remote-component", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@paciolan/remote-component", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_accordion", "label": "@radix-ui/react-accordion", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-accordion", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_avatar", "label": "@radix-ui/react-avatar", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-avatar", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_dialog", "label": "@radix-ui/react-dialog", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-dialog", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_dropdown_menu", "label": "@radix-ui/react-dropdown-menu", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-dropdown-menu", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_icons", "label": "@radix-ui/react-icons", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-icons", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_label", "label": "@radix-ui/react-label", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-label", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_popover", "label": "@radix-ui/react-popover", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-popover", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_progress", "label": "@radix-ui/react-progress", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-progress", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_radio_group", "label": "@radix-ui/react-radio-group", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-radio-group", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_scroll_area", "label": "@radix-ui/react-scroll-area", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-scroll-area", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_select", "label": "@radix-ui/react-select", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-select", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_separator", "label": "@radix-ui/react-separator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-separator", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_slider", "label": "@radix-ui/react-slider", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-slider", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_slot", "label": "@radix-ui/react-slot", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-slot", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_switch", "label": "@radix-ui/react-switch", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-switch", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_tabs", "label": "@radix-ui/react-tabs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-tabs", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_toast", "label": "@radix-ui/react-toast", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-toast", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_radix_ui_react_tooltip", "label": "@radix-ui/react-tooltip", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-tooltip", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_reduxjs_toolkit", "label": "@reduxjs/toolkit", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@reduxjs/toolkit", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_tailwindcss_typography", "label": "@tailwindcss/typography", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@tailwindcss/typography", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_tiptap_extension_underline", "label": "@tiptap/extension-underline", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@tiptap/extension-underline", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_tiptap_react", "label": "@tiptap/react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@tiptap/react", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_tiptap_starter_kit", "label": "@tiptap/starter-kit", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@tiptap/starter-kit", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_class_variance_authority", "label": "class-variance-authority", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "class-variance-authority", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_clsx", "label": "clsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clsx", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 2}, {"id": "nextjs_package_dependencies_cmdk", "label": "cmdk", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cmdk", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_html2canvas", "label": "html2canvas", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "html2canvas", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_jsonrepair", "label": "jsonrepair", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jsonrepair", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_lucide_react", "label": "lucide-react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lucide-react", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_marked", "label": "marked", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "marked", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_mermaid", "label": "mermaid", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mermaid", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_mixpanel_browser", "label": "mixpanel-browser", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mixpanel-browser", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_next", "label": "next", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next", "community": 47, "community_name": "Community 47", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 2}, {"id": "nextjs_package_dependencies_next_themes", "label": "next-themes", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next-themes", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_prismjs", "label": "prismjs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prismjs", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_puppeteer", "label": "puppeteer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "puppeteer", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_react", "label": "react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_react_dom", "label": "react-dom", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react-dom", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_react_redux", "label": "react-redux", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react-redux", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_react_simple_code_editor", "label": "react-simple-code-editor", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react-simple-code-editor", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_recharts", "label": "recharts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "recharts", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_sharp", "label": "sharp", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sharp", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 2}, {"id": "nextjs_package_dependencies_sonner", "label": "sonner", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sonner", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_tailwind_merge", "label": "tailwind-merge", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind-merge", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_tailwindcss_animate", "label": "tailwindcss-animate", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwindcss-animate", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_tiptap_markdown", "label": "tiptap-markdown", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tiptap-markdown", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_uuid", "label": "uuid", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "uuid", "community": 11, "community_name": "Community 11", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_dependencies_zod", "label": "zod", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "zod", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 2}, {"id": "nextjs_package_devdependencies", "label": "devDependencies", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "devDependencies", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 12}, {"id": "nextjs_package_devdependencies_types_babel_standalone", "label": "@types/babel__standalone", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/babel__standalone", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_types_node", "label": "@types/node", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/node", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_types_prismjs", "label": "@types/prismjs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/prismjs", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_types_puppeteer", "label": "@types/puppeteer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/puppeteer", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_types_react", "label": "@types/react", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/react", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_types_uuid", "label": "@types/uuid", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/uuid", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_types_ws", "label": "@types/ws", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/ws", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_cypress", "label": "cypress", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cypress", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_esbuild", "label": "esbuild", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "esbuild", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_devdependencies_typescript", "label": "typescript", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "typescript", "community": 76, "community_name": "Community 76", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_overrides", "label": "overrides", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "overrides", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 2}, {"id": "nextjs_package_overrides_brace_expansion", "label": "brace-expansion", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "brace-expansion", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 1}, {"id": "nextjs_package_peerdependencies", "label": "peerDependencies", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "peerDependencies", "community": 95, "community_name": "Community 95", "source_file": "servers/nextjs/package.json", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_components_json", "label": "components.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "components.json", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 6}, {"id": "nextjs_components_schema", "label": "$schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "$schema", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_style", "label": "style", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "style", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_rsc", "label": "rsc", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rsc", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_tsx", "label": "tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tsx", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_tailwind", "label": "tailwind", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 6}, {"id": "nextjs_components_tailwind_config", "label": "config", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_tailwind_css", "label": "css", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "css", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_tailwind_basecolor", "label": "baseColor", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "baseColor", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_tailwind_cssvariables", "label": "cssVariables", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cssVariables", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_tailwind_prefix", "label": "prefix", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prefix", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_aliases", "label": "aliases", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "aliases", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 6}, {"id": "nextjs_components_aliases_components", "label": "components", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "components", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_aliases_utils", "label": "utils", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "utils", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_aliases_ui", "label": "ui", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ui", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_aliases_lib", "label": "lib", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lib", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "nextjs_components_aliases_hooks", "label": "hooks", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hooks", "community": 49, "community_name": "Community 49", "source_file": "servers/nextjs/components.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_tsconfig_json", "label": "tsconfig.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tsconfig.json", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 3}, {"id": "nextjs_tsconfig_compileroptions", "label": "compilerOptions", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "compilerOptions", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 17}, {"id": "nextjs_tsconfig_compileroptions_target", "label": "target", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "target", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_lib", "label": "lib", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lib", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_allowjs", "label": "allowJs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "allowJs", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_skiplibcheck", "label": "skipLibCheck", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "skipLibCheck", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_strict", "label": "strict", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "strict", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_forceconsistentcasinginfilenames", "label": "forceConsistentCasingInFileNames", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "forceConsistentCasingInFileNames", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_noemit", "label": "noEmit", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "noEmit", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_esmoduleinterop", "label": "esModuleInterop", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "esModuleInterop", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_module", "label": "module", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "module", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_moduleresolution", "label": "moduleResolution", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "moduleResolution", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_resolvejsonmodule", "label": "resolveJsonModule", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resolveJsonModule", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_isolatedmodules", "label": "isolatedModules", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isolatedModules", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_jsx", "label": "jsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jsx", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_incremental", "label": "incremental", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "incremental", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_plugins", "label": "plugins", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "plugins", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_compileroptions_paths", "label": "paths", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "paths", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 2}, {"id": "nextjs_tsconfig_paths", "label": "@/*", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@/*", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_include", "label": "include", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "include", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "nextjs_tsconfig_exclude", "label": "exclude", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "exclude", "community": 39, "community_name": "Community 39", "source_file": "servers/nextjs/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_cypress_config_ts", "label": "cypress.config.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "cypress.config.ts", "community": 334, "community_name": "Community 334", "source_file": "servers/nextjs/cypress.config.ts", "file_type": "code", "degree": 0}, {"id": "types_llm_config_llmconfig", "label": "LLMConfig", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMConfig", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/types/llm_config.ts", "file_type": "code", "degree": 8}, {"id": "types_presentation_generaterequestbody", "label": "GenerateRequestBody", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GenerateRequestBody", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/types/presentation.ts", "file_type": "code", "degree": 1}, {"id": "types_presentation_slidedata", "label": "SlideData", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/types/presentation.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_types_global_d_ts", "label": "global.d.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "global.d.ts", "community": 186, "community_name": "Community 186", "source_file": "servers/nextjs/types/global.d.ts", "file_type": "code", "degree": 2}, {"id": "types_global_d_shapeprops", "label": "ShapeProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ShapeProps", "community": 186, "community_name": "Community 186", "source_file": "servers/nextjs/types/global.d.ts", "file_type": "code", "degree": 1}, {"id": "types_global_d_textframeprops", "label": "TextFrameProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TextFrameProps", "community": 186, "community_name": "Community 186", "source_file": "servers/nextjs/types/global.d.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_types_pptx_models_ts", "label": "pptx_models.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pptx_models.ts", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 29}, {"id": "types_pptx_models_pptxboxshapeenum", "label": "PptxBoxShapeEnum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxBoxShapeEnum", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxobjectfitenum", "label": "PptxObjectFitEnum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxObjectFitEnum", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxalignment", "label": "PptxAlignment", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxAlignment", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxshapetype", "label": "PptxShapeType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxShapeType", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxconnectortype", "label": "PptxConnectorType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxConnectorType", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxspacingmodel", "label": "PptxSpacingModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxSpacingModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 1}, {"id": "types_pptx_models_pptxpositionmodel", "label": "PptxPositionModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxPositionModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxfontmodel", "label": "PptxFontModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxFontModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxfillmodel", "label": "PptxFillModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxFillModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxstrokemodel", "label": "PptxStrokeModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxStrokeModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxshadowmodel", "label": "PptxShadowModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxShadowModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxtextrunmodel", "label": "PptxTextRunModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxTextRunModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 1}, {"id": "types_pptx_models_pptxparagraphmodel", "label": "PptxParagraphModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxParagraphModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxobjectfitmodel", "label": "PptxObjectFitModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxObjectFitModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxpicturemodel", "label": "PptxPictureModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxPictureModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxshapemodel", "label": "PptxShapeModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxShapeModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 1}, {"id": "types_pptx_models_pptxtextboxmodel", "label": "PptxTextBoxModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxTextBoxModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxautoshapeboxmodel", "label": "PptxAutoShapeBoxModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxAutoShapeBoxModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxpictureboxmodel", "label": "PptxPictureBoxModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxPictureBoxModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxconnectormodel", "label": "PptxConnectorModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxConnectorModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxslidemodel", "label": "PptxSlideModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxSlideModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 2}, {"id": "types_pptx_models_pptxpresentationmodel", "label": "PptxPresentationModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PptxPresentationModel", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 3}, {"id": "types_pptx_models_createpptxspacingall", "label": "createPptxSpacingAll()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createPptxSpacingAll()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 1}, {"id": "types_pptx_models_createpptxpositionfortextbox", "label": "createPptxPositionForTextbox()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createPptxPositionForTextbox()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 1}, {"id": "types_pptx_models_positiontoptlist", "label": "positionToPtList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "positionToPtList()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 1}, {"id": "types_pptx_models_positiontoptxyxy", "label": "positionToPtXyxy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "positionToPtXyxy()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/pptx_models.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_types_element_attibutes_ts", "label": "element_attibutes.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "element_attibutes.ts", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/element_attibutes.ts", "file_type": "code", "degree": 4}, {"id": "types_element_attibutes_elementattributes", "label": "ElementAttributes", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ElementAttributes", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/element_attibutes.ts", "file_type": "code", "degree": 3}, {"id": "types_element_attibutes_slideattributesresult", "label": "SlideAttributesResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideAttributesResult", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/types/element_attibutes.ts", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_cypress_support_commands_ts", "label": "commands.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "commands.ts", "community": 9, "community_name": "Community 9", "source_file": "servers/nextjs/cypress/support/commands.ts", "file_type": "code", "degree": 1}, {"id": "support_component_chainable", "label": "Chainable", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chainable", "community": 9, "community_name": "Community 9", "source_file": "servers/nextjs/cypress/support/component.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_cypress_fixtures_example_json", "label": "example.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "example.json", "community": 164, "community_name": "Community 164", "source_file": "servers/nextjs/cypress/fixtures/example.json", "file_type": "code", "degree": 3}, {"id": "fixtures_example_name", "label": "name", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "name", "community": 164, "community_name": "Community 164", "source_file": "servers/nextjs/cypress/fixtures/example.json", "file_type": "code", "degree": 1}, {"id": "fixtures_example_email", "label": "email", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "email", "community": 164, "community_name": "Community 164", "source_file": "servers/nextjs/cypress/fixtures/example.json", "file_type": "code", "degree": 1}, {"id": "fixtures_example_body", "label": "body", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "body", "community": 164, "community_name": "Community 164", "source_file": "servers/nextjs/cypress/fixtures/example.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_mixpanelinitializer_tsx", "label": "MixpanelInitializer.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "MixpanelInitializer.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/MixpanelInitializer.tsx", "file_type": "code", "degree": 5}, {"id": "servers_nextjs_app_layout_tsx", "label": "layout.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "layout.tsx", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/app/layout.tsx", "file_type": "code", "degree": 9}, {"id": "app_layout_inter", "label": "inter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "inter", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "app_layout_instrument_sans", "label": "instrument_sans", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "instrument_sans", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "app_layout_roboto", "label": "roboto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "roboto", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "app_layout_metadata", "label": "metadata", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "metadata", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "app_layout_rootlayout", "label": "RootLayout()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RootLayout()", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_loading_tsx", "label": "loading.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loading.tsx", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/loading.tsx", "file_type": "code", "degree": 3}, {"id": "app_loading_loading", "label": "loading()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loading()", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/loading.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_page_tsx", "label": "page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/app/page.tsx", "file_type": "code", "degree": 2}, {"id": "app_page_page", "label": "page()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/app/page.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_not_found_tsx", "label": "not-found.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "not-found.tsx", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/not-found.tsx", "file_type": "code", "degree": 3}, {"id": "app_not_found_notfound", "label": "NotFound()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NotFound()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/not-found.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_configurationinitializer_tsx", "label": "ConfigurationInitializer.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfigurationInitializer.tsx", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/app/ConfigurationInitializer.tsx", "file_type": "code", "degree": 7}, {"id": "app_providers_providers", "label": "Providers()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Providers()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/providers.tsx", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_generator_layout_tsx", "label": "layout.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "layout.tsx", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/app/(presentation-generator)/layout.tsx", "file_type": "code", "degree": 2}, {"id": "presentation_generator_layout_layout", "label": "layout()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "layout()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/app/(presentation-generator)/layout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "label": "page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/page.tsx", "file_type": "code", "degree": 18}, {"id": "custom_template_page_customtemplatepage", "label": "CustomTemplatePage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTemplatePage()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/page.tsx", "file_type": "code", "degree": 11}, {"id": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "index.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 21}, {"id": "types_index_slidedata", "label": "SlideData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 2}, {"id": "types_index_uploadedfont", "label": "UploadedFont", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadedFont", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 3}, {"id": "types_index_processedslide", "label": "ProcessedSlide", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessedSlide", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 8}, {"id": "types_index_fontdata", "label": "FontData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FontData", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 4}, {"id": "types_index_eachslideprops", "label": "EachSlideProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EachSlideProps", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 2}, {"id": "types_index_drawingcanvasprops", "label": "DrawingCanvasProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DrawingCanvasProps", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_editcontrolsprops", "label": "EditControlsProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EditControlsProps", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 2}, {"id": "types_index_slideactionsprops", "label": "SlideActionsProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideActionsProps", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 2}, {"id": "types_index_slidecontentdisplayprops", "label": "SlideContentDisplayProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideContentDisplayProps", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 4}, {"id": "types_index_htmleditorprops", "label": "HtmlEditorProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HtmlEditorProps", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/types/index.ts", "file_type": "code", "degree": 1}, {"id": "components_savelayoutbutton_savelayoutbutton", "label": "SaveLayoutButton()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveLayoutButton()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/SaveLayoutButton.tsx", "file_type": "code", "degree": 3}, {"id": "components_fontmanager_uploadedfont", "label": "UploadedFont", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadedFont", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/FontManager.tsx", "file_type": "code", "degree": 1}, {"id": "components_fontmanager_fontdata", "label": "FontData", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FontData", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/FontManager.tsx", "file_type": "code", "degree": 1}, {"id": "components_fontmanager_fontmanagerprops", "label": "FontManagerProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FontManagerProps", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/FontManager.tsx", "file_type": "code", "degree": 1}, {"id": "components_fontmanager_fontmanager", "label": "FontManager()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FontManager()", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/FontManager.tsx", "file_type": "code", "degree": 11}, {"id": "components_savelayoutmodal_savelayoutmodal", "label": "SaveLayoutModal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveLayoutModal()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/SaveLayoutModal.tsx", "file_type": "code", "degree": 15}, {"id": "components_loadingspinner_loadingspinner", "label": "LoadingSpinner()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadingSpinner()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/LoadingSpinner.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_custom_template_components_timer_tsx", "label": "Timer.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Timer.tsx", "community": 185, "community_name": "Community 185", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/Timer.tsx", "file_type": "code", "degree": 4}, {"id": "components_timer_timerprops", "label": "TimerProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TimerProps", "community": 185, "community_name": "Community 185", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/Timer.tsx", "file_type": "code", "degree": 1}, {"id": "components_timer_timer", "label": "Timer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Timer()", "community": 185, "community_name": "Community 185", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/Timer.tsx", "file_type": "code", "degree": 1}, {"id": "components_apikeywarning_apikeywarning", "label": "APIKeyWarning()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "APIKeyWarning()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/APIKeyWarning.tsx", "file_type": "code", "degree": 2}, {"id": "components_fileuploadsection_fileuploadsection", "label": "FileUploadSection()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FileUploadSection()", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/FileUploadSection.tsx", "file_type": "code", "degree": 14}, {"id": "eachslide_htmleditor_htmleditorprops", "label": "HtmlEditorProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HtmlEditorProps", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/EachSlide/HtmlEditor.tsx", "file_type": "code", "degree": 1}, {"id": "eachslide_htmleditor_htmleditor", "label": "HtmlEditor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "HtmlEditor()", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/EachSlide/HtmlEditor.tsx", "file_type": "code", "degree": 11}, {"id": "eachslide_editcontrols_editcontrols", "label": "EditControls()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "EditControls()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/EachSlide/EditControls.tsx", "file_type": "code", "degree": 7}, {"id": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "label": "NewEachSlide.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NewEachSlide.tsx", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/EachSlide/NewEachSlide.tsx", "file_type": "code", "degree": 16}, {"id": "eachslide_neweachslide_eachslide", "label": "EachSlide()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EachSlide()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/EachSlide/NewEachSlide.tsx", "file_type": "code", "degree": 4}, {"id": "eachslide_slideactions_slideactions", "label": "SlideActions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideActions()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/components/EachSlide/SlideActions.tsx", "file_type": "code", "degree": 4}, {"id": "hooks_useslideprocessing_useslideprocessing", "label": "useSlideProcessing()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "useSlideProcessing()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useSlideProcessing.ts", "file_type": "code", "degree": 8}, {"id": "hooks_usedrawingcanvas_usedrawingcanvas", "label": "useDrawingCanvas()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useDrawingCanvas()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useDrawingCanvas.ts", "file_type": "code", "degree": 2}, {"id": "hooks_usefileupload_usefileupload", "label": "useFileUpload()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useFileUpload()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useFileUpload.ts", "file_type": "code", "degree": 2}, {"id": "hooks_useapikeycheck_useapikeycheck", "label": "useAPIKeyCheck()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useAPIKeyCheck()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useAPIKeyCheck.ts", "file_type": "code", "degree": 2}, {"id": "hooks_usefontmanagement_usefontmanagement", "label": "useFontManagement()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "useFontManagement()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useFontManagement.ts", "file_type": "code", "degree": 5}, {"id": "hooks_usehtmledit_usehtmledit", "label": "useHtmlEdit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "useHtmlEdit()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useHtmlEdit.ts", "file_type": "code", "degree": 4}, {"id": "hooks_usecustomlayout_usecustomlayout", "label": "useCustomLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "useCustomLayout()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useCustomLayout.ts", "file_type": "code", "degree": 4}, {"id": "hooks_uselayoutsaving_uselayoutsaving", "label": "useLayoutSaving()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "useLayoutSaving()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useLayoutSaving.ts", "file_type": "code", "degree": 8}, {"id": "hooks_useslideedit_useslideedit", "label": "useSlideEdit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "useSlideEdit()", "community": 32, "community_name": "Community 32", "source_file": "servers/nextjs/app/(presentation-generator)/custom-template/hooks/useSlideEdit.ts", "file_type": "code", "degree": 4}, {"id": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "label": "SettingPage.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SettingPage.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/settings/SettingPage.tsx", "file_type": "code", "degree": 16}, {"id": "settings_settingpage_buttonstate", "label": "ButtonState", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ButtonState", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/settings/SettingPage.tsx", "file_type": "code", "degree": 1}, {"id": "settings_settingpage_settingspage", "label": "SettingsPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SettingsPage()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/settings/SettingPage.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_settings_loading_tsx", "label": "loading.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loading.tsx", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/settings/loading.tsx", "file_type": "code", "degree": 3}, {"id": "settings_loading_loadingprofile", "label": "LoadingProfile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadingProfile()", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/settings/loading.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_settings_page_tsx", "label": "page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/settings/page.tsx", "file_type": "code", "degree": 3}, {"id": "settings_page_metadata", "label": "metadata", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "metadata", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/settings/page.tsx", "file_type": "code", "degree": 1}, {"id": "settings_page_page", "label": "page()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/settings/page.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_types_slide_ts", "label": "slide.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "slide.ts", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/types/slide.ts", "file_type": "code", "degree": 9}, {"id": "types_slide_texttype", "label": "TextType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TextType", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/types/slide.ts", "file_type": "code", "degree": 1}, {"id": "types_slide_textsize", "label": "TextSize", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TextSize", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/types/slide.ts", "file_type": "code", "degree": 1}, {"id": "types_slide_slidecontent", "label": "SlideContent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideContent", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/types/slide.ts", "file_type": "code", "degree": 5}, {"id": "types_slide_slide", "label": "Slide", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Slide", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/types/slide.ts", "file_type": "code", "degree": 6}, {"id": "servers_nextjs_app_presentation_generator_pdf_maker_page_tsx", "label": "page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/pdf-maker/page.tsx", "file_type": "code", "degree": 4}, {"id": "pdf_maker_page_page", "label": "page()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/pdf-maker/page.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "label": "PdfMakerPage.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PdfMakerPage.tsx", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx", "file_type": "code", "degree": 14}, {"id": "servers_nextjs_app_presentation_generator_utils_others_ts", "label": "others.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "others.ts", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/(presentation-generator)/utils/others.ts", "file_type": "code", "degree": 9}, {"id": "utils_others_geticonfromfile", "label": "getIconFromFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getIconFromFile()", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/(presentation-generator)/utils/others.ts", "file_type": "code", "degree": 2}, {"id": "utils_others_isdarkcolor", "label": "isDarkColor()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isDarkColor()", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/(presentation-generator)/utils/others.ts", "file_type": "code", "degree": 1}, {"id": "utils_others_removeuuid", "label": "removeUUID()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "removeUUID()", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/(presentation-generator)/utils/others.ts", "file_type": "code", "degree": 1}, {"id": "utils_others_sanitizefilename", "label": "sanitizeFilename()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sanitizeFilename()", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/(presentation-generator)/utils/others.ts", "file_type": "code", "degree": 5}, {"id": "utils_others_getstaticfileurl", "label": "getStaticFileUrl()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getStaticFileUrl()", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/(presentation-generator)/utils/others.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_dashboard_types_ts", "label": "types.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "types.ts", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/types.ts", "file_type": "code", "degree": 3}, {"id": "dashboard_types_presentation", "label": "Presentation", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Presentation", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/types.ts", "file_type": "code", "degree": 41}, {"id": "dashboard_types_presentationfilter", "label": "PresentationFilter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationFilter", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/types.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_dashboard_loading_tsx", "label": "loading.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "loading.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/loading.tsx", "file_type": "code", "degree": 4}, {"id": "dashboard_loading_loading", "label": "loading()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loading()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/loading.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_dashboard_page_tsx", "label": "page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/page.tsx", "file_type": "code", "degree": 2}, {"id": "dashboard_page_page", "label": "page()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/page.tsx", "file_type": "code", "degree": 1}, {"id": "components_presentationgrid_presentationgridprops", "label": "PresentationGridProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationGridProps", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/components/PresentationGrid.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "Header.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Header.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/components/Header.tsx", "file_type": "code", "degree": 19}, {"id": "components_header_header", "label": "Header()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Header()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/components/Header.tsx", "file_type": "code", "degree": 4}, {"id": "components_presentationlistitem_presentationlistitem", "label": "PresentationListItem()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationListItem()", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/components/PresentationListItem.tsx", "file_type": "code", "degree": 5}, {"id": "components_emptystate_emptystate", "label": "EmptyState()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmptyState()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/components/EmptyState.tsx", "file_type": "code", "degree": 4}, {"id": "components_dashboardpage_dashboardpage", "label": "DashboardPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardPage()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/dashboard/components/DashboardPage.tsx", "file_type": "code", "degree": 6}, {"id": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "label": "page.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/page.tsx", "file_type": "code", "degree": 15}, {"id": "template_preview_page_customtemplatecard", "label": "CustomTemplateCard()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTemplateCard()", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/page.tsx", "file_type": "code", "degree": 11}, {"id": "template_preview_page_layoutpreview", "label": "LayoutPreview()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutPreview()", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/page.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "label": "index.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/types/index.ts", "file_type": "code", "degree": 8}, {"id": "types_index_layoutinfo", "label": "LayoutInfo", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutInfo", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_templatesetting", "label": "TemplateSetting", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateSetting", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/types/index.ts", "file_type": "code", "degree": 2}, {"id": "types_index_templateresponse", "label": "TemplateResponse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateResponse", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_loadingstate", "label": "LoadingState", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadingState", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/types/index.ts", "file_type": "code", "degree": 8}, {"id": "types_index_navigationstate", "label": "NavigationState", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NavigationState", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_loadingstatetype", "label": "LoadingStateType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadingStateType", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_componentprops", "label": "ComponentProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ComponentProps", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/types/index.ts", "file_type": "code", "degree": 1}, {"id": "components_loadingstates_layoutgridskeleton", "label": "LayoutGridSkeleton()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutGridSkeleton()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/components/LoadingStates.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "label": "page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/[slug]/page.tsx", "file_type": "code", "degree": 16}, {"id": "slug_page_grouplayoutpreview", "label": "GroupLayoutPreview()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GroupLayoutPreview()", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/[slug]/page.tsx", "file_type": "code", "degree": 3}, {"id": "hooks_usetemplatelayoutsautosave_layoutpayload", "label": "LayoutPayload", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutPayload", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/[slug]/hooks/useTemplateLayoutsAutoSave.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usetemplatelayoutsautosave_savestatus", "label": "SaveStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveStatus", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/[slug]/hooks/useTemplateLayoutsAutoSave.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "label": "useTemplateLayoutsAutoSave()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "useTemplateLayoutsAutoSave()", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/template-preview/[slug]/hooks/useTemplateLayoutsAutoSave.ts", "file_type": "code", "degree": 8}, {"id": "components_markdowneditor_markdowneditor", "label": "MarkdownEditor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MarkdownEditor()", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/components/MarkdownEditor.tsx", "file_type": "code", "degree": 1}, {"id": "components_v1contentrender_v1contentrender", "label": "V1ContentRender()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "V1ContentRender()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/components/V1ContentRender.tsx", "file_type": "code", "degree": 12}, {"id": "servers_nextjs_app_presentation_generator_components_presentationrender_tsx", "label": "PresentationRender.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationRender.tsx", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/components/PresentationRender.tsx", "file_type": "code", "degree": 4}, {"id": "components_presentationrender_slidescale", "label": "SlideScale()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideScale()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/components/PresentationRender.tsx", "file_type": "code", "degree": 1}, {"id": "components_tiptaptextreplacer_extensions", "label": "extensions", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extensions", "community": 121, "community_name": "Community 121", "source_file": "servers/nextjs/app/(presentation-generator)/components/TiptapTextReplacer.tsx", "file_type": "code", "degree": 1}, {"id": "components_tiptaptextreplacer_tiptaptextreplacerprops", "label": "TiptapTextReplacerProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TiptapTextReplacerProps", "community": 121, "community_name": "Community 121", "source_file": "servers/nextjs/app/(presentation-generator)/components/TiptapTextReplacer.tsx", "file_type": "code", "degree": 1}, {"id": "components_tiptaptextreplacer_tiptaptextreplacer", "label": "TiptapTextReplacer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TiptapTextReplacer()", "community": 121, "community_name": "Community 121", "source_file": "servers/nextjs/app/(presentation-generator)/components/TiptapTextReplacer.tsx", "file_type": "code", "degree": 4}, {"id": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "label": "HeaderNab.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "HeaderNab.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/components/HeaderNab.tsx", "file_type": "code", "degree": 8}, {"id": "components_headernab_headernav", "label": "HeaderNav()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HeaderNav()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/components/HeaderNab.tsx", "file_type": "code", "degree": 1}, {"id": "components_editablelayoutwrapper_editableelement", "label": "EditableElement", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EditableElement", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/app/(presentation-generator)/components/EditableLayoutWrapper.tsx", "file_type": "code", "degree": 1}, {"id": "components_editablelayoutwrapper_editablelayoutwrapper", "label": "EditableLayoutWrapper()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EditableLayoutWrapper()", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/app/(presentation-generator)/components/EditableLayoutWrapper.tsx", "file_type": "code", "degree": 5}, {"id": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "label": "IconsEditor.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconsEditor.tsx", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/app/(presentation-generator)/components/IconsEditor.tsx", "file_type": "code", "degree": 15}, {"id": "components_iconseditor_iconseditorprops", "label": "IconsEditorProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconsEditorProps", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/app/(presentation-generator)/components/IconsEditor.tsx", "file_type": "code", "degree": 1}, {"id": "components_iconseditor_iconseditor", "label": "IconsEditor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconsEditor()", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/app/(presentation-generator)/components/IconsEditor.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "label": "ImageEditor.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageEditor.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/app/(presentation-generator)/components/ImageEditor.tsx", "file_type": "code", "degree": 28}, {"id": "components_imageeditor_imageeditorprops", "label": "ImageEditorProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageEditorProps", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/app/(presentation-generator)/components/ImageEditor.tsx", "file_type": "code", "degree": 1}, {"id": "components_imageeditor_imageeditor", "label": "ImageEditor()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageEditor()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/app/(presentation-generator)/components/ImageEditor.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "label": "NewSlide.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "NewSlide.tsx", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/(presentation-generator)/components/NewSlide.tsx", "file_type": "code", "degree": 10}, {"id": "components_newslide_layoutitemprops", "label": "LayoutItemProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutItemProps", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/(presentation-generator)/components/NewSlide.tsx", "file_type": "code", "degree": 1}, {"id": "components_newslide_layoutitem", "label": "LayoutItem", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutItem", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/(presentation-generator)/components/NewSlide.tsx", "file_type": "code", "degree": 1}, {"id": "components_newslide_newslidev1props", "label": "NewSlideV1Props", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NewSlideV1Props", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/(presentation-generator)/components/NewSlide.tsx", "file_type": "code", "degree": 1}, {"id": "components_newslide_newslidev1", "label": "NewSlideV1()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NewSlideV1()", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/(presentation-generator)/components/NewSlide.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_components_tiptaptext_tsx", "label": "TiptapText.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TiptapText.tsx", "community": 121, "community_name": "Community 121", "source_file": "servers/nextjs/app/(presentation-generator)/components/TiptapText.tsx", "file_type": "code", "degree": 3}, {"id": "components_tiptaptext_tiptaptextprops", "label": "TiptapTextProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TiptapTextProps", "community": 121, "community_name": "Community 121", "source_file": "servers/nextjs/app/(presentation-generator)/components/TiptapText.tsx", "file_type": "code", "degree": 1}, {"id": "components_tiptaptext_tiptaptext", "label": "TiptapText()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TiptapText()", "community": 121, "community_name": "Community 121", "source_file": "servers/nextjs/app/(presentation-generator)/components/TiptapText.tsx", "file_type": "code", "degree": 1}, {"id": "components_slideerrorboundary_slideerrorboundarystate", "label": "SlideErrorBoundaryState", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideErrorBoundaryState", "community": 120, "community_name": "Community 120", "source_file": "servers/nextjs/app/(presentation-generator)/components/SlideErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "components_slideerrorboundary_slideerrorboundary", "label": "SlideErrorBoundary", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideErrorBoundary", "community": 120, "community_name": "Community 120", "source_file": "servers/nextjs/app/(presentation-generator)/components/SlideErrorBoundary.tsx", "file_type": "code", "degree": 6}, {"id": "components_slideerrorboundary_slideerrorboundary_constructor", "label": ".constructor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 120, "community_name": "Community 120", "source_file": "servers/nextjs/app/(presentation-generator)/components/SlideErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "components_slideerrorboundary_slideerrorboundary_getderivedstatefromerror", "label": ".getDerivedStateFromError()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDerivedStateFromError()", "community": 120, "community_name": "Community 120", "source_file": "servers/nextjs/app/(presentation-generator)/components/SlideErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "components_slideerrorboundary_slideerrorboundary_componentdidcatch", "label": ".componentDidCatch()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".componentDidCatch()", "community": 120, "community_name": "Community 120", "source_file": "servers/nextjs/app/(presentation-generator)/components/SlideErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "components_slideerrorboundary_slideerrorboundary_render", "label": ".render()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".render()", "community": 120, "community_name": "Community 120", "source_file": "servers/nextjs/app/(presentation-generator)/components/SlideErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_outline_types_ts", "label": "types.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "types.ts", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types.ts", "file_type": "code", "degree": 4}, {"id": "outline_types_chartdata", "label": "ChartData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartData", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types.ts", "file_type": "code", "degree": 1}, {"id": "outline_types_chartconfig", "label": "ChartConfig", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartConfig", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types.ts", "file_type": "code", "degree": 1}, {"id": "outline_types_apichartresponse", "label": "APIChartResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "APIChartResponse", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types.ts", "file_type": "code", "degree": 1}, {"id": "outline_types_outlineitem", "label": "OutlineItem", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "OutlineItem", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types.ts", "file_type": "code", "degree": 9}, {"id": "servers_nextjs_app_presentation_generator_outline_loading_tsx", "label": "loading.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loading.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/outline/loading.tsx", "file_type": "code", "degree": 2}, {"id": "outline_loading_createpageloadingskeleton", "label": "CreatePageLoadingSkeleton()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePageLoadingSkeleton()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/outline/loading.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_outline_page_tsx", "label": "page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/page.tsx", "file_type": "code", "degree": 4}, {"id": "outline_page_metadata", "label": "metadata", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "metadata", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/page.tsx", "file_type": "code", "degree": 1}, {"id": "outline_page_page", "label": "page()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/page.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_outline_types_index_ts", "label": "index.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types/index.ts", "file_type": "code", "degree": 7}, {"id": "types_index_template", "label": "Template", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Template", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types/index.ts", "file_type": "code", "degree": 4}, {"id": "types_index_tabs", "label": "TABS", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TABS", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types/index.ts", "file_type": "code", "degree": 3}, {"id": "types_index_tabtype", "label": "TabType", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TabType", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/types/index.ts", "file_type": "code", "degree": 1}, {"id": "components_outlineitem_outlineitemprops", "label": "OutlineItemProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutlineItemProps", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/OutlineItem.tsx", "file_type": "code", "degree": 1}, {"id": "components_outlineitem_outlineitem", "label": "OutlineItem()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutlineItem()", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/OutlineItem.tsx", "file_type": "code", "degree": 2}, {"id": "components_templateselection_templateselection", "label": "TemplateSelection()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateSelection()", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/TemplateSelection.tsx", "file_type": "code", "degree": 12}, {"id": "components_generatebutton_generatebuttonprops", "label": "GenerateButtonProps", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GenerateButtonProps", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/GenerateButton.tsx", "file_type": "code", "degree": 1}, {"id": "components_generatebutton_generatebutton", "label": "GenerateButton()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "GenerateButton()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/GenerateButton.tsx", "file_type": "code", "degree": 11}, {"id": "components_outlinepage_outlinepage", "label": "OutlinePage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OutlinePage()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/OutlinePage.tsx", "file_type": "code", "degree": 20}, {"id": "components_customtemplatecard_layoutpreview", "label": "LayoutPreview", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutPreview", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/CustomTemplateCard.tsx", "file_type": "code", "degree": 1}, {"id": "components_customtemplatecard_customtemplatecard", "label": "CustomTemplateCard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTemplateCard", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/CustomTemplateCard.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "label": "OutlineContent.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "OutlineContent.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/OutlineContent.tsx", "file_type": "code", "degree": 10}, {"id": "components_outlinecontent_outlinecontentprops", "label": "OutlineContentProps", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutlineContentProps", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/OutlineContent.tsx", "file_type": "code", "degree": 1}, {"id": "components_outlinecontent_outlinecontent", "label": "OutlineContent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutlineContent()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/components/OutlineContent.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_usepresentationgeneration_default_loading_state", "label": "DEFAULT_LOADING_STATE", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_LOADING_STATE", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/hooks/usePresentationGeneration.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usepresentationgeneration_usepresentationgeneration", "label": "usePresentationGeneration()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "usePresentationGeneration()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/hooks/usePresentationGeneration.ts", "file_type": "code", "degree": 13}, {"id": "hooks_useoutlinestreaming_useoutlinestreaming", "label": "useOutlineStreaming()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "useOutlineStreaming()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/outline/hooks/useOutlineStreaming.ts", "file_type": "code", "degree": 4}, {"id": "hooks_useoutlinemanagement_useoutlinemanagement", "label": "useOutlineManagement()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useOutlineManagement()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/outline/hooks/useOutlineManagement.ts", "file_type": "code", "degree": 2}, {"id": "hooks_usefontloader_usefontloader", "label": "useFontLoader()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useFontLoader()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/hooks/useFontLoader.tsx", "file_type": "code", "degree": 2}, {"id": "hooks_use_keyboard_shortcut_keyboardevent", "label": "KeyboardEvent", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "KeyboardEvent", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/hooks/use-keyboard-shortcut.ts", "file_type": "code", "degree": 1}, {"id": "hooks_use_keyboard_shortcut_usekeyboardshortcut", "label": "useKeyboardShortcut()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "useKeyboardShortcut()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/hooks/use-keyboard-shortcut.ts", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_generator_documents_preview_loading_tsx", "label": "loading.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loading.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/loading.tsx", "file_type": "code", "degree": 2}, {"id": "documents_preview_loading_loading", "label": "loading()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loading()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/loading.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_documents_preview_page_tsx", "label": "page.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/page.tsx", "file_type": "code", "degree": 2}, {"id": "documents_preview_page_page", "label": "page()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/page.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "label": "DocumentPreviewPage.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentPreviewPage.tsx", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/components/DocumentPreviewPage.tsx", "file_type": "code", "degree": 20}, {"id": "components_documentpreviewpage_loadingstate", "label": "LoadingState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadingState", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/components/DocumentPreviewPage.tsx", "file_type": "code", "degree": 1}, {"id": "components_documentpreviewpage_textcontents", "label": "TextContents", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TextContents", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/components/DocumentPreviewPage.tsx", "file_type": "code", "degree": 1}, {"id": "components_documentpreviewpage_fileitem", "label": "FileItem", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileItem", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/components/DocumentPreviewPage.tsx", "file_type": "code", "degree": 1}, {"id": "components_documentpreviewpage_documentspreviewpage", "label": "DocumentsPreviewPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentsPreviewPage()", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/components/DocumentPreviewPage.tsx", "file_type": "code", "degree": 1}, {"id": "components_markdownrenderer_markdownrendererprops", "label": "MarkdownRendererProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MarkdownRendererProps", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/components/MarkdownRenderer.tsx", "file_type": "code", "degree": 1}, {"id": "components_markdownrenderer_markdownrenderer", "label": "MarkdownRenderer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MarkdownRenderer()", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/app/(presentation-generator)/documents-preview/components/MarkdownRenderer.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_presentation_loading_tsx", "label": "loading.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loading.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/loading.tsx", "file_type": "code", "degree": 2}, {"id": "presentation_loading_loading", "label": "loading()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loading()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/loading.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_presentation_page_tsx", "label": "page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/page.tsx", "file_type": "code", "degree": 4}, {"id": "presentation_page_page", "label": "page()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/page.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_presentation_types_index_ts", "label": "index.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/types/index.ts", "file_type": "code", "degree": 4}, {"id": "types_index_presentationstate", "label": "PresentationState", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationState", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/types/index.ts", "file_type": "code", "degree": 3}, {"id": "types_index_streamstate", "label": "StreamState", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StreamState", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_presentationpageprops", "label": "PresentationPageProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationPageProps", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/types/index.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "label": "SlideContent.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideContent.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/SlideContent.tsx", "file_type": "code", "degree": 17}, {"id": "components_slidecontent_slidecontentprops", "label": "SlideContentProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideContentProps", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/SlideContent.tsx", "file_type": "code", "degree": 1}, {"id": "components_sidepanel_sidepanelprops", "label": "SidePanelProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SidePanelProps", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/SidePanel.tsx", "file_type": "code", "degree": 1}, {"id": "components_sidepanel_sidepanel", "label": "SidePanel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "SidePanel()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/SidePanel.tsx", "file_type": "code", "degree": 11}, {"id": "components_sortablelistitem_sortablelistitem", "label": "SortableListItem()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SortableListItem()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/SortableListItem.tsx", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_generator_presentation_components_help_tsx", "label": "Help.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Help.tsx", "community": 119, "community_name": "Community 119", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/Help.tsx", "file_type": "code", "degree": 7}, {"id": "components_help_helpquestions", "label": "helpQuestions", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "helpQuestions", "community": 119, "community_name": "Community 119", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/Help.tsx", "file_type": "code", "degree": 1}, {"id": "components_help_help", "label": "Help()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Help()", "community": 119, "community_name": "Community 119", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/Help.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "label": "Header.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Header.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/Header.tsx", "file_type": "code", "degree": 22}, {"id": "components_presentationpage_presentationpage", "label": "PresentationPage()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationPage()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/PresentationPage.tsx", "file_type": "code", "degree": 6}, {"id": "servers_nextjs_app_presentation_generator_presentation_components_modal_tsx", "label": "Modal.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Modal.tsx", "community": 271, "community_name": "Community 271", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/Modal.tsx", "file_type": "code", "degree": 1}, {"id": "components_modal_modal", "label": "Modal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Modal()", "community": 271, "community_name": "Community 271", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/Modal.tsx", "file_type": "code", "degree": 1}, {"id": "components_sortableslide_sortableslideprops", "label": "SortableSlideProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SortableSlideProps", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/SortableSlide.tsx", "file_type": "code", "degree": 1}, {"id": "components_sortableslide_sortableslide", "label": "SortableSlide()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SortableSlide()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/SortableSlide.tsx", "file_type": "code", "degree": 5}, {"id": "servers_nextjs_app_presentation_generator_presentation_components_loadingstate_tsx", "label": "LoadingState.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadingState.tsx", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/LoadingState.tsx", "file_type": "code", "degree": 2}, {"id": "components_loadingstate_loadingstate", "label": "LoadingState()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadingState()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/components/LoadingState.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useautosave_useautosaveoptions", "label": "UseAutoSaveOptions", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UseAutoSaveOptions", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/hooks/useAutoSave.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useautosave_useautosave", "label": "useAutoSave()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "useAutoSave()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/hooks/useAutoSave.tsx", "file_type": "code", "degree": 6}, {"id": "hooks_usepresentationstreaming_usepresentationstreaming", "label": "usePresentationStreaming()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "usePresentationStreaming()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/hooks/usePresentationStreaming.ts", "file_type": "code", "degree": 5}, {"id": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "label": "PresentationUndoRedo.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationUndoRedo.ts", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/hooks/PresentationUndoRedo.ts", "file_type": "code", "degree": 8}, {"id": "hooks_presentationundoredo_usepresentationundoredo", "label": "usePresentationUndoRedo()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "usePresentationUndoRedo()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/hooks/PresentationUndoRedo.ts", "file_type": "code", "degree": 6}, {"id": "hooks_usepresentationnavigation_usepresentationnavigation", "label": "usePresentationNavigation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "usePresentationNavigation()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/hooks/usePresentationNavigation.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usepresentationdata_usepresentationdata", "label": "usePresentationData()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "usePresentationData()", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/hooks/usePresentationData.ts", "file_type": "code", "degree": 5}, {"id": "servers_nextjs_app_presentation_generator_presentation_hooks_index_ts", "label": "index.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/presentation/hooks/index.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_services_api_template_ts", "label": "template.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "template.ts", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/template.ts", "file_type": "code", "degree": 5}, {"id": "api_template_templateservice", "label": "TemplateService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateService", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/template.ts", "file_type": "code", "degree": 4}, {"id": "api_template_templateservice_getcustomtemplatesummaries", "label": ".getCustomTemplateSummaries()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCustomTemplateSummaries()", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/template.ts", "file_type": "code", "degree": 1}, {"id": "api_template_templateservice_getcustomtemplatedetails", "label": ".getCustomTemplateDetails()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCustomTemplateDetails()", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/template.ts", "file_type": "code", "degree": 1}, {"id": "api_template_templateservice_deletecustomtemplate", "label": ".deleteCustomTemplate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteCustomTemplate()", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/template.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_services_api_images_ts", "label": "images.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "images.ts", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/images.ts", "file_type": "code", "degree": 8}, {"id": "api_images_imagesapi", "label": "ImagesApi", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ImagesApi", "community": 65, "community_name": "Community 65", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/images.ts", "file_type": "code", "degree": 5}, {"id": "api_images_imagesapi_deleteimage", "label": ".deleteImage()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteImage()", "community": 65, "community_name": "Community 65", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/images.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "label": "dashboard.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard.ts", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/dashboard.ts", "file_type": "code", "degree": 9}, {"id": "api_dashboard_dashboardapi", "label": "DashboardApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardApi", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/dashboard.ts", "file_type": "code", "degree": 7}, {"id": "servers_nextjs_app_presentation_generator_services_api_types_ts", "label": "types.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "types.ts", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/types.ts", "file_type": "code", "degree": 5}, {"id": "api_types_chartassignmentresponse", "label": "ChartAssignmentResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartAssignmentResponse", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/types.ts", "file_type": "code", "degree": 1}, {"id": "api_types_deplotresponse", "label": "DeplotResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeplotResponse", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/types.ts", "file_type": "code", "degree": 1}, {"id": "api_types_imageassetresponse", "label": "ImageAssetResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageAssetResponse", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/types.ts", "file_type": "code", "degree": 3}, {"id": "api_presentation_generation_presentationgenerationapi", "label": "PresentationGenerationApi", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationGenerationApi", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/presentation-generation.ts", "file_type": "code", "degree": 43}, {"id": "api_presentation_generation_presentationgenerationapi_uploaddoc", "label": ".uploadDoc()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".uploadDoc()", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/presentation-generation.ts", "file_type": "code", "degree": 2}, {"id": "api_presentation_generation_presentationgenerationapi_decomposedocuments", "label": ".decomposeDocuments()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".decomposeDocuments()", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/presentation-generation.ts", "file_type": "code", "degree": 2}, {"id": "api_presentation_generation_presentationgenerationapi_updatepresentationcontent", "label": ".updatePresentationContent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".updatePresentationContent()", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/presentation-generation.ts", "file_type": "code", "degree": 2}, {"id": "api_presentation_generation_presentationgenerationapi_presentationprepare", "label": ".presentationPrepare()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".presentationPrepare()", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/presentation-generation.ts", "file_type": "code", "degree": 2}, {"id": "api_presentation_generation_presentationgenerationapi_exportaspptx", "label": ".exportAsPPTX()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".exportAsPPTX()", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/presentation-generation.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_services_api_header_ts", "label": "header.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "header.ts", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/header.ts", "file_type": "code", "degree": 6}, {"id": "api_header_getheader", "label": "getHeader()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getHeader()", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/header.ts", "file_type": "code", "degree": 13}, {"id": "api_header_getheaderforformdata", "label": "getHeaderForFormData()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "getHeaderForFormData()", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/header.ts", "file_type": "code", "degree": 5}, {"id": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "label": "api-error-handler.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "api-error-handler.ts", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/api-error-handler.ts", "file_type": "code", "degree": 9}, {"id": "api_api_error_handler_apierrorresponse", "label": "ApiErrorResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiErrorResponse", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/api-error-handler.ts", "file_type": "code", "degree": 1}, {"id": "api_api_error_handler_apiresponsehandler", "label": "ApiResponseHandler", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiResponseHandler", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/api-error-handler.ts", "file_type": "code", "degree": 11}, {"id": "api_api_error_handler_apiresponsehandler_handleresponse", "label": ".handleResponse()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleResponse()", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/api-error-handler.ts", "file_type": "code", "degree": 2}, {"id": "api_api_error_handler_apiresponsehandler_handleresponsewithresult", "label": ".handleResponseWithResult()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleResponseWithResult()", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/api-error-handler.ts", "file_type": "code", "degree": 2}, {"id": "api_api_error_handler_apiresponsehandler_getstatusbasederrormessage", "label": ".getStatusBasedErrorMessage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getStatusBasedErrorMessage()", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/api-error-handler.ts", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_generator_services_api_params_ts", "label": "params.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "params.ts", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/params.ts", "file_type": "code", "degree": 6}, {"id": "api_params_imagesearch", "label": "ImageSearch", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSearch", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/params.ts", "file_type": "code", "degree": 2}, {"id": "api_params_imagegenerate", "label": "ImageGenerate", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageGenerate", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/params.ts", "file_type": "code", "degree": 2}, {"id": "api_params_iconsearch", "label": "IconSearch", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSearch", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/params.ts", "file_type": "code", "degree": 2}, {"id": "api_params_previousgeneratedimagesresponse", "label": "PreviousGeneratedImagesResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PreviousGeneratedImagesResponse", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/app/(presentation-generator)/services/api/params.ts", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_generator_upload_type_ts", "label": "type.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "type.ts", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/type.ts", "file_type": "code", "degree": 9}, {"id": "upload_type_uploadedfile", "label": "UploadedFile", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadedFile", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/type.ts", "file_type": "code", "degree": 1}, {"id": "upload_type_themetype", "label": "ThemeType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ThemeType", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/type.ts", "file_type": "code", "degree": 1}, {"id": "upload_type_languagetype", "label": "LanguageType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LanguageType", "community": 9, "community_name": "Community 9", "source_file": "servers/nextjs/app/(presentation-generator)/upload/type.ts", "file_type": "code", "degree": 7}, {"id": "upload_type_presentationconfig", "label": "PresentationConfig", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationConfig", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/type.ts", "file_type": "code", "degree": 4}, {"id": "upload_type_tonetype", "label": "ToneType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ToneType", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/type.ts", "file_type": "code", "degree": 3}, {"id": "upload_type_verbositytype", "label": "VerbosityType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "VerbosityType", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/type.ts", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_generator_upload_loading_tsx", "label": "loading.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loading.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/upload/loading.tsx", "file_type": "code", "degree": 3}, {"id": "upload_loading_loading", "label": "loading()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "loading()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/upload/loading.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_generator_upload_page_tsx", "label": "page.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/page.tsx", "file_type": "code", "degree": 4}, {"id": "upload_page_metadata", "label": "metadata", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "metadata", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/page.tsx", "file_type": "code", "degree": 1}, {"id": "upload_page_page", "label": "page()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/page.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_loadingstate", "label": "LoadingState", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadingState", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_uploadpage", "label": "UploadPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadPage()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.tsx", "file_type": "code", "degree": 21}, {"id": "components_supportingdoc_filewithid", "label": "FileWithId", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileWithId", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/SupportingDoc.tsx", "file_type": "code", "degree": 1}, {"id": "components_supportingdoc_supportingdoc", "label": "SupportingDoc()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SupportingDoc()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/SupportingDoc.tsx", "file_type": "code", "degree": 4}, {"id": "components_configurationselects_configurationselectsprops", "label": "ConfigurationSelectsProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfigurationSelectsProps", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/ConfigurationSelects.tsx", "file_type": "code", "degree": 1}, {"id": "components_configurationselects_slideoption", "label": "SlideOption", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideOption", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/ConfigurationSelects.tsx", "file_type": "code", "degree": 1}, {"id": "components_configurationselects_slidecountselect", "label": "SlideCountSelect()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideCountSelect()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/ConfigurationSelects.tsx", "file_type": "code", "degree": 1}, {"id": "components_configurationselects_languageselect", "label": "LanguageSelect()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LanguageSelect()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/ConfigurationSelects.tsx", "file_type": "code", "degree": 1}, {"id": "components_configurationselects_configurationselects", "label": "ConfigurationSelects()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfigurationSelects()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/ConfigurationSelects.tsx", "file_type": "code", "degree": 39}, {"id": "servers_nextjs_app_presentation_generator_upload_components_promptinput_tsx", "label": "PromptInput.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PromptInput.tsx", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/PromptInput.tsx", "file_type": "code", "degree": 5}, {"id": "components_promptinput_promptinputprops", "label": "PromptInputProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PromptInputProps", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/PromptInput.tsx", "file_type": "code", "degree": 1}, {"id": "components_promptinput_promptinput", "label": "PromptInput()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PromptInput()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/PromptInput.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "label": "UploadPage.cy.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadPage.cy.tsx", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 11}, {"id": "components_uploadpage_cy_createrouter", "label": "createRouter()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createRouter()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_cy_router", "label": "router", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "router", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_cy_routerwrapper", "label": "RouterWrapper()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RouterWrapper()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_cy_checktoast", "label": "checkToast()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "checkToast()", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_cy_file1", "label": "file1", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "file1", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_cy_file2", "label": "file2", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "file2", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_cy_imagefile", "label": "imageFile", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "imageFile", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 1}, {"id": "components_uploadpage_cy_docfile", "label": "docFile", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "docFile", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/app/(presentation-generator)/upload/components/UploadPage.cy.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_schema_page_tsx", "label": "page.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/schema/page.tsx", "file_type": "code", "degree": 6}, {"id": "schema_page_page", "label": "page()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page()", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/schema/page.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_index_tsx", "label": "index.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 27.4, "font": {"size": 12, "color": "#ffffff"}, "title": "index.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 237}, {"id": "presentation_templates_index_neogeneraltemplates", "label": "neoGeneralTemplates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "neoGeneralTemplates", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_neostandardtemplates", "label": "neoStandardTemplates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "neoStandardTemplates", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_neomoderntemplates", "label": "neoModernTemplates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "neoModernTemplates", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_neoswifttemplates", "label": "neoSwiftTemplates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "neoSwiftTemplates", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_generaltemplates", "label": "generalTemplates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "generalTemplates", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_moderntemplates", "label": "modernTemplates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "modernTemplates", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_standardtemplates", "label": "standardTemplates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "standardTemplates", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_swifttemplates", "label": "swiftTemplates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "swiftTemplates", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_alllayouts", "label": "allLayouts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "allLayouts", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_templates", "label": "templates", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "templates", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 4}, {"id": "presentation_templates_index_gettemplatesbytemplatename", "label": "getTemplatesByTemplateName()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getTemplatesByTemplateName()", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 4}, {"id": "presentation_templates_index_getschemabytemplateid", "label": "getSchemaByTemplateId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSchemaByTemplateId()", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 2}, {"id": "presentation_templates_index_getsettingsbytemplateid", "label": "getSettingsByTemplateId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSettingsByTemplateId()", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 2}, {"id": "presentation_templates_index_gettemplatebylayoutid", "label": "getTemplateByLayoutId()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getTemplateByLayoutId()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_index_getlayoutbylayoutid", "label": "getLayoutByLayoutId()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getLayoutByLayoutId()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/index.tsx", "file_type": "code", "degree": 2}, {"id": "presentation_templates_exampleslidelayout_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/ExampleSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_exampleslidelayout_schematype", "label": "SchemaType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SchemaType", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/ExampleSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_exampleslidelayout_exampleslidelayout", "label": "ExampleSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ExampleSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/ExampleSlideLayout.tsx", "file_type": "code", "degree": 5}, {"id": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "defaultSchemes.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "defaultSchemes.ts", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/defaultSchemes.ts", "file_type": "code", "degree": 28}, {"id": "presentation_templates_defaultschemes_imageschema", "label": "ImageSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/defaultSchemes.ts", "file_type": "code", "degree": 23}, {"id": "presentation_templates_defaultschemes_iconschema", "label": "IconSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/defaultSchemes.ts", "file_type": "code", "degree": 12}, {"id": "servers_nextjs_app_presentation_templates_utils_ts", "label": "utils.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.ts", "community": 114, "community_name": "Community 114", "source_file": "servers/nextjs/app/presentation-templates/utils.ts", "file_type": "code", "degree": 10}, {"id": "presentation_templates_utils_getschemadefaults", "label": "getSchemaDefaults()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSchemaDefaults()", "community": 114, "community_name": "Community 114", "source_file": "servers/nextjs/app/presentation-templates/utils.ts", "file_type": "code", "degree": 2}, {"id": "presentation_templates_utils_getschemajson", "label": "getSchemaJSON()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSchemaJSON()", "community": 114, "community_name": "Community 114", "source_file": "servers/nextjs/app/presentation-templates/utils.ts", "file_type": "code", "degree": 2}, {"id": "presentation_templates_utils_createtemplateentry", "label": "createTemplateEntry()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "createTemplateEntry()", "community": 114, "community_name": "Community 114", "source_file": "servers/nextjs/app/presentation-templates/utils.ts", "file_type": "code", "degree": 4}, {"id": "presentation_templates_utils_templatemetadata", "label": "TemplateMetadata", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateMetadata", "community": 114, "community_name": "Community 114", "source_file": "servers/nextjs/app/presentation-templates/utils.ts", "file_type": "code", "degree": 1}, {"id": "presentation_templates_utils_templatewithdata", "label": "TemplateWithData", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateWithData", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/presentation-templates/utils.ts", "file_type": "code", "degree": 4}, {"id": "presentation_templates_utils_templategroupsettings", "label": "TemplateGroupSettings", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateGroupSettings", "community": 114, "community_name": "Community 114", "source_file": "servers/nextjs/app/presentation-templates/utils.ts", "file_type": "code", "degree": 2}, {"id": "presentation_templates_utils_templatelayoutswithsettings", "label": "TemplateLayoutsWithSettings", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateLayoutsWithSettings", "community": 114, "community_name": "Community 114", "source_file": "servers/nextjs/app/presentation-templates/utils.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_exampleslidelayouttemplate_tsx", "label": "ExampleSlideLayoutTemplate.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ExampleSlideLayoutTemplate.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/ExampleSlideLayoutTemplate.tsx", "file_type": "code", "degree": 6}, {"id": "presentation_templates_exampleslidelayouttemplate_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/ExampleSlideLayoutTemplate.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_exampleslidelayouttemplate_schematype", "label": "SchemaType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SchemaType", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/ExampleSlideLayoutTemplate.tsx", "file_type": "code", "degree": 1}, {"id": "presentation_templates_exampleslidelayouttemplate_slidecomponent", "label": "SlideComponent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideComponent()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/ExampleSlideLayoutTemplate.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "label": "TitleDescriptionMultiChartGridWithBullets.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridWithBullets.tsx", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 14}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_multichartgridslidedata", "label": "MultiChartGridSlideData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideData", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_customtooltip", "label": "CustomTooltip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithbullets_getgridlayout", "label": "getGridLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titlekpisnapshotgrid_tsx", "label": "TitleKpiSnapshotGrid.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleKpiSnapshotGrid.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleKpiSnapshotGrid.tsx", "file_type": "code", "degree": 3}, {"id": "neo_modern_titlekpisnapshotgrid_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleKpiSnapshotGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titlekpisnapshotgrid_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleKpiSnapshotGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmetricsimage_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMetricsImage.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptionmetricsimage_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMetricsImage.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_settings_json", "label": "settings.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 155, "community_name": "Community 155", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/settings.json", "file_type": "code", "degree": 4}, {"id": "neo_modern_settings_description", "label": "description", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 155, "community_name": "Community 155", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/settings.json", "file_type": "code", "degree": 1}, {"id": "neo_modern_settings_ordered", "label": "ordered", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered", "community": 155, "community_name": "Community 155", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/settings.json", "file_type": "code", "degree": 1}, {"id": "neo_modern_settings_default", "label": "default", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 155, "community_name": "Community 155", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/settings.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncards_tsx", "label": "TitleDualComparisonCards.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDualComparisonCards.tsx", "community": 156, "community_name": "Community 156", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCards.tsx", "file_type": "code", "degree": 4}, {"id": "neo_modern_titledualcomparisoncards_schema", "label": "Schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 156, "community_name": "Community 156", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCards.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledualcomparisoncards_datatype", "label": "DataType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DataType", "community": 156, "community_name": "Community 156", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCards.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledualcomparisoncards_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 156, "community_name": "Community 156", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCards.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptioncontactlist_tsx", "label": "TitleDescriptionContactList.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionContactList.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionContactList.tsx", "file_type": "code", "degree": 5}, {"id": "neo_modern_titledescriptioncontactlist_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionContactList.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptioncontactlist_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionContactList.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_multiseriesdatapointschema", "label": "MultiSeriesDataPointSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiSeriesDataPointSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_schema", "label": "Schema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptionmultichartgrid_multichartgridslidedata", "label": "MultiChartGridSlideData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideData", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_multichartgridslidelayoutprops", "label": "MultiChartGridSlideLayoutProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideLayoutProps", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_customtooltip", "label": "CustomTooltip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_getgridlayout", "label": "getGridLayout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "label": "TitleDescriptionMultiChartGridLayout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridLayout()", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 27}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionimageright_tsx", "label": "TitleDescriptionImageRight.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionImageRight.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 3}, {"id": "neo_modern_titledescriptionimageright_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptionimageright_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titlehorizontalalternatingtimeline_tsx", "label": "TitleHorizontalAlternatingTimeline.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleHorizontalAlternatingTimeline.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleHorizontalAlternatingTimeline.tsx", "file_type": "code", "degree": 3}, {"id": "neo_modern_titlehorizontalalternatingtimeline_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleHorizontalAlternatingTimeline.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titlehorizontalalternatingtimeline_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleHorizontalAlternatingTimeline.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmetricschart_charttypeenum", "label": "chartTypeEnum", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartTypeEnum", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmetricschart_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMetricsChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptionmetricschart_customtooltip", "label": "CustomTooltip()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmetricschart_graphcolors", "label": "graphColors()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "graphColors()", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmetricschart_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptiondualmetricsgrid_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionDualMetricsGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptiondualmetricsgrid_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionDualMetricsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionicontimeline_schema", "label": "Schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 136, "community_name": "Community 136", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionIconTimeline.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptionicontimeline_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 136, "community_name": "Community 136", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionIconTimeline.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionbulletlist_tsx", "label": "TitleDescriptionBulletList.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionBulletList.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 3}, {"id": "neo_modern_titledescriptionbulletlist_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptionbulletlist_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "label": "TitleSubtitlesChart.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleSubtitlesChart.tsx", "community": 98, "community_name": "Community 98", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleSubtitlesChart.tsx", "file_type": "code", "degree": 8}, {"id": "neo_modern_titlesubtitleschart_charttypeenum", "label": "chartTypeEnum", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartTypeEnum", "community": 98, "community_name": "Community 98", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleSubtitlesChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titlesubtitleschart_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 98, "community_name": "Community 98", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleSubtitlesChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titlesubtitleschart_chart_colors", "label": "CHART_COLORS", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 98, "community_name": "Community 98", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleSubtitlesChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titlesubtitleschart_customtooltip", "label": "CustomTooltip()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 98, "community_name": "Community 98", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleSubtitlesChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titlesubtitleschart_graphcolors", "label": "graphColors()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "graphColors()", "community": 98, "community_name": "Community 98", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleSubtitlesChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titlesubtitleschart_getdatakey", "label": "getDataKey()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getDataKey()", "community": 98, "community_name": "Community 98", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleSubtitlesChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titlesubtitleschart_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 98, "community_name": "Community 98", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleSubtitlesChart.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titletwocolumnnumberedlist_tsx", "label": "TitleTwoColumnNumberedList.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleTwoColumnNumberedList.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleTwoColumnNumberedList.tsx", "file_type": "code", "degree": 3}, {"id": "neo_modern_titletwocolumnnumberedlist_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleTwoColumnNumberedList.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titletwocolumnnumberedlist_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleTwoColumnNumberedList.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_multiseriesdatapointschema", "label": "MultiSeriesDataPointSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiSeriesDataPointSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_schema", "label": "Schema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_multichartgridslidedata", "label": "MultiChartGridSlideData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideData", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_multichartgridslidelayoutprops", "label": "MultiChartGridSlideLayoutProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideLayoutProps", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_customtooltip", "label": "CustomTooltip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledescriptionmultichartgridwithmetrics_getgridlayout", "label": "getGridLayout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 30, "community_name": "Community 30", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptiontable_tsx", "label": "TitleDescriptionTable.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionTable.tsx", "community": 137, "community_name": "Community 137", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionTable.tsx", "file_type": "code", "degree": 5}, {"id": "neo_modern_titledescriptiontable_schema", "label": "Schema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 137, "community_name": "Community 137", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionTable.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledescriptiontable_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 137, "community_name": "Community 137", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDescriptionTable.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncharts_tsx", "label": "TitleDualComparisonCharts.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDualComparisonCharts.tsx", "community": 102, "community_name": "Community 102", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCharts.tsx", "file_type": "code", "degree": 7}, {"id": "neo_modern_titledualcomparisoncharts_charttypeenum", "label": "chartTypeEnum", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartTypeEnum", "community": 102, "community_name": "Community 102", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCharts.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledualcomparisoncharts_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 102, "community_name": "Community 102", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCharts.tsx", "file_type": "code", "degree": 2}, {"id": "neo_modern_titledualcomparisoncharts_chart_colors", "label": "CHART_COLORS", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 102, "community_name": "Community 102", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCharts.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledualcomparisoncharts_customtooltip", "label": "CustomTooltip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 102, "community_name": "Community 102", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCharts.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledualcomparisoncharts_graphcolors", "label": "graphColors()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "graphColors()", "community": 102, "community_name": "Community 102", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCharts.tsx", "file_type": "code", "degree": 1}, {"id": "neo_modern_titledualcomparisoncharts_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 102, "community_name": "Community 102", "source_file": "servers/nextjs/app/presentation-templates/neo-modern/TitleDualComparisonCharts.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titlelabeldescriptionstatcards_tsx", "label": "TitleLabelDescriptionStatCards.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleLabelDescriptionStatCards.tsx", "community": 159, "community_name": "Community 159", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleLabelDescriptionStatCards.tsx", "file_type": "code", "degree": 4}, {"id": "neo_swift_titlelabeldescriptionstatcards_schema", "label": "Schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 159, "community_name": "Community 159", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleLabelDescriptionStatCards.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titlelabeldescriptionstatcards_datatype", "label": "DataType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DataType", "community": 159, "community_name": "Community 159", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleLabelDescriptionStatCards.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlelabeldescriptionstatcards_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 159, "community_name": "Community 159", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleLabelDescriptionStatCards.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titletaglinedescriptionnumberedsteps_tsx", "label": "TitleTaglineDescriptionNumberedSteps.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleTaglineDescriptionNumberedSteps.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleTaglineDescriptionNumberedSteps.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titletaglinedescriptionnumberedsteps_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleTaglineDescriptionNumberedSteps.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titletaglinedescriptionnumberedsteps_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleTaglineDescriptionNumberedSteps.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionmetricsgridimage_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionMetricsGridImage.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionmetricsgridimage_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionMetricsGridImage.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_settings_json", "label": "settings.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 158, "community_name": "Community 158", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/settings.json", "file_type": "code", "degree": 4}, {"id": "neo_swift_settings_description", "label": "description", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 158, "community_name": "Community 158", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/settings.json", "file_type": "code", "degree": 1}, {"id": "neo_swift_settings_ordered", "label": "ordered", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered", "community": 158, "community_name": "Community 158", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/settings.json", "file_type": "code", "degree": 1}, {"id": "neo_swift_settings_default", "label": "default", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 158, "community_name": "Community 158", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/settings.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "label": "TitleDescriptionSixChartsFourMetrics.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionSixChartsFourMetrics.tsx", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 13}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_defaultcharts", "label": "defaultCharts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "defaultCharts", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_getgridlayout", "label": "getGridLayout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_customtooltip", "label": "CustomTooltip()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_transformmultiseriesdata", "label": "transformMultiSeriesData()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformMultiSeriesData()", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_transformdivergingdata", "label": "transformDivergingData()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformDivergingData()", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_renderpielabel", "label": "renderPieLabel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderPieLabel()", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_schema", "label": "Schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionsixchartsfourmetrics_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 69, "community_name": "Community 69", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsFourMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titlethreebythreemetricsgrid_tsx", "label": "TitleThreeByThreeMetricsGrid.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleThreeByThreeMetricsGrid.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleThreeByThreeMetricsGrid.tsx", "file_type": "code", "degree": 4}, {"id": "neo_swift_titlethreebythreemetricsgrid_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleThreeByThreeMetricsGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titlethreebythreemetricsgrid_card", "label": "Card()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Card()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleThreeByThreeMetricsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlethreebythreemetricsgrid_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleThreeByThreeMetricsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionimageright_tsx", "label": "TitleDescriptionImageRight.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionImageRight.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titledescriptionimageright_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionimageright_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titlesubtitleteammembercards_tsx", "label": "TitleSubtitleTeamMemberCards.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleSubtitleTeamMemberCards.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleSubtitleTeamMemberCards.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titlesubtitleteammembercards_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleSubtitleTeamMemberCards.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titlesubtitleteammembercards_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleSubtitleTeamMemberCards.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "label": "TitleDescriptionFourChartsSixBullets.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionFourChartsSixBullets.tsx", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 13}, {"id": "neo_swift_titledescriptionfourchartssixbullets_defaultcharts", "label": "defaultCharts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "defaultCharts", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionfourchartssixbullets_getgridlayout", "label": "getGridLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionfourchartssixbullets_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionfourchartssixbullets_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionfourchartssixbullets_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionfourchartssixbullets_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionfourchartssixbullets_customtooltip", "label": "CustomTooltip()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionfourchartssixbullets_transformmultiseriesdata", "label": "transformMultiSeriesData()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformMultiSeriesData()", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionfourchartssixbullets_transformdivergingdata", "label": "transformDivergingData()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformDivergingData()", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionfourchartssixbullets_renderpielabel", "label": "renderPieLabel()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderPieLabel()", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionfourchartssixbullets_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titledescriptionfourchartssixbullets_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 68, "community_name": "Community 68", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionFourChartsSixBullets.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titlecenteredchart_tsx", "label": "TitleCenteredChart.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleCenteredChart.tsx", "community": 105, "community_name": "Community 105", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleCenteredChart.tsx", "file_type": "code", "degree": 7}, {"id": "neo_swift_titlecenteredchart_charttypeenum", "label": "chartTypeEnum", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartTypeEnum", "community": 105, "community_name": "Community 105", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleCenteredChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlecenteredchart_schema", "label": "Schema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 105, "community_name": "Community 105", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleCenteredChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titlecenteredchart_colors", "label": "COLORS", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLORS", "community": 105, "community_name": "Community 105", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleCenteredChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlecenteredchart_customtooltip", "label": "CustomTooltip()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 105, "community_name": "Community 105", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleCenteredChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlecenteredchart_graphcolors", "label": "graphColors()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "graphColors()", "community": 105, "community_name": "Community 105", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleCenteredChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlecenteredchart_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 105, "community_name": "Community 105", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleCenteredChart.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titledualcomparisonblocks_tsx", "label": "TitleDualComparisonBlocks.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDualComparisonBlocks.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDualComparisonBlocks.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titledualcomparisonblocks_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDualComparisonBlocks.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledualcomparisonblocks_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDualComparisonBlocks.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionbulletlist_tsx", "label": "TitleDescriptionBulletList.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionBulletList.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titledescriptionbulletlist_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionbulletlist_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titlechartmetricssidebar_tsx", "label": "TitleChartMetricsSidebar.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleChartMetricsSidebar.tsx", "community": 106, "community_name": "Community 106", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleChartMetricsSidebar.tsx", "file_type": "code", "degree": 7}, {"id": "neo_swift_titlechartmetricssidebar_charttypeenum", "label": "chartTypeEnum", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartTypeEnum", "community": 106, "community_name": "Community 106", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleChartMetricsSidebar.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlechartmetricssidebar_schema", "label": "Schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 106, "community_name": "Community 106", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleChartMetricsSidebar.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titlechartmetricssidebar_colors", "label": "COLORS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLORS", "community": 106, "community_name": "Community 106", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleChartMetricsSidebar.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlechartmetricssidebar_customtooltip", "label": "CustomTooltip()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 106, "community_name": "Community 106", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleChartMetricsSidebar.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlechartmetricssidebar_graphcolors", "label": "graphColors()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "graphColors()", "community": 106, "community_name": "Community 106", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleChartMetricsSidebar.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titlechartmetricssidebar_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 106, "community_name": "Community 106", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleChartMetricsSidebar.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "label": "TitleDescriptionSixChartsGrid.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionSixChartsGrid.tsx", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 13}, {"id": "neo_swift_titledescriptionsixchartsgrid_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsgrid_defaultcharts", "label": "defaultCharts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "defaultCharts", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsgrid_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsgrid_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsgrid_customtooltip", "label": "CustomTooltip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsgrid_transformmultiseriesdata", "label": "transformMultiSeriesData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformMultiSeriesData()", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionsixchartsgrid_transformdivergingdata", "label": "transformDivergingData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformDivergingData()", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionsixchartsgrid_renderpielabel", "label": "renderPieLabel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderPieLabel()", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_swift_titledescriptionsixchartsgrid_schema", "label": "Schema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionsixchartsgrid_getgridlayout", "label": "getGridLayout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionsixchartsgrid_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titledescriptionsixchartsgrid_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 70, "community_name": "Community 70", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionSixChartsGrid.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptiondatatable_tsx", "label": "TitleDescriptionDataTable.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionDataTable.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionDataTable.tsx", "file_type": "code", "degree": 3}, {"id": "neo_swift_titledescriptiondatatable_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionDataTable.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptiondatatable_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionDataTable.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "label": "TitleDescriptionMetricsGrid.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMetricsGrid.tsx", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionMetricsGrid.tsx", "file_type": "code", "degree": 17}, {"id": "neo_swift_titledescriptionmetricsgrid_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionMetricsGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_swift_titledescriptionmetricsgrid_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/neo-swift/TitleDescriptionMetricsGrid.tsx", "file_type": "code", "degree": 1}, {"id": "general_metricsslidelayout_metricsslideschema", "label": "metricsSlideSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "metricsSlideSchema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/general/MetricsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_metricsslidelayout_metricsslidedata", "label": "MetricsSlideData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsSlideData", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/general/MetricsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_metricsslidelayout_metricsslidelayout", "label": "MetricsSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/general/MetricsSlideLayout.tsx", "file_type": "code", "degree": 3}, {"id": "general_metricswithimageslidelayout_metricswithimageslideschema", "label": "metricsWithImageSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "metricsWithImageSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/MetricsWithImageSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_metricswithimageslidelayout_metricswithimageslidedata", "label": "MetricsWithImageSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsWithImageSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/MetricsWithImageSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_metricswithimageslidelayout_metricswithimageslidelayout", "label": "MetricsWithImageSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsWithImageSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/MetricsWithImageSlideLayout.tsx", "file_type": "code", "degree": 5}, {"id": "general_tableinfoslidelayout_tableinfoslideschema", "label": "tableInfoSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tableInfoSlideSchema", "community": 184, "community_name": "Community 184", "source_file": "servers/nextjs/app/presentation-templates/general/TableInfoSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_tableinfoslidelayout_tableinfoslidedata", "label": "TableInfoSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableInfoSlideData", "community": 184, "community_name": "Community 184", "source_file": "servers/nextjs/app/presentation-templates/general/TableInfoSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_tableinfoslidelayout_tableinfoslidelayout", "label": "TableInfoSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TableInfoSlideLayout()", "community": 184, "community_name": "Community 184", "source_file": "servers/nextjs/app/presentation-templates/general/TableInfoSlideLayout.tsx", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_templates_general_settings_json", "label": "settings.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 151, "community_name": "Community 151", "source_file": "servers/nextjs/app/presentation-templates/general/settings.json", "file_type": "code", "degree": 4}, {"id": "general_settings_description", "label": "description", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 151, "community_name": "Community 151", "source_file": "servers/nextjs/app/presentation-templates/general/settings.json", "file_type": "code", "degree": 1}, {"id": "general_settings_ordered", "label": "ordered", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered", "community": 151, "community_name": "Community 151", "source_file": "servers/nextjs/app/presentation-templates/general/settings.json", "file_type": "code", "degree": 1}, {"id": "general_settings_default", "label": "default", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 151, "community_name": "Community 151", "source_file": "servers/nextjs/app/presentation-templates/general/settings.json", "file_type": "code", "degree": 1}, {"id": "general_introslidelayout_introslideschema", "label": "introSlideSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "introSlideSchema", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/general/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_introslidelayout_introslidedata", "label": "IntroSlideData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroSlideData", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/general/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_introslidelayout_introslidelayoutprops", "label": "IntroSlideLayoutProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroSlideLayoutProps", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/general/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_bulletwithiconsslidelayout_bulletwithiconsslideschema", "label": "bulletWithIconsSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bulletWithIconsSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_bulletwithiconsslidelayout_bulletwithiconsslidedata", "label": "BulletWithIconsSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_bulletwithiconsslidelayout_bulletwithiconsslidelayoutprops", "label": "BulletWithIconsSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_tableofcontentsslidelayout_tableofcontentsslideschema", "label": "tableOfContentsSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tableOfContentsSlideSchema", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/general/TableOfContentsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_teamslidelayout_teamslideschema", "label": "teamSlideSchema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "teamSlideSchema", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/general/TeamSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_teamslidelayout_teamslidedata", "label": "TeamSlideData", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TeamSlideData", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/general/TeamSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_teamslidelayout_teamslidelayoutprops", "label": "TeamSlideLayoutProps", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TeamSlideLayoutProps", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/general/TeamSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_teamslidelayout_teamslidelayout", "label": "TeamSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TeamSlideLayout()", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/general/TeamSlideLayout.tsx", "file_type": "code", "degree": 7}, {"id": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidedata", "label": "BulletIconsOnlySlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletIconsOnlySlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/BulletIconsOnlySlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "label": "BulletIconsOnlySlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletIconsOnlySlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/BulletIconsOnlySlideLayout.tsx", "file_type": "code", "degree": 7}, {"id": "general_basicinfoslidelayout_basicinfoslideschema", "label": "basicInfoSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "basicInfoSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/BasicInfoSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_basicinfoslidelayout_basicinfoslidedata", "label": "BasicInfoSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BasicInfoSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/BasicInfoSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_basicinfoslidelayout_basicinfoslidelayout", "label": "BasicInfoSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BasicInfoSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/BasicInfoSlideLayout.tsx", "file_type": "code", "degree": 5}, {"id": "general_chartwithbulletsslidelayout_barpielineareachartdataschema", "label": "barPieLineAreaChartDataSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "barPieLineAreaChartDataSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_chartwithbulletsslidelayout_scatterchartdataschema", "label": "scatterChartDataSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "scatterChartDataSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_chartwithbulletsslidelayout_chartwithbulletsslideschema", "label": "chartWithBulletsSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartWithBulletsSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_chartwithbulletsslidelayout_chartwithbulletsslidedata", "label": "ChartWithBulletsSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartWithBulletsSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_chartwithbulletsslidelayout_customtooltip", "label": "CustomTooltip()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_chartwithbulletsslidelayout_chart_colors", "label": "CHART_COLORS", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "label": "ChartWithBulletsSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartWithBulletsSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 11}, {"id": "general_numberedbulletsslidelayout_numberedbulletsslideschema", "label": "numberedBulletsSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "numberedBulletsSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/NumberedBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_numberedbulletsslidelayout_numberedbulletsslidedata", "label": "NumberedBulletsSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberedBulletsSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/NumberedBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_numberedbulletsslidelayout_numberedbulletsslidelayout", "label": "NumberedBulletsSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberedBulletsSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/NumberedBulletsSlideLayout.tsx", "file_type": "code", "degree": 5}, {"id": "general_quoteslidelayout_quoteslideschema", "label": "quoteSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "quoteSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_quoteslidelayout_quoteslidedata", "label": "QuoteSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuoteSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_quoteslidelayout_quoteslidelayoutprops", "label": "QuoteSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuoteSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "general_quoteslidelayout_quoteslidelayout", "label": "QuoteSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "QuoteSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 6}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "label": "TitleDescriptionMultiChartGridWithBullets.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridWithBullets.tsx", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 15}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_multiseriesdatapointschema", "label": "MultiSeriesDataPointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiSeriesDataPointSchema", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_schema", "label": "Schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_multichartgridslidedata", "label": "MultiChartGridSlideData", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideData", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_multichartgridslidelayoutprops", "label": "MultiChartGridSlideLayoutProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideLayoutProps", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_customtooltip", "label": "CustomTooltip()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_getgridlayout", "label": "getGridLayout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionmultichartgridwithbullets_titledescriptionmultichartgridwithbulletslayout", "label": "TitleDescriptionMultiChartGridWithBulletsLayout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridWithBulletsLayout()", "community": 56, "community_name": "Community 56", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_settings_json", "label": "settings.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 157, "community_name": "Community 157", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/settings.json", "file_type": "code", "degree": 4}, {"id": "neo_standard_settings_description", "label": "description", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 157, "community_name": "Community 157", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/settings.json", "file_type": "code", "degree": 1}, {"id": "neo_standard_settings_ordered", "label": "ordered", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered", "community": 157, "community_name": "Community 157", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/settings.json", "file_type": "code", "degree": 1}, {"id": "neo_standard_settings_default", "label": "default", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 157, "community_name": "Community 157", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/settings.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricschart_tsx", "label": "TitleMetricsChart.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleMetricsChart.tsx", "community": 104, "community_name": "Community 104", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsChart.tsx", "file_type": "code", "degree": 7}, {"id": "neo_standard_titlemetricschart_charttypeenum", "label": "chartTypeEnum", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartTypeEnum", "community": 104, "community_name": "Community 104", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titlemetricschart_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 104, "community_name": "Community 104", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titlemetricschart_chart_colors", "label": "CHART_COLORS", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 104, "community_name": "Community 104", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titlemetricschart_customtooltip", "label": "CustomTooltip()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 104, "community_name": "Community 104", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titlemetricschart_graphcolors", "label": "graphColors()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "graphColors()", "community": 104, "community_name": "Community 104", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titlemetricschart_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 104, "community_name": "Community 104", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsChart.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledualcomparisoncards_tsx", "label": "TitleDualComparisonCards.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDualComparisonCards.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualComparisonCards.tsx", "file_type": "code", "degree": 4}, {"id": "neo_standard_titledualcomparisoncards_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualComparisonCards.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledualcomparisoncards_sectioncard", "label": "SectionCard()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SectionCard()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualComparisonCards.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledualcomparisoncards_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualComparisonCards.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioniconlist_tsx", "label": "TitleDescriptionIconList.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionIconList.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionIconList.tsx", "file_type": "code", "degree": 5}, {"id": "neo_standard_titledescriptioniconlist_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionIconList.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptioniconlist_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionIconList.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "label": "TitleDescriptionMultiChartGrid.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGrid.tsx", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 15}, {"id": "neo_standard_titledescriptionmultichartgrid_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_multiseriesdatapointschema", "label": "MultiSeriesDataPointSchema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiSeriesDataPointSchema", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_schema", "label": "Schema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionmultichartgrid_multichartgridslidedata", "label": "MultiChartGridSlideData", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideData", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_multichartgridslidelayoutprops", "label": "MultiChartGridSlideLayoutProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideLayoutProps", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_customtooltip", "label": "CustomTooltip()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgrid_getgridlayout", "label": "getGridLayout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "label": "TitleDescriptionMultiChartGridLayout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridLayout()", "community": 55, "community_name": "Community 55", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGrid.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionimageright_tsx", "label": "TitleDescriptionImageRight.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionImageRight.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 3}, {"id": "neo_standard_titledescriptionimageright_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionimageright_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionImageRight.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titlepointsdonutgrid_tsx", "label": "TitlePointsDonutGrid.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TitlePointsDonutGrid.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitlePointsDonutGrid.tsx", "file_type": "code", "degree": 4}, {"id": "neo_standard_titlepointsdonutgrid_radialprogress", "label": "RadialProgress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RadialProgress()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitlePointsDonutGrid.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titlepointsdonutgrid_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitlePointsDonutGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titlepointsdonutgrid_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitlePointsDonutGrid.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontimeline_tsx", "label": "TitleDescriptionTimeline.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionTimeline.tsx", "community": 136, "community_name": "Community 136", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionTimeline.tsx", "file_type": "code", "degree": 7}, {"id": "neo_standard_titledescriptiontimeline_schema", "label": "Schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 136, "community_name": "Community 136", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionTimeline.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptiontimeline_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 136, "community_name": "Community 136", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionTimeline.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionradialcards_tsx", "label": "TitleDescriptionRadialCards.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionRadialCards.tsx", "community": 139, "community_name": "Community 139", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionRadialCards.tsx", "file_type": "code", "degree": 5}, {"id": "neo_standard_titledescriptionradialcards_radialprogress", "label": "RadialProgress()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RadialProgress()", "community": 139, "community_name": "Community 139", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionRadialCards.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionradialcards_schema", "label": "Schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 139, "community_name": "Community 139", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionRadialCards.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionradialcards_slidedata", "label": "SlideData", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 139, "community_name": "Community 139", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionRadialCards.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionradialcards_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 139, "community_name": "Community 139", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionRadialCards.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionbulletlist_tsx", "label": "TitleDescriptionBulletList.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionBulletList.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 3}, {"id": "neo_standard_titledescriptionbulletlist_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionbulletlist_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionBulletList.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricsimage_tsx", "label": "TitleMetricsImage.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleMetricsImage.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsImage.tsx", "file_type": "code", "degree": 3}, {"id": "neo_standard_titlemetricsimage_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsImage.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titlemetricsimage_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleMetricsImage.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titlebadgechart_tsx", "label": "TitleBadgeChart.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleBadgeChart.tsx", "community": 138, "community_name": "Community 138", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleBadgeChart.tsx", "file_type": "code", "degree": 5}, {"id": "neo_standard_titlebadgechart_charttypeenum", "label": "chartTypeEnum", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartTypeEnum", "community": 138, "community_name": "Community 138", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleBadgeChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titlebadgechart_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 138, "community_name": "Community 138", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleBadgeChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titlebadgechart_chart_colors", "label": "CHART_COLORS", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 138, "community_name": "Community 138", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleBadgeChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titlebadgechart_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 138, "community_name": "Community 138", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleBadgeChart.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titlekpigrid_tsx", "label": "TitleKpiGrid.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleKpiGrid.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleKpiGrid.tsx", "file_type": "code", "degree": 3}, {"id": "neo_standard_titlekpigrid_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleKpiGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titlekpigrid_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleKpiGrid.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioncontactcards_tsx", "label": "TitleDescriptionContactCards.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionContactCards.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionContactCards.tsx", "file_type": "code", "degree": 3}, {"id": "neo_standard_titledescriptioncontactcards_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionContactCards.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptioncontactcards_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionContactCards.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "label": "TitleDescriptionMultiChartGridWithMetrics.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridWithMetrics.tsx", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 15}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_multiseriesdatapointschema", "label": "MultiSeriesDataPointSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiSeriesDataPointSchema", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_schema", "label": "Schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_multichartgridslidedata", "label": "MultiChartGridSlideData", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideData", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_multichartgridslidelayoutprops", "label": "MultiChartGridSlideLayoutProps", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideLayoutProps", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_customtooltip", "label": "CustomTooltip()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_getgridlayout", "label": "getGridLayout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptionmultichartgridwithmetrics_titledescriptionmultichartgridwithmetricslayout", "label": "TitleDescriptionMultiChartGridWithMetricsLayout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridWithMetricsLayout()", "community": 59, "community_name": "Community 59", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontable_tsx", "label": "TitleDescriptionTable.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionTable.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionTable.tsx", "file_type": "code", "degree": 3}, {"id": "neo_standard_titledescriptiontable_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionTable.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledescriptiontable_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDescriptionTable.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_standard_titledualchartscomparison_tsx", "label": "TitleDualChartsComparison.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDualChartsComparison.tsx", "community": 103, "community_name": "Community 103", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualChartsComparison.tsx", "file_type": "code", "degree": 7}, {"id": "neo_standard_titledualchartscomparison_charttypeenum", "label": "chartTypeEnum", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartTypeEnum", "community": 103, "community_name": "Community 103", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualChartsComparison.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledualchartscomparison_schema", "label": "Schema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 103, "community_name": "Community 103", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualChartsComparison.tsx", "file_type": "code", "degree": 2}, {"id": "neo_standard_titledualchartscomparison_chart_colors", "label": "CHART_COLORS", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 103, "community_name": "Community 103", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualChartsComparison.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledualchartscomparison_customtooltip", "label": "CustomTooltip()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 103, "community_name": "Community 103", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualChartsComparison.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledualchartscomparison_graphcolors", "label": "graphColors()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "graphColors()", "community": 103, "community_name": "Community 103", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualChartsComparison.tsx", "file_type": "code", "degree": 1}, {"id": "neo_standard_titledualchartscomparison_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 103, "community_name": "Community 103", "source_file": "servers/nextjs/app/presentation-templates/neo-standard/TitleDualChartsComparison.tsx", "file_type": "code", "degree": 1}, {"id": "standard_imagelistwithdescriptionlayout_imageschema", "label": "ImageSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/standard/ImageListWithDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_imagelistwithdescriptionlayout_iconschema", "label": "IconSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/standard/ImageListWithDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_imagelistwithdescriptionlayout_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/standard/ImageListWithDescriptionLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_imagelistwithdescriptionlayout_slidedata", "label": "SlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/standard/ImageListWithDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_imagelistwithdescriptionlayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/standard/ImageListWithDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_imagelistwithdescriptionlayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/standard/ImageListWithDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_settings_json", "label": "settings.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 160, "community_name": "Community 160", "source_file": "servers/nextjs/app/presentation-templates/standard/settings.json", "file_type": "code", "degree": 4}, {"id": "standard_settings_description", "label": "description", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 160, "community_name": "Community 160", "source_file": "servers/nextjs/app/presentation-templates/standard/settings.json", "file_type": "code", "degree": 1}, {"id": "standard_settings_ordered", "label": "ordered", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered", "community": 160, "community_name": "Community 160", "source_file": "servers/nextjs/app/presentation-templates/standard/settings.json", "file_type": "code", "degree": 1}, {"id": "standard_settings_default", "label": "default", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 160, "community_name": "Community 160", "source_file": "servers/nextjs/app/presentation-templates/standard/settings.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_introslidelayout_tsx", "label": "IntroSlideLayout.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroSlideLayout.tsx", "community": 111, "community_name": "Community 111", "source_file": "servers/nextjs/app/presentation-templates/standard/IntroSlideLayout.tsx", "file_type": "code", "degree": 7}, {"id": "standard_introslidelayout_imageschema", "label": "ImageSchema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 111, "community_name": "Community 111", "source_file": "servers/nextjs/app/presentation-templates/standard/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_introslidelayout_iconschema", "label": "IconSchema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 111, "community_name": "Community 111", "source_file": "servers/nextjs/app/presentation-templates/standard/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_introslidelayout_schema", "label": "Schema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 111, "community_name": "Community 111", "source_file": "servers/nextjs/app/presentation-templates/standard/IntroSlideLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_introslidelayout_slidedata", "label": "SlideData", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 111, "community_name": "Community 111", "source_file": "servers/nextjs/app/presentation-templates/standard/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_introslidelayout_layoutprops", "label": "LayoutProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutProps", "community": 111, "community_name": "Community 111", "source_file": "servers/nextjs/app/presentation-templates/standard/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_introslidelayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 111, "community_name": "Community 111", "source_file": "servers/nextjs/app/presentation-templates/standard/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_chartlefttextrightlayout_tsx", "label": "ChartLeftTextRightLayout.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartLeftTextRightLayout.tsx", "community": 107, "community_name": "Community 107", "source_file": "servers/nextjs/app/presentation-templates/standard/ChartLeftTextRightLayout.tsx", "file_type": "code", "degree": 7}, {"id": "standard_chartlefttextrightlayout_chartdatumschema", "label": "ChartDatumSchema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartDatumSchema", "community": 107, "community_name": "Community 107", "source_file": "servers/nextjs/app/presentation-templates/standard/ChartLeftTextRightLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_chartlefttextrightlayout_schema", "label": "Schema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 107, "community_name": "Community 107", "source_file": "servers/nextjs/app/presentation-templates/standard/ChartLeftTextRightLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_chartlefttextrightlayout_chart_colors", "label": "CHART_COLORS", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 107, "community_name": "Community 107", "source_file": "servers/nextjs/app/presentation-templates/standard/ChartLeftTextRightLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_chartlefttextrightlayout_slidedata", "label": "SlideData", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 107, "community_name": "Community 107", "source_file": "servers/nextjs/app/presentation-templates/standard/ChartLeftTextRightLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_chartlefttextrightlayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 107, "community_name": "Community 107", "source_file": "servers/nextjs/app/presentation-templates/standard/ChartLeftTextRightLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_chartlefttextrightlayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 107, "community_name": "Community 107", "source_file": "servers/nextjs/app/presentation-templates/standard/ChartLeftTextRightLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_headingbulletimagedescriptionlayout_tsx", "label": "HeadingBulletImageDescriptionLayout.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HeadingBulletImageDescriptionLayout.tsx", "community": 109, "community_name": "Community 109", "source_file": "servers/nextjs/app/presentation-templates/standard/HeadingBulletImageDescriptionLayout.tsx", "file_type": "code", "degree": 7}, {"id": "standard_headingbulletimagedescriptionlayout_imageschema", "label": "ImageSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 109, "community_name": "Community 109", "source_file": "servers/nextjs/app/presentation-templates/standard/HeadingBulletImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_headingbulletimagedescriptionlayout_iconschema", "label": "IconSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 109, "community_name": "Community 109", "source_file": "servers/nextjs/app/presentation-templates/standard/HeadingBulletImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_headingbulletimagedescriptionlayout_schema", "label": "Schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 109, "community_name": "Community 109", "source_file": "servers/nextjs/app/presentation-templates/standard/HeadingBulletImageDescriptionLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_headingbulletimagedescriptionlayout_slidedata", "label": "SlideData", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 109, "community_name": "Community 109", "source_file": "servers/nextjs/app/presentation-templates/standard/HeadingBulletImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_headingbulletimagedescriptionlayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 109, "community_name": "Community 109", "source_file": "servers/nextjs/app/presentation-templates/standard/HeadingBulletImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_headingbulletimagedescriptionlayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 109, "community_name": "Community 109", "source_file": "servers/nextjs/app/presentation-templates/standard/HeadingBulletImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_tableofcontentslayout_tocitemschema", "label": "ToCItemSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToCItemSchema", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/standard/TableOfContentsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_tableofcontentslayout_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/standard/TableOfContentsLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_tableofcontentslayout_slidedata", "label": "SlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/standard/TableOfContentsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_tableofcontentslayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/standard/TableOfContentsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_tableofcontentslayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/standard/TableOfContentsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "label": "IconBulletDescriptionLayout.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "IconBulletDescriptionLayout.tsx", "community": 110, "community_name": "Community 110", "source_file": "servers/nextjs/app/presentation-templates/standard/IconBulletDescriptionLayout.tsx", "file_type": "code", "degree": 9}, {"id": "standard_iconbulletdescriptionlayout_imageschema", "label": "ImageSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 110, "community_name": "Community 110", "source_file": "servers/nextjs/app/presentation-templates/standard/IconBulletDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_iconbulletdescriptionlayout_iconschema", "label": "IconSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 110, "community_name": "Community 110", "source_file": "servers/nextjs/app/presentation-templates/standard/IconBulletDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_iconbulletdescriptionlayout_schema", "label": "Schema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 110, "community_name": "Community 110", "source_file": "servers/nextjs/app/presentation-templates/standard/IconBulletDescriptionLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_iconbulletdescriptionlayout_slidedata", "label": "SlideData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 110, "community_name": "Community 110", "source_file": "servers/nextjs/app/presentation-templates/standard/IconBulletDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_iconbulletdescriptionlayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 110, "community_name": "Community 110", "source_file": "servers/nextjs/app/presentation-templates/standard/IconBulletDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_iconbulletdescriptionlayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 110, "community_name": "Community 110", "source_file": "servers/nextjs/app/presentation-templates/standard/IconBulletDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "label": "MetricsDescriptionLayout.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsDescriptionLayout.tsx", "community": 99, "community_name": "Community 99", "source_file": "servers/nextjs/app/presentation-templates/standard/MetricsDescriptionLayout.tsx", "file_type": "code", "degree": 8}, {"id": "standard_metricsdescriptionlayout_imageschema", "label": "ImageSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 99, "community_name": "Community 99", "source_file": "servers/nextjs/app/presentation-templates/standard/MetricsDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_metricsdescriptionlayout_iconschema", "label": "IconSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 99, "community_name": "Community 99", "source_file": "servers/nextjs/app/presentation-templates/standard/MetricsDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_metricsdescriptionlayout_cardschema", "label": "CardSchema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CardSchema", "community": 99, "community_name": "Community 99", "source_file": "servers/nextjs/app/presentation-templates/standard/MetricsDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_metricsdescriptionlayout_schema", "label": "Schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 99, "community_name": "Community 99", "source_file": "servers/nextjs/app/presentation-templates/standard/MetricsDescriptionLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_metricsdescriptionlayout_slidedata", "label": "SlideData", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 99, "community_name": "Community 99", "source_file": "servers/nextjs/app/presentation-templates/standard/MetricsDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_metricsdescriptionlayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 99, "community_name": "Community 99", "source_file": "servers/nextjs/app/presentation-templates/standard/MetricsDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_metricsdescriptionlayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 99, "community_name": "Community 99", "source_file": "servers/nextjs/app/presentation-templates/standard/MetricsDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "label": "IconImageDescriptionLayout.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "IconImageDescriptionLayout.tsx", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/standard/IconImageDescriptionLayout.tsx", "file_type": "code", "degree": 9}, {"id": "standard_iconimagedescriptionlayout_imageschema", "label": "ImageSchema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/standard/IconImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_iconimagedescriptionlayout_iconschema", "label": "IconSchema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/standard/IconImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_iconimagedescriptionlayout_schema", "label": "Schema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/standard/IconImageDescriptionLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_iconimagedescriptionlayout_slidedata", "label": "SlideData", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/standard/IconImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_iconimagedescriptionlayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/standard/IconImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_iconimagedescriptionlayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/standard/IconImageDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "label": "VisualMetricsSlideLayout.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VisualMetricsSlideLayout.tsx", "community": 100, "community_name": "Community 100", "source_file": "servers/nextjs/app/presentation-templates/standard/VisualMetricsSlideLayout.tsx", "file_type": "code", "degree": 8}, {"id": "standard_visualmetricsslidelayout_imageschema", "label": "ImageSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 100, "community_name": "Community 100", "source_file": "servers/nextjs/app/presentation-templates/standard/VisualMetricsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_visualmetricsslidelayout_iconschema", "label": "IconSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 100, "community_name": "Community 100", "source_file": "servers/nextjs/app/presentation-templates/standard/VisualMetricsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_visualmetricsslidelayout_cardschema", "label": "CardSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CardSchema", "community": 100, "community_name": "Community 100", "source_file": "servers/nextjs/app/presentation-templates/standard/VisualMetricsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_visualmetricsslidelayout_schema", "label": "Schema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 100, "community_name": "Community 100", "source_file": "servers/nextjs/app/presentation-templates/standard/VisualMetricsSlideLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_visualmetricsslidelayout_slidedata", "label": "SlideData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 100, "community_name": "Community 100", "source_file": "servers/nextjs/app/presentation-templates/standard/VisualMetricsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_visualmetricsslidelayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 100, "community_name": "Community 100", "source_file": "servers/nextjs/app/presentation-templates/standard/VisualMetricsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_visualmetricsslidelayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 100, "community_name": "Community 100", "source_file": "servers/nextjs/app/presentation-templates/standard/VisualMetricsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_numberedbulletsingleimagelayout_tsx", "label": "NumberedBulletSingleImageLayout.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberedBulletSingleImageLayout.tsx", "community": 112, "community_name": "Community 112", "source_file": "servers/nextjs/app/presentation-templates/standard/NumberedBulletSingleImageLayout.tsx", "file_type": "code", "degree": 7}, {"id": "standard_numberedbulletsingleimagelayout_imageschema", "label": "ImageSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 112, "community_name": "Community 112", "source_file": "servers/nextjs/app/presentation-templates/standard/NumberedBulletSingleImageLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_numberedbulletsingleimagelayout_iconschema", "label": "IconSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 112, "community_name": "Community 112", "source_file": "servers/nextjs/app/presentation-templates/standard/NumberedBulletSingleImageLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_numberedbulletsingleimagelayout_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 112, "community_name": "Community 112", "source_file": "servers/nextjs/app/presentation-templates/standard/NumberedBulletSingleImageLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_numberedbulletsingleimagelayout_slidedata", "label": "SlideData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 112, "community_name": "Community 112", "source_file": "servers/nextjs/app/presentation-templates/standard/NumberedBulletSingleImageLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_numberedbulletsingleimagelayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 112, "community_name": "Community 112", "source_file": "servers/nextjs/app/presentation-templates/standard/NumberedBulletSingleImageLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_numberedbulletsingleimagelayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 112, "community_name": "Community 112", "source_file": "servers/nextjs/app/presentation-templates/standard/NumberedBulletSingleImageLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_standard_contactlayout_tsx", "label": "ContactLayout.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ContactLayout.tsx", "community": 108, "community_name": "Community 108", "source_file": "servers/nextjs/app/presentation-templates/standard/ContactLayout.tsx", "file_type": "code", "degree": 7}, {"id": "standard_contactlayout_imageschema", "label": "ImageSchema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 108, "community_name": "Community 108", "source_file": "servers/nextjs/app/presentation-templates/standard/ContactLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_contactlayout_iconschema", "label": "IconSchema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 108, "community_name": "Community 108", "source_file": "servers/nextjs/app/presentation-templates/standard/ContactLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_contactlayout_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 108, "community_name": "Community 108", "source_file": "servers/nextjs/app/presentation-templates/standard/ContactLayout.tsx", "file_type": "code", "degree": 2}, {"id": "standard_contactlayout_slidedata", "label": "SlideData", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 108, "community_name": "Community 108", "source_file": "servers/nextjs/app/presentation-templates/standard/ContactLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_contactlayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 108, "community_name": "Community 108", "source_file": "servers/nextjs/app/presentation-templates/standard/ContactLayout.tsx", "file_type": "code", "degree": 1}, {"id": "standard_contactlayout_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 108, "community_name": "Community 108", "source_file": "servers/nextjs/app/presentation-templates/standard/ContactLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "label": "TitleDescriptionMultiChartGridWithBullets.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridWithBullets.tsx", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 14}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_multiseriesdatapointschema", "label": "MultiSeriesDataPointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiSeriesDataPointSchema", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_schema", "label": "Schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_multichartgridwithbulletsslidedata", "label": "MultiChartGridWithBulletsSlideData", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridWithBulletsSlideData", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_customtooltip", "label": "CustomTooltip()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_getgridlayout", "label": "getGridLayout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titledescriptionmultichartgridwithbullets_multichartgridwithbulletsslidelayout", "label": "MultiChartGridWithBulletsSlideLayout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridWithBulletsSlideLayout()", "community": 66, "community_name": "Community 66", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithBullets.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_general_metricswithimageslidelayout_tsx", "label": "MetricsWithImageSlideLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsWithImageSlideLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MetricsWithImageSlideLayout.tsx", "file_type": "code", "degree": 7}, {"id": "neo_general_metricswithimageslidelayout_metricswithimageslideschema", "label": "metricsWithImageSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "metricsWithImageSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MetricsWithImageSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_metricswithimageslidelayout_metricswithimageslidedata", "label": "MetricsWithImageSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsWithImageSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MetricsWithImageSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_metricswithimageslidelayout_metricswithimageslidelayoutprops", "label": "MetricsWithImageSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsWithImageSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MetricsWithImageSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_metricswithimageslidelayout_metricswithimageslidelayout", "label": "MetricsWithImageSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsWithImageSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MetricsWithImageSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_thankyoucontactinfofooterimageslide_tsx", "label": "ThankYouContactInfoFooterImageSlide.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ThankYouContactInfoFooterImageSlide.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ThankYouContactInfoFooterImageSlide.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_thankyoucontactinfofooterimageslide_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ThankYouContactInfoFooterImageSlide.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_thankyoucontactinfofooterimageslide_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ThankYouContactInfoFooterImageSlide.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionwithtable_schema", "label": "Schema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 137, "community_name": "Community 137", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionWithTable.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titledescriptionwithtable_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 137, "community_name": "Community 137", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionWithTable.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_titletopdescriptionfourteammembersgrid_tsx", "label": "TitleTopDescriptionFourTeamMembersGrid.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleTopDescriptionFourTeamMembersGrid.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleTopDescriptionFourTeamMembersGrid.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_titletopdescriptionfourteammembersgrid_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleTopDescriptionFourTeamMembersGrid.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titletopdescriptionfourteammembersgrid_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleTopDescriptionFourTeamMembersGrid.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "label": "TitleMetricsWithChart.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleMetricsWithChart.tsx", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 13}, {"id": "neo_general_titlemetricswithchart_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlemetricswithchart_chartlegend", "label": "ChartLegend()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartLegend()", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlemetricswithchart_seriesschema", "label": "SeriesSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SeriesSchema", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlemetricswithchart_divergingdataschema", "label": "DivergingDataSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataSchema", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlemetricswithchart_schema", "label": "Schema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlemetricswithchart_slidedata", "label": "SlideData", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlemetricswithchart_buildchartdata", "label": "buildChartData()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildChartData()", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlemetricswithchart_buildsimpledata", "label": "buildSimpleData()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildSimpleData()", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlemetricswithchart_transformdivergingdata", "label": "transformDivergingData()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformDivergingData()", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlemetricswithchart_customtooltip", "label": "CustomTooltip()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlemetricswithchart_chartrenderer", "label": "ChartRenderer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartRenderer()", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 4}, {"id": "neo_general_titlemetricswithchart_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 73, "community_name": "Community 73", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricsWithChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_headlinetextwithbulletsandstats_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/HeadlineTextWithBulletsAndStats.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_headlinetextwithbulletsandstats_headlinetextwithbulletsandstatsdata", "label": "HeadlineTextWithBulletsAndStatsData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HeadlineTextWithBulletsAndStatsData", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/HeadlineTextWithBulletsAndStats.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_headlinetextwithbulletsandstats_headlinetextwithbulletsandstatslayout", "label": "HeadlineTextWithBulletsAndStatsLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HeadlineTextWithBulletsAndStatsLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/HeadlineTextWithBulletsAndStats.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_settings_json", "label": "settings.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 153, "community_name": "Community 153", "source_file": "servers/nextjs/app/presentation-templates/neo-general/settings.json", "file_type": "code", "degree": 4}, {"id": "neo_general_settings_description", "label": "description", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 153, "community_name": "Community 153", "source_file": "servers/nextjs/app/presentation-templates/neo-general/settings.json", "file_type": "code", "degree": 1}, {"id": "neo_general_settings_ordered", "label": "ordered", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered", "community": 153, "community_name": "Community 153", "source_file": "servers/nextjs/app/presentation-templates/neo-general/settings.json", "file_type": "code", "degree": 1}, {"id": "neo_general_settings_default", "label": "default", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 153, "community_name": "Community 153", "source_file": "servers/nextjs/app/presentation-templates/neo-general/settings.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "label": "BulletWithIconsSlideLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 10}, {"id": "neo_general_bulletwithiconsslidelayout_bulletwithiconsslideschema", "label": "bulletWithIconsSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bulletWithIconsSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_bulletwithiconsslidelayout_bulletwithiconsslidedata", "label": "BulletWithIconsSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_bulletwithiconsslidelayout_bulletwithiconsslidelayoutprops", "label": "BulletWithIconsSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "label": "BulletWithIconsSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_textsplitwithemphasisblock_tsx", "label": "TextSplitWithEmphasisBlock.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TextSplitWithEmphasisBlock.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TextSplitWithEmphasisBlock.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_textsplitwithemphasisblock_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TextSplitWithEmphasisBlock.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_textsplitwithemphasisblock_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TextSplitWithEmphasisBlock.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_gridbasedeightmetricssnapshots_tsx", "label": "GridBasedEightMetricsSnapshots.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GridBasedEightMetricsSnapshots.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/GridBasedEightMetricsSnapshots.tsx", "file_type": "code", "degree": 5}, {"id": "neo_general_gridbasedeightmetricssnapshots_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/GridBasedEightMetricsSnapshots.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_gridbasedeightmetricssnapshots_cardprops", "label": "CardProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CardProps", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/GridBasedEightMetricsSnapshots.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_gridbasedeightmetricssnapshots_card", "label": "Card()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Card()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/GridBasedEightMetricsSnapshots.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_gridbasedeightmetricssnapshots_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/GridBasedEightMetricsSnapshots.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_tableofcontentwithoutpagenumber_tsx", "label": "TableOfContentWithoutPageNumber.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TableOfContentWithoutPageNumber.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TableOfContentWithoutPageNumber.tsx", "file_type": "code", "degree": 4}, {"id": "neo_general_tableofcontentwithoutpagenumber_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TableOfContentWithoutPageNumber.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_tableofcontentwithoutpagenumber_dataprops", "label": "DataProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DataProps", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TableOfContentWithoutPageNumber.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_tableofcontentwithoutpagenumber_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TableOfContentWithoutPageNumber.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_chart_color_palettes", "label": "CHART_COLOR_PALETTES", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLOR_PALETTES", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_multiseriesdatapointschema", "label": "MultiSeriesDataPointSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiSeriesDataPointSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_multichartgridslidelayout_multichartgridslidedata", "label": "MultiChartGridSlideData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideData", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_customtooltip", "label": "CustomTooltip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_getgridlayout", "label": "getGridLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "label": "MultiChartGridSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridSlideLayout()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/MultiChartGridSlideLayout.tsx", "file_type": "code", "degree": 14}, {"id": "servers_nextjs_app_presentation_templates_neo_general_titlethreecolumnriskconstraints_tsx", "label": "TitleThreeColumnRiskConstraints.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleThreeColumnRiskConstraints.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleThreeColumnRiskConstraints.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_titlethreecolumnriskconstraints_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleThreeColumnRiskConstraints.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlethreecolumnriskconstraints_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleThreeColumnRiskConstraints.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_headlinedescriptionwithimage_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/HeadlineDescriptionWithImage.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_headlinedescriptionwithimage_headlinedescriptionwithimagelayout", "label": "HeadlineDescriptionWithImageLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HeadlineDescriptionWithImageLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/HeadlineDescriptionWithImage.tsx", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_templates_neo_general_indexedthreecolumnlist_tsx", "label": "IndexedThreeColumnList.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IndexedThreeColumnList.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/IndexedThreeColumnList.tsx", "file_type": "code", "degree": 4}, {"id": "neo_general_indexedthreecolumnlist_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/IndexedThreeColumnList.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_indexedthreecolumnlist_datatype", "label": "DataType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DataType", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/IndexedThreeColumnList.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_indexedthreecolumnlist_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/IndexedThreeColumnList.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_layouttextblockwithmetriccards_tsx", "label": "LayoutTextBlockWithMetricCards.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LayoutTextBlockWithMetricCards.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/LayoutTextBlockWithMetricCards.tsx", "file_type": "code", "degree": 5}, {"id": "neo_general_layouttextblockwithmetriccards_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/LayoutTextBlockWithMetricCards.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_layouttextblockwithmetriccards_semicircleprogress", "label": "SemiCircleProgress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SemiCircleProgress()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/LayoutTextBlockWithMetricCards.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_layouttextblockwithmetriccards_kpicard", "label": "KPICard()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "KPICard()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/LayoutTextBlockWithMetricCards.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_layouttextblockwithmetriccards_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/LayoutTextBlockWithMetricCards.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "label": "TeamSlideLayout.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TeamSlideLayout.tsx", "community": 125, "community_name": "Community 125", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TeamSlideLayout.tsx", "file_type": "code", "degree": 8}, {"id": "neo_general_teamslidelayout_teammemberschema", "label": "teamMemberSchema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "teamMemberSchema", "community": 125, "community_name": "Community 125", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TeamSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_teamslidelayout_teamslideschema", "label": "teamSlideSchema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "teamSlideSchema", "community": 125, "community_name": "Community 125", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TeamSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_teamslidelayout_teamslidedata", "label": "TeamSlideData", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TeamSlideData", "community": 125, "community_name": "Community 125", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TeamSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_teamslidelayout_teamslidelayoutprops", "label": "TeamSlideLayoutProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TeamSlideLayoutProps", "community": 125, "community_name": "Community 125", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TeamSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_teamslidelayout_teamslidelayout", "label": "TeamSlideLayout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TeamSlideLayout()", "community": 125, "community_name": "Community 125", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TeamSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_timeline_tsx", "label": "Timeline.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Timeline.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/Timeline.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_timeline_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/Timeline.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_timeline_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/Timeline.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_titlewithgridbasedheadinganddescription_tsx", "label": "TitleWithGridBasedHeadingAndDescription.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleWithGridBasedHeadingAndDescription.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithGridBasedHeadingAndDescription.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_titlewithgridbasedheadinganddescription_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithGridBasedHeadingAndDescription.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlewithgridbasedheadinganddescription_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithGridBasedHeadingAndDescription.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "label": "TitleWithFullWidthChart.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleWithFullWidthChart.tsx", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 13}, {"id": "neo_general_titlewithfullwidthchart_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlewithfullwidthchart_seriesschema", "label": "SeriesSchema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SeriesSchema", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlewithfullwidthchart_divergingdataschema", "label": "DivergingDataSchema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataSchema", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlewithfullwidthchart_schema", "label": "Schema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlewithfullwidthchart_formdata", "label": "FormData", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FormData", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlewithfullwidthchart_chartlegend", "label": "ChartLegend()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartLegend()", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlewithfullwidthchart_buildchartdata", "label": "buildChartData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildChartData()", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlewithfullwidthchart_buildsimpledata", "label": "buildSimpleData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildSimpleData()", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlewithfullwidthchart_transformdivergingdata", "label": "transformDivergingData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformDivergingData()", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlewithfullwidthchart_customtooltip", "label": "CustomTooltip()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titlewithfullwidthchart_chartrenderer", "label": "ChartRenderer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartRenderer()", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 4}, {"id": "neo_general_titlewithfullwidthchart_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 67, "community_name": "Community 67", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleWithFullWidthChart.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_titlemetricvaluemetriclabelfunnelstages_tsx", "label": "TitleMetricValueMetricLabelFunnelStages.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleMetricValueMetricLabelFunnelStages.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricValueMetricLabelFunnelStages.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_titlemetricvaluemetriclabelfunnelstages_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricValueMetricLabelFunnelStages.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titlemetricvaluemetriclabelfunnelstages_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleMetricValueMetricLabelFunnelStages.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "label": "BulletIconsOnlySlideLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletIconsOnlySlideLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletIconsOnlySlideLayout.tsx", "file_type": "code", "degree": 10}, {"id": "neo_general_bulleticonsonlyslidelayout_bulleticonsonlyslideschema", "label": "bulletIconsOnlySlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bulletIconsOnlySlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletIconsOnlySlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_bulleticonsonlyslidelayout_bulleticonsonlyslidedata", "label": "BulletIconsOnlySlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletIconsOnlySlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletIconsOnlySlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayoutprops", "label": "BulletIconsOnlySlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletIconsOnlySlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletIconsOnlySlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "label": "BulletIconsOnlySlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletIconsOnlySlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/BulletIconsOnlySlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_leftalignquote_tsx", "label": "LeftAlignQuote.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LeftAlignQuote.tsx", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/LeftAlignQuote.tsx", "file_type": "code", "degree": 3}, {"id": "neo_general_leftalignquote_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/LeftAlignQuote.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_leftalignquote_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/LeftAlignQuote.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "label": "TitleDescriptionMultiChartGridWithMetrics.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TitleDescriptionMultiChartGridWithMetrics.tsx", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 14}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_chart_color_palettes", "label": "CHART_COLOR_PALETTES", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLOR_PALETTES", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_charttypeenum", "label": "ChartTypeEnum", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTypeEnum", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_simpledatapointschema", "label": "SimpleDataPointSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleDataPointSchema", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_multiseriesdatapointschema", "label": "MultiSeriesDataPointSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiSeriesDataPointSchema", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_divergingdatapointschema", "label": "DivergingDataPointSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DivergingDataPointSchema", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_scatterdatapointschema", "label": "ScatterDataPointSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScatterDataPointSchema", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_chartitemschema", "label": "ChartItemSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartItemSchema", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_schema", "label": "Schema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_multichartgridwithmetricsslidedata", "label": "MultiChartGridWithMetricsSlideData", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridWithMetricsSlideData", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_customtooltip", "label": "CustomTooltip()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_minichartrenderer", "label": "MiniChartRenderer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MiniChartRenderer()", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_getgridlayout", "label": "getGridLayout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getGridLayout()", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_titledescriptionmultichartgridwithmetrics_multichartgridwithmetricsslidelayout", "label": "MultiChartGridWithMetricsSlideLayout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiChartGridWithMetricsSlideLayout()", "community": 63, "community_name": "Community 63", "source_file": "servers/nextjs/app/presentation-templates/neo-general/TitleDescriptionMultiChartGridWithMetrics.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "label": "ChartWithBulletsSlideLayout.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartWithBulletsSlideLayout.tsx", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 18}, {"id": "neo_general_chartwithbulletsslidelayout_default_chart_colors", "label": "DEFAULT_CHART_COLORS", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_CHART_COLORS", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_formatcomma", "label": "formatComma()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "formatComma()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_simpledataschema", "label": "simpleDataSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "simpleDataSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_multiseriesdataschema", "label": "multiSeriesDataSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "multiSeriesDataSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_chartwithbulletsslidelayout_divergingdataschema", "label": "divergingDataSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "divergingDataSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_scatterdataschema", "label": "scatterDataSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "scatterDataSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_chartwithbulletsslideschema", "label": "chartWithBulletsSlideSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chartWithBulletsSlideSchema", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_chartwithbulletsslidedata", "label": "ChartWithBulletsSlideData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartWithBulletsSlideData", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_chartwithbulletsslidelayoutprops", "label": "ChartWithBulletsSlideLayoutProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartWithBulletsSlideLayoutProps", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_transformmultiseriesdata", "label": "transformMultiSeriesData()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformMultiSeriesData()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_transformdivergingdata", "label": "transformDivergingData()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformDivergingData()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_customtooltip", "label": "CustomTooltip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTooltip()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "label": "ChartWithBulletsSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartWithBulletsSlideLayout()", "community": 22, "community_name": "Community 22", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChartWithBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_numberedbulletsslidelayout_tsx", "label": "NumberedBulletsSlideLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberedBulletsSlideLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/NumberedBulletsSlideLayout.tsx", "file_type": "code", "degree": 7}, {"id": "neo_general_numberedbulletsslidelayout_numberedbulletsslideschema", "label": "numberedBulletsSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "numberedBulletsSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/NumberedBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_numberedbulletsslidelayout_numberedbulletsslidedata", "label": "NumberedBulletsSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberedBulletsSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/NumberedBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_numberedbulletsslidelayout_numberedbulletsslidelayoutprops", "label": "NumberedBulletsSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberedBulletsSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/NumberedBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_numberedbulletsslidelayout_numberedbulletsslidelayout", "label": "NumberedBulletsSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberedBulletsSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/NumberedBulletsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_neo_general_quoteslidelayout_tsx", "label": "QuoteSlideLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "QuoteSlideLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 7}, {"id": "neo_general_quoteslidelayout_quoteslideschema", "label": "quoteSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "quoteSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_quoteslidelayout_quoteslidedata", "label": "QuoteSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuoteSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_quoteslidelayout_quoteslidelayoutprops", "label": "QuoteSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuoteSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_quoteslidelayout_quoteslidelayout", "label": "QuoteSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuoteSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/neo-general/QuoteSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_headlinedescriptionwithdoubleimage_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/neo-general/HeadlineDescriptionWithDoubleImage.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_presentation_templates_neo_general_challengeandoutcomewithonestat_tsx", "label": "ChallengeAndOutcomeWithOneStat.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ChallengeAndOutcomeWithOneStat.tsx", "community": 152, "community_name": "Community 152", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChallengeAndOutcomeWithOneStat.tsx", "file_type": "code", "degree": 6}, {"id": "neo_general_challengeandoutcomewithonestat_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 152, "community_name": "Community 152", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChallengeAndOutcomeWithOneStat.tsx", "file_type": "code", "degree": 2}, {"id": "neo_general_challengeandoutcomewithonestat_formdata", "label": "FormData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FormData", "community": 152, "community_name": "Community 152", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChallengeAndOutcomeWithOneStat.tsx", "file_type": "code", "degree": 1}, {"id": "neo_general_challengeandoutcomewithonestat_dynamicslidelayout", "label": "dynamicSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamicSlideLayout()", "community": 152, "community_name": "Community 152", "source_file": "servers/nextjs/app/presentation-templates/neo-general/ChallengeAndOutcomeWithOneStat.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "label": "IconBulletListDescription.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "IconBulletListDescription.tsx", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/swift/IconBulletListDescription.tsx", "file_type": "code", "degree": 9}, {"id": "swift_iconbulletlistdescription_iconschema", "label": "IconSchema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/swift/IconBulletListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_iconbulletlistdescription_featureschema", "label": "FeatureSchema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FeatureSchema", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/swift/IconBulletListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_iconbulletlistdescription_schema", "label": "Schema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/swift/IconBulletListDescription.tsx", "file_type": "code", "degree": 2}, {"id": "swift_iconbulletlistdescription_slidedata", "label": "SlideData", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/swift/IconBulletListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_iconbulletlistdescription_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/swift/IconBulletListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_iconbulletlistdescription_featurecards", "label": "FeatureCards()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FeatureCards()", "community": 61, "community_name": "Community 61", "source_file": "servers/nextjs/app/presentation-templates/swift/IconBulletListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "label": "BulletsWithIconsTitleDescription.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletsWithIconsTitleDescription.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/swift/BulletsWithIconsTitleDescription.tsx", "file_type": "code", "degree": 10}, {"id": "swift_bulletswithiconstitledescription_itemschema", "label": "ItemSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/swift/BulletsWithIconsTitleDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_bulletswithiconstitledescription_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/swift/BulletsWithIconsTitleDescription.tsx", "file_type": "code", "degree": 2}, {"id": "swift_bulletswithiconstitledescription_slidedata", "label": "SlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/swift/BulletsWithIconsTitleDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_bulletswithiconstitledescription_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/swift/BulletsWithIconsTitleDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_bulletswithiconstitledescription_infographicfouricons", "label": "InfographicFourIcons()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InfographicFourIcons()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/swift/BulletsWithIconsTitleDescription.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_swift_simplebulletpointslayout_tsx", "label": "SimpleBulletPointsLayout.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SimpleBulletPointsLayout.tsx", "community": 126, "community_name": "Community 126", "source_file": "servers/nextjs/app/presentation-templates/swift/SimpleBulletPointsLayout.tsx", "file_type": "code", "degree": 6}, {"id": "swift_simplebulletpointslayout_pointschema", "label": "PointSchema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PointSchema", "community": 126, "community_name": "Community 126", "source_file": "servers/nextjs/app/presentation-templates/swift/SimpleBulletPointsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "swift_simplebulletpointslayout_schema", "label": "Schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 126, "community_name": "Community 126", "source_file": "servers/nextjs/app/presentation-templates/swift/SimpleBulletPointsLayout.tsx", "file_type": "code", "degree": 2}, {"id": "swift_simplebulletpointslayout_slidedata", "label": "SlideData", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 126, "community_name": "Community 126", "source_file": "servers/nextjs/app/presentation-templates/swift/SimpleBulletPointsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "swift_simplebulletpointslayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 126, "community_name": "Community 126", "source_file": "servers/nextjs/app/presentation-templates/swift/SimpleBulletPointsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "swift_simplebulletpointslayout_commitmenttwopoints", "label": "CommitmentTwoPoints()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CommitmentTwoPoints()", "community": 126, "community_name": "Community 126", "source_file": "servers/nextjs/app/presentation-templates/swift/SimpleBulletPointsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_swift_settings_json", "label": "settings.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 161, "community_name": "Community 161", "source_file": "servers/nextjs/app/presentation-templates/swift/settings.json", "file_type": "code", "degree": 4}, {"id": "swift_settings_description", "label": "description", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 161, "community_name": "Community 161", "source_file": "servers/nextjs/app/presentation-templates/swift/settings.json", "file_type": "code", "degree": 1}, {"id": "swift_settings_ordered", "label": "ordered", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered", "community": 161, "community_name": "Community 161", "source_file": "servers/nextjs/app/presentation-templates/swift/settings.json", "file_type": "code", "degree": 1}, {"id": "swift_settings_default", "label": "default", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 161, "community_name": "Community 161", "source_file": "servers/nextjs/app/presentation-templates/swift/settings.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_swift_introslidelayout_tsx", "label": "IntroSlideLayout.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroSlideLayout.tsx", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/swift/IntroSlideLayout.tsx", "file_type": "code", "degree": 6}, {"id": "swift_introslidelayout_imageschema", "label": "ImageSchema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/swift/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "swift_introslidelayout_schema", "label": "Schema", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/swift/IntroSlideLayout.tsx", "file_type": "code", "degree": 2}, {"id": "swift_introslidelayout_slidedata", "label": "SlideData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/swift/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "swift_introslidelayout_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/swift/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "swift_introslidelayout_introslidelayout", "label": "IntroSlideLayout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroSlideLayout()", "community": 90, "community_name": "Community 90", "source_file": "servers/nextjs/app/presentation-templates/swift/IntroSlideLayout.tsx", "file_type": "code", "degree": 7}, {"id": "servers_nextjs_app_presentation_templates_swift_imagelistdescription_tsx", "label": "ImageListDescription.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageListDescription.tsx", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/swift/ImageListDescription.tsx", "file_type": "code", "degree": 7}, {"id": "swift_imagelistdescription_imageschema", "label": "ImageSchema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageSchema", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/swift/ImageListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_imagelistdescription_itemschema", "label": "ItemSchema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemSchema", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/swift/ImageListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_imagelistdescription_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/swift/ImageListDescription.tsx", "file_type": "code", "degree": 2}, {"id": "swift_imagelistdescription_slidedata", "label": "SlideData", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/swift/ImageListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_imagelistdescription_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/swift/ImageListDescription.tsx", "file_type": "code", "degree": 1}, {"id": "swift_imagelistdescription_teammembers", "label": "TeamMembers()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TeamMembers()", "community": 78, "community_name": "Community 78", "source_file": "servers/nextjs/app/presentation-templates/swift/ImageListDescription.tsx", "file_type": "code", "degree": 2}, {"id": "swift_tableorchart_chartdatumschema", "label": "ChartDatumSchema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartDatumSchema", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/swift/TableorChart.tsx", "file_type": "code", "degree": 1}, {"id": "swift_tableorchart_tablerowschema", "label": "TableRowSchema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableRowSchema", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/swift/TableorChart.tsx", "file_type": "code", "degree": 1}, {"id": "swift_tableorchart_schema", "label": "Schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/swift/TableorChart.tsx", "file_type": "code", "degree": 2}, {"id": "swift_tableorchart_chart_colors", "label": "CHART_COLORS", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/swift/TableorChart.tsx", "file_type": "code", "degree": 3}, {"id": "swift_tableorchart_slidedata", "label": "SlideData", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/swift/TableorChart.tsx", "file_type": "code", "degree": 1}, {"id": "swift_tableorchart_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/swift/TableorChart.tsx", "file_type": "code", "degree": 1}, {"id": "swift_tableorchart_tableorchart", "label": "TableOrChart()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TableOrChart()", "community": 38, "community_name": "Community 38", "source_file": "servers/nextjs/app/presentation-templates/swift/TableorChart.tsx", "file_type": "code", "degree": 7}, {"id": "servers_nextjs_app_presentation_templates_swift_timeline_tsx", "label": "Timeline.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Timeline.tsx", "community": 113, "community_name": "Community 113", "source_file": "servers/nextjs/app/presentation-templates/swift/Timeline.tsx", "file_type": "code", "degree": 7}, {"id": "swift_timeline_iconschema", "label": "IconSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSchema", "community": 113, "community_name": "Community 113", "source_file": "servers/nextjs/app/presentation-templates/swift/Timeline.tsx", "file_type": "code", "degree": 1}, {"id": "swift_timeline_itemschema", "label": "ItemSchema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemSchema", "community": 113, "community_name": "Community 113", "source_file": "servers/nextjs/app/presentation-templates/swift/Timeline.tsx", "file_type": "code", "degree": 1}, {"id": "swift_timeline_schema", "label": "Schema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 113, "community_name": "Community 113", "source_file": "servers/nextjs/app/presentation-templates/swift/Timeline.tsx", "file_type": "code", "degree": 2}, {"id": "swift_timeline_slidedata", "label": "SlideData", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 113, "community_name": "Community 113", "source_file": "servers/nextjs/app/presentation-templates/swift/Timeline.tsx", "file_type": "code", "degree": 1}, {"id": "swift_timeline_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 113, "community_name": "Community 113", "source_file": "servers/nextjs/app/presentation-templates/swift/Timeline.tsx", "file_type": "code", "degree": 1}, {"id": "swift_timeline_timeline", "label": "Timeline()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Timeline()", "community": 113, "community_name": "Community 113", "source_file": "servers/nextjs/app/presentation-templates/swift/Timeline.tsx", "file_type": "code", "degree": 1}, {"id": "swift_metricsnumbers_metricschema", "label": "MetricSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricSchema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/swift/MetricsNumbers.tsx", "file_type": "code", "degree": 1}, {"id": "swift_metricsnumbers_schema", "label": "Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/swift/MetricsNumbers.tsx", "file_type": "code", "degree": 2}, {"id": "swift_metricsnumbers_slidedata", "label": "SlideData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/swift/MetricsNumbers.tsx", "file_type": "code", "degree": 1}, {"id": "swift_metricsnumbers_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/swift/MetricsNumbers.tsx", "file_type": "code", "degree": 1}, {"id": "swift_metricsnumbers_metricsnumbers", "label": "MetricsNumbers()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsNumbers()", "community": 2, "community_name": "Community 2", "source_file": "servers/nextjs/app/presentation-templates/swift/MetricsNumbers.tsx", "file_type": "code", "degree": 5}, {"id": "swift_tableofcontents_tocitemschema", "label": "ToCItemSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToCItemSchema", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/swift/TableOfContents.tsx", "file_type": "code", "degree": 1}, {"id": "swift_tableofcontents_schema", "label": "Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Schema", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/swift/TableOfContents.tsx", "file_type": "code", "degree": 2}, {"id": "swift_tableofcontents_slidedata", "label": "SlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideData", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/swift/TableOfContents.tsx", "file_type": "code", "degree": 1}, {"id": "swift_tableofcontents_slidelayoutprops", "label": "SlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideLayoutProps", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/swift/TableOfContents.tsx", "file_type": "code", "degree": 1}, {"id": "swift_tableofcontents_tableofcontents", "label": "TableOfContents()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TableOfContents()", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/swift/TableOfContents.tsx", "file_type": "code", "degree": 6}, {"id": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "label": "ChartOrTableWithDescription.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartOrTableWithDescription.tsx", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithDescription.tsx", "file_type": "code", "degree": 14}, {"id": "modern_chartortablewithdescription_businessmodelschema", "label": "businessModelSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "businessModelSchema", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithdescription_chart_colors", "label": "CHART_COLORS", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CHART_COLORS", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithdescription_businessmodeldata", "label": "BusinessModelData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BusinessModelData", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithdescription_props", "label": "Props", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithdescription_businessmodelslide", "label": "BusinessModelSlide()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BusinessModelSlide()", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_modern_settings_json", "label": "settings.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 154, "community_name": "Community 154", "source_file": "servers/nextjs/app/presentation-templates/modern/settings.json", "file_type": "code", "degree": 4}, {"id": "modern_settings_description", "label": "description", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 154, "community_name": "Community 154", "source_file": "servers/nextjs/app/presentation-templates/modern/settings.json", "file_type": "code", "degree": 1}, {"id": "modern_settings_ordered", "label": "ordered", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered", "community": 154, "community_name": "Community 154", "source_file": "servers/nextjs/app/presentation-templates/modern/settings.json", "file_type": "code", "degree": 1}, {"id": "modern_settings_default", "label": "default", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default", "community": 154, "community_name": "Community 154", "source_file": "servers/nextjs/app/presentation-templates/modern/settings.json", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_modern_introslidelayout_tsx", "label": "IntroSlideLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroSlideLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/IntroSlideLayout.tsx", "file_type": "code", "degree": 6}, {"id": "modern_introslidelayout_intropitchdeckdata", "label": "IntroPitchDeckData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroPitchDeckData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_introslidelayout_introslidelayoutprops", "label": "IntroSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_introslidelayout_intropitchdeckslide", "label": "IntroPitchDeckSlide()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IntroPitchDeckSlide()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/IntroSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "label": "BulletWithIconsSlideLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 10}, {"id": "modern_bulletwithiconsslidelayout_bulletwithiconsslideschema", "label": "bulletWithIconsSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bulletWithIconsSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_bulletwithiconsslidelayout_bulletwithiconsslidedata", "label": "BulletWithIconsSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayoutprops", "label": "BulletWithIconsSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "label": "BulletWithIconsSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/BulletWithIconsSlideLayout.tsx", "file_type": "code", "degree": 10}, {"id": "modern_imagelistwithdescriptionslidelayout_imagelistwithdescriptionslidedata", "label": "ImageListWithDescriptionSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageListWithDescriptionSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/ImageListWithDescriptionSlideLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithmetricsdescription_growthstatsschema", "label": "growthStatsSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "growthStatsSchema", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithMetricsDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithmetricsdescription_tractionschema", "label": "tractionSchema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tractionSchema", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithMetricsDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithmetricsdescription_companytractiondata", "label": "CompanyTractionData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CompanyTractionData", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithMetricsDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithmetricsdescription_props", "label": "Props", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithMetricsDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithmetricsdescription_defaultcolors", "label": "defaultColors", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "defaultColors", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithMetricsDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_chartortablewithmetricsdescription_getserieskeys", "label": "getSeriesKeys()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSeriesKeys()", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithMetricsDescription.tsx", "file_type": "code", "degree": 2}, {"id": "modern_chartortablewithmetricsdescription_computestats", "label": "computeStats()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "computeStats()", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithMetricsDescription.tsx", "file_type": "code", "degree": 2}, {"id": "modern_chartortablewithmetricsdescription_companytractionslidelayout", "label": "CompanyTractionSlideLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CompanyTractionSlideLayout()", "community": 62, "community_name": "Community 62", "source_file": "servers/nextjs/app/presentation-templates/modern/ChartOrTableWithMetricsDescription.tsx", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_presentation_templates_modern_imageanddescriptionlayout_tsx", "label": "ImageAndDescriptionLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageAndDescriptionLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/ImageAndDescriptionLayout.tsx", "file_type": "code", "degree": 7}, {"id": "modern_imageanddescriptionlayout_imagewithdescriptionslideschema", "label": "imageWithDescriptionSlideSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "imageWithDescriptionSlideSchema", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/ImageAndDescriptionLayout.tsx", "file_type": "code", "degree": 3}, {"id": "modern_imageanddescriptionlayout_imagewithdescriptionslidedata", "label": "ImageWithDescriptionSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageWithDescriptionSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/ImageAndDescriptionLayout.tsx", "file_type": "code", "degree": 2}, {"id": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayoutprops", "label": "ImageWithDescriptionSlideLayoutProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageWithDescriptionSlideLayoutProps", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/ImageAndDescriptionLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "label": "ImageWithDescriptionSlideLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageWithDescriptionSlideLayout()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/ImageAndDescriptionLayout.tsx", "file_type": "code", "degree": 13}, {"id": "servers_nextjs_app_presentation_templates_modern_tableofcontentslayout_tsx", "label": "TableOfContentsLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TableOfContentsLayout.tsx", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/modern/TableOfContentsLayout.tsx", "file_type": "code", "degree": 5}, {"id": "modern_tableofcontentslayout_tocitemschema", "label": "TocItemSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TocItemSchema", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/modern/TableOfContentsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_tableofcontentslayout_tableofcontentsschema", "label": "tableOfContentsSchema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tableOfContentsSchema", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/modern/TableOfContentsLayout.tsx", "file_type": "code", "degree": 1}, {"id": "modern_tableofcontentslayout_tableofcontentslayout", "label": "TableOfContentsLayout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TableOfContentsLayout()", "community": 54, "community_name": "Community 54", "source_file": "servers/nextjs/app/presentation-templates/modern/TableOfContentsLayout.tsx", "file_type": "code", "degree": 8}, {"id": "servers_nextjs_app_presentation_templates_modern_imageswithdescriptionlayout_tsx", "label": "ImagesWithDescriptionLayout.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ImagesWithDescriptionLayout.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/ImagesWithDescriptionLayout.tsx", "file_type": "code", "degree": 6}, {"id": "servers_nextjs_app_presentation_templates_modern_metricswithdescription_tsx", "label": "MetricsWithDescription.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MetricsWithDescription.tsx", "community": 135, "community_name": "Community 135", "source_file": "servers/nextjs/app/presentation-templates/modern/MetricsWithDescription.tsx", "file_type": "code", "degree": 7}, {"id": "modern_metricswithdescription_marketsizeslideschema", "label": "marketSizeSlideSchema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "marketSizeSlideSchema", "community": 135, "community_name": "Community 135", "source_file": "servers/nextjs/app/presentation-templates/modern/MetricsWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_metricswithdescription_marketsizeslidedata", "label": "MarketSizeSlideData", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MarketSizeSlideData", "community": 135, "community_name": "Community 135", "source_file": "servers/nextjs/app/presentation-templates/modern/MetricsWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_metricswithdescription_marketsizeslideprops", "label": "MarketSizeSlideProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MarketSizeSlideProps", "community": 135, "community_name": "Community 135", "source_file": "servers/nextjs/app/presentation-templates/modern/MetricsWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "modern_metricswithdescription_marketsizeslidelayout", "label": "MarketSizeSlideLayout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MarketSizeSlideLayout()", "community": 135, "community_name": "Community 135", "source_file": "servers/nextjs/app/presentation-templates/modern/MetricsWithDescription.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_presentation_templates_modern_bulletswithiconsdescriptiongrid_tsx", "label": "BulletsWithIconsDescriptionGrid.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletsWithIconsDescriptionGrid.tsx", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/BulletsWithIconsDescriptionGrid.tsx", "file_type": "code", "degree": 6}, {"id": "modern_bulletswithiconsdescriptiongrid_bulletwithiconsdescriptiongridslidedata", "label": "BulletWithIconsDescriptionGridSlideData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BulletWithIconsDescriptionGridSlideData", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/presentation-templates/modern/BulletsWithIconsDescriptionGrid.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useremotesvgicon_remotesvgoptions", "label": "RemoteSvgOptions", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteSvgOptions", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/hooks/useRemoteSvgIcon.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useremotesvgicon_transformsvg", "label": "transformSvg()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformSvg()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/hooks/useRemoteSvgIcon.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useremotesvgicon_svgcache", "label": "svgCache", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "svgCache", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/hooks/useRemoteSvgIcon.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useremotesvgicon_makecachekey", "label": "makeCacheKey()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeCacheKey()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/hooks/useRemoteSvgIcon.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useremotesvgicon_cacheget", "label": "cacheGet()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cacheGet()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/hooks/useRemoteSvgIcon.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useremotesvgicon_cacheset", "label": "cacheSet()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cacheSet()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/hooks/useRemoteSvgIcon.tsx", "file_type": "code", "degree": 1}, {"id": "hooks_useremotesvgicon_useremotesvgicon", "label": "useRemoteSvgIcon()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "useRemoteSvgIcon()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/hooks/useRemoteSvgIcon.tsx", "file_type": "code", "degree": 24}, {"id": "hooks_useremotesvgicon_remotesvgicon", "label": "RemoteSvgIcon()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteSvgIcon()", "community": 4, "community_name": "Community 4", "source_file": "servers/nextjs/app/hooks/useRemoteSvgIcon.tsx", "file_type": "code", "degree": 18}, {"id": "servers_nextjs_app_hooks_compilelayout_ts", "label": "compileLayout.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "compileLayout.ts", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/compileLayout.ts", "file_type": "code", "degree": 5}, {"id": "hooks_compilelayout_compiledlayout", "label": "CompiledLayout", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CompiledLayout", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/compileLayout.ts", "file_type": "code", "degree": 4}, {"id": "hooks_compilelayout_compilecustomlayout", "label": "compileCustomLayout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "compileCustomLayout()", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/compileLayout.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "useCustomTemplates.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "useCustomTemplates.ts", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 27}, {"id": "hooks_usecustomtemplates_templatesummary", "label": "TemplateSummary", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateSummary", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usecustomtemplates_rawlayoutresponse", "label": "RawLayoutResponse", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RawLayoutResponse", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usecustomtemplates_customtemplatedetailresponse", "label": "CustomTemplateDetailResponse", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTemplateDetailResponse", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usecustomtemplates_customtemplatelayout", "label": "CustomTemplateLayout", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomTemplateLayout", "community": 57, "community_name": "Community 57", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 3}, {"id": "hooks_usecustomtemplates_inflightrequests", "label": "inFlightRequests", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "inFlightRequests", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usecustomtemplates_customtemplatefirstslidecache", "label": "customTemplateFirstSlideCache", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "customTemplateFirstSlideCache", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usecustomtemplates_inflightfirstsliderequests", "label": "inFlightFirstSlideRequests", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "inFlightFirstSlideRequests", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usecustomtemplates_normalizecustomtemplateid", "label": "normalizeCustomTemplateId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeCustomTemplateId()", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 2}, {"id": "hooks_usecustomtemplates_getcustomtemplatefirstslidepreview", "label": "getCustomTemplateFirstSlidePreview()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getCustomTemplateFirstSlidePreview()", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 2}, {"id": "hooks_usecustomtemplates_getcustomtemplatedetails", "label": "getCustomTemplateDetails()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getCustomTemplateDetails()", "community": 75, "community_name": "Community 75", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 4}, {"id": "hooks_usecustomtemplates_usecustomtemplatesummaries", "label": "useCustomTemplateSummaries()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "useCustomTemplateSummaries()", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 4}, {"id": "hooks_usecustomtemplates_usecustomtemplatepreview", "label": "useCustomTemplatePreview()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "useCustomTemplatePreview()", "community": 35, "community_name": "Community 35", "source_file": "servers/nextjs/app/hooks/useCustomTemplates.ts", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_app_api_save_layout_route_ts", "label": "route.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 265, "community_name": "Community 265", "source_file": "servers/nextjs/app/api/save-layout/route.ts", "file_type": "code", "degree": 1}, {"id": "save_layout_route_post", "label": "POST()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST()", "community": 265, "community_name": "Community 265", "source_file": "servers/nextjs/app/api/save-layout/route.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_api_has_required_key_route_ts", "label": "route.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 268, "community_name": "Community 268", "source_file": "servers/nextjs/app/api/has-required-key/route.ts", "file_type": "code", "degree": 1}, {"id": "has_required_key_route_get", "label": "GET()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GET()", "community": 268, "community_name": "Community 268", "source_file": "servers/nextjs/app/api/has-required-key/route.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_api_user_config_route_ts", "label": "route.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/app/api/user-config/route.ts", "file_type": "code", "degree": 3}, {"id": "user_config_route_get", "label": "GET()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GET()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/app/api/user-config/route.ts", "file_type": "code", "degree": 1}, {"id": "user_config_route_post", "label": "POST()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/app/api/user-config/route.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_api_can_change_keys_route_ts", "label": "route.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 267, "community_name": "Community 267", "source_file": "servers/nextjs/app/api/can-change-keys/route.ts", "file_type": "code", "degree": 1}, {"id": "can_change_keys_route_get", "label": "GET()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GET()", "community": 267, "community_name": "Community 267", "source_file": "servers/nextjs/app/api/can-change-keys/route.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_api_telemetry_status_route_ts", "label": "route.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 269, "community_name": "Community 269", "source_file": "servers/nextjs/app/api/telemetry-status/route.ts", "file_type": "code", "degree": 1}, {"id": "telemetry_status_route_get", "label": "GET()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GET()", "community": 269, "community_name": "Community 269", "source_file": "servers/nextjs/app/api/telemetry-status/route.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_api_read_file_route_ts", "label": "route.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/api/read-file/route.ts", "file_type": "code", "degree": 3}, {"id": "read_file_route_post", "label": "POST()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST()", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/api/read-file/route.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_api_export_as_pdf_route_ts", "label": "route.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/api/export-as-pdf/route.ts", "file_type": "code", "degree": 3}, {"id": "export_as_pdf_route_post", "label": "POST()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST()", "community": 86, "community_name": "Community 86", "source_file": "servers/nextjs/app/api/export-as-pdf/route.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_api_template_route_ts", "label": "route.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 314, "community_name": "Community 314", "source_file": "servers/nextjs/app/api/template/route.ts", "file_type": "code", "degree": 1}, {"id": "template_route_get", "label": "GET()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GET()", "community": 314, "community_name": "Community 314", "source_file": "servers/nextjs/app/api/template/route.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_api_upload_image_route_ts", "label": "route.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 270, "community_name": "Community 270", "source_file": "servers/nextjs/app/api/upload-image/route.ts", "file_type": "code", "degree": 1}, {"id": "upload_image_route_post", "label": "POST()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST()", "community": 270, "community_name": "Community 270", "source_file": "servers/nextjs/app/api/upload-image/route.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "label": "route.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 23}, {"id": "presentation_to_pptx_model_route_get", "label": "GET()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "GET()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 9}, {"id": "presentation_to_pptx_model_route_getbrowserandpage", "label": "getBrowserAndPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getBrowserAndPage()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 2}, {"id": "presentation_to_pptx_model_route_closebrowserandpage", "label": "closeBrowserAndPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "closeBrowserAndPage()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 2}, {"id": "presentation_to_pptx_model_route_getscreenshotsdir", "label": "getScreenshotsDir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getScreenshotsDir()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 2}, {"id": "presentation_to_pptx_model_route_postprocessslidesattributes", "label": "postProcessSlidesAttributes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "postProcessSlidesAttributes()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 3}, {"id": "presentation_to_pptx_model_route_screenshotelement", "label": "screenshotElement()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "screenshotElement()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 3}, {"id": "presentation_to_pptx_model_route_convertsvgtopng", "label": "convertSvgToPng()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "convertSvgToPng()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 3}, {"id": "presentation_to_pptx_model_route_getslidesattributes", "label": "getSlidesAttributes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSlidesAttributes()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 2}, {"id": "presentation_to_pptx_model_route_getslidesandspeakernotes", "label": "getSlidesAndSpeakerNotes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getSlidesAndSpeakerNotes()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 4}, {"id": "presentation_to_pptx_model_route_getslideswrapper", "label": "getSlidesWrapper()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSlidesWrapper()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 2}, {"id": "presentation_to_pptx_model_route_getspeakernotes", "label": "getSpeakerNotes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSpeakerNotes()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 2}, {"id": "presentation_to_pptx_model_route_getallchildelementsattributes", "label": "getAllChildElementsAttributes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getAllChildElementsAttributes()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 2}, {"id": "presentation_to_pptx_model_route_getelementattributes", "label": "getElementAttributes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getElementAttributes()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/app/api/presentation_to_pptx_model/route.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_app_api_templates_route_ts", "label": "route.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "route.ts", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/api/templates/route.ts", "file_type": "code", "degree": 3}, {"id": "templates_route_get", "label": "GET()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GET()", "community": 93, "community_name": "Community 93", "source_file": "servers/nextjs/app/api/templates/route.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_utils_providerconstants_ts", "label": "providerConstants.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "providerConstants.ts", "community": 40, "community_name": "Community 40", "source_file": "servers/nextjs/utils/providerConstants.ts", "file_type": "code", "degree": 6}, {"id": "utils_providerconstants_modeloption", "label": "ModelOption", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ModelOption", "community": 40, "community_name": "Community 40", "source_file": "servers/nextjs/utils/providerConstants.ts", "file_type": "code", "degree": 1}, {"id": "utils_providerconstants_imageprovideroption", "label": "ImageProviderOption", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageProviderOption", "community": 40, "community_name": "Community 40", "source_file": "servers/nextjs/utils/providerConstants.ts", "file_type": "code", "degree": 1}, {"id": "utils_providerconstants_llmprovideroption", "label": "LLMProviderOption", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMProviderOption", "community": 40, "community_name": "Community 40", "source_file": "servers/nextjs/utils/providerConstants.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_utils_constant_ts", "label": "constant.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "constant.ts", "community": 335, "community_name": "Community 335", "source_file": "servers/nextjs/utils/constant.ts", "file_type": "code", "degree": 0}, {"id": "servers_nextjs_utils_storehelpers_ts", "label": "storeHelpers.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "storeHelpers.ts", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/storeHelpers.ts", "file_type": "code", "degree": 9}, {"id": "utils_storehelpers_handlesavellmconfig", "label": "handleSaveLLMConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handleSaveLLMConfig()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/storeHelpers.ts", "file_type": "code", "degree": 4}, {"id": "utils_storehelpers_hasvalidllmconfig", "label": "hasValidLLMConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "hasValidLLMConfig()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/storeHelpers.ts", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_utils_mixpanel_ts", "label": "mixpanel.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mixpanel.ts", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 28}, {"id": "utils_mixpanel_mixpanelevent", "label": "MixpanelEvent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "MixpanelEvent", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 19}, {"id": "utils_mixpanel_mixpanelprops", "label": "MixpanelProps", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MixpanelProps", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 1}, {"id": "utils_mixpanel_window", "label": "Window", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Window", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 1}, {"id": "utils_mixpanel_canusemixpanel", "label": "canUseMixpanel()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "canUseMixpanel()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 5}, {"id": "utils_mixpanel_ensuretelemetrystatus", "label": "ensureTelemetryStatus()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ensureTelemetryStatus()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 2}, {"id": "utils_mixpanel_initmixpanel", "label": "initMixpanel()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "initMixpanel()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 7}, {"id": "utils_mixpanel_track", "label": "track()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "track()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 4}, {"id": "utils_mixpanel_trackevent", "label": "trackEvent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "trackEvent()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 20}, {"id": "utils_mixpanel_getdistinctid", "label": "getDistinctId()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getDistinctId()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 3}, {"id": "utils_mixpanel_identifyanonymous", "label": "identifyAnonymous()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "identifyAnonymous()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/utils/mixpanel.ts", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_utils_pptx_models_utils_ts", "label": "pptx_models_utils.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pptx_models_utils.ts", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 31}, {"id": "utils_pptx_models_utils_converttextaligntopptxalignment", "label": "convertTextAlignToPptxAlignment()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "convertTextAlignToPptxAlignment()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 3}, {"id": "utils_pptx_models_utils_convertlineheighttorelative", "label": "convertLineHeightToRelative()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "convertLineHeightToRelative()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 3}, {"id": "utils_pptx_models_utils_convertelementattributestopptxslides", "label": "convertElementAttributesToPptxSlides()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "convertElementAttributesToPptxSlides()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 3}, {"id": "utils_pptx_models_utils_convertelementtopptxshape", "label": "convertElementToPptxShape()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "convertElementToPptxShape()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 5}, {"id": "utils_pptx_models_utils_converttotextbox", "label": "convertToTextBox()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "convertToTextBox()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 4}, {"id": "utils_pptx_models_utils_converttoautoshapebox", "label": "convertToAutoShapeBox()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "convertToAutoShapeBox()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 4}, {"id": "utils_pptx_models_utils_converttopicturebox", "label": "convertToPictureBox()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "convertToPictureBox()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 2}, {"id": "utils_pptx_models_utils_converttoconnector", "label": "convertToConnector()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "convertToConnector()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/pptx_models_utils.ts", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_utils_providerutils_ts", "label": "providerUtils.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "providerUtils.ts", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/providerUtils.ts", "file_type": "code", "degree": 12}, {"id": "utils_providerutils_ollamamodel", "label": "OllamaModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OllamaModel", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/providerUtils.ts", "file_type": "code", "degree": 1}, {"id": "utils_providerutils_downloadingmodel", "label": "DownloadingModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DownloadingModel", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/providerUtils.ts", "file_type": "code", "degree": 1}, {"id": "utils_providerutils_ollamamodelsresult", "label": "OllamaModelsResult", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OllamaModelsResult", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/providerUtils.ts", "file_type": "code", "degree": 1}, {"id": "utils_providerutils_updatellmconfig", "label": "updateLLMConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "updateLLMConfig()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/providerUtils.ts", "file_type": "code", "degree": 2}, {"id": "utils_providerutils_changeprovider", "label": "changeProvider()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "changeProvider()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/providerUtils.ts", "file_type": "code", "degree": 2}, {"id": "utils_providerutils_checkifselectedollamamodelispulled", "label": "checkIfSelectedOllamaModelIsPulled()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "checkIfSelectedOllamaModelIsPulled()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/utils/providerUtils.ts", "file_type": "code", "degree": 4}, {"id": "servers_nextjs_utils_error_helpers_ts", "label": "error_helpers.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "error_helpers.ts", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/error_helpers.ts", "file_type": "code", "degree": 3}, {"id": "utils_error_helpers_wrap_errors", "label": "wrap_errors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "wrap_errors()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/utils/error_helpers.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_models_errors_ts", "label": "errors.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "errors.ts", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/models/errors.ts", "file_type": "code", "degree": 3}, {"id": "models_errors_apierror", "label": "ApiError", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiError", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/models/errors.ts", "file_type": "code", "degree": 4}, {"id": "models_errors_apierror_constructor", "label": ".constructor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 10, "community_name": "Community 10", "source_file": "servers/nextjs/models/errors.ts", "file_type": "code", "degree": 1}, {"id": "components_anthropicconfig_anthropicconfigprops", "label": "AnthropicConfigProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AnthropicConfigProps", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/AnthropicConfig.tsx", "file_type": "code", "degree": 1}, {"id": "components_anthropicconfig_anthropicconfig", "label": "AnthropicConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AnthropicConfig()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/AnthropicConfig.tsx", "file_type": "code", "degree": 17}, {"id": "servers_nextjs_components_openaiconfig_tsx", "label": "OpenAIConfig.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAIConfig.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/OpenAIConfig.tsx", "file_type": "code", "degree": 17}, {"id": "components_openaiconfig_openaiconfig", "label": "OpenAIConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAIConfig()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/OpenAIConfig.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_home_tsx", "label": "Home.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Home.tsx", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/components/Home.tsx", "file_type": "code", "degree": 15}, {"id": "components_home_buttonstate", "label": "ButtonState", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ButtonState", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/components/Home.tsx", "file_type": "code", "degree": 1}, {"id": "components_home_home", "label": "Home()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Home()", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/components/Home.tsx", "file_type": "code", "degree": 1}, {"id": "components_customconfig_customconfigprops", "label": "CustomConfigProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomConfigProps", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/CustomConfig.tsx", "file_type": "code", "degree": 1}, {"id": "components_customconfig_customconfig", "label": "CustomConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomConfig()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/CustomConfig.tsx", "file_type": "code", "degree": 17}, {"id": "components_googleconfig_googleconfig", "label": "GoogleConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GoogleConfig()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/GoogleConfig.tsx", "file_type": "code", "degree": 16}, {"id": "servers_nextjs_components_tooltip_tsx", "label": "ToolTip.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ToolTip.tsx", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/components/ToolTip.tsx", "file_type": "code", "degree": 10}, {"id": "components_tooltip_tooltip", "label": "ToolTip()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToolTip()", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/components/ToolTip.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_llmselection_tsx", "label": "LLMSelection.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMSelection.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/LLMSelection.tsx", "file_type": "code", "degree": 37}, {"id": "components_llmselection_dalle_3_quality_options", "label": "DALLE_3_QUALITY_OPTIONS", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DALLE_3_QUALITY_OPTIONS", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/LLMSelection.tsx", "file_type": "code", "degree": 1}, {"id": "components_llmselection_gpt_image_1_5_quality_options", "label": "GPT_IMAGE_1_5_QUALITY_OPTIONS", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GPT_IMAGE_1_5_QUALITY_OPTIONS", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/LLMSelection.tsx", "file_type": "code", "degree": 1}, {"id": "components_llmselection_buttonstate", "label": "ButtonState", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ButtonState", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/LLMSelection.tsx", "file_type": "code", "degree": 1}, {"id": "components_llmselection_llmproviderselection", "label": "LLMProviderSelection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMProviderSelection()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/LLMSelection.tsx", "file_type": "code", "degree": 1}, {"id": "components_announcement_announcement", "label": "Announcement()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Announcement()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/Announcement.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_backbtn_tsx", "label": "BackBtn.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BackBtn.tsx", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/components/BackBtn.tsx", "file_type": "code", "degree": 2}, {"id": "components_backbtn_backbtn", "label": "BackBtn()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BackBtn()", "community": 17, "community_name": "Community 17", "source_file": "servers/nextjs/components/BackBtn.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_header_tsx", "label": "Header.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Header.tsx", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/components/Header.tsx", "file_type": "code", "degree": 1}, {"id": "components_ollamaconfig_ollamamodel", "label": "OllamaModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OllamaModel", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/OllamaConfig.tsx", "file_type": "code", "degree": 1}, {"id": "components_ollamaconfig_ollamaconfigprops", "label": "OllamaConfigProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OllamaConfigProps", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/OllamaConfig.tsx", "file_type": "code", "degree": 1}, {"id": "components_ollamaconfig_ollamaconfig", "label": "OllamaConfig()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OllamaConfig()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/OllamaConfig.tsx", "file_type": "code", "degree": 18}, {"id": "servers_nextjs_components_wrapper_tsx", "label": "Wrapper.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Wrapper.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/Wrapper.tsx", "file_type": "code", "degree": 11}, {"id": "components_wrapper_wrapperprops", "label": "WrapperProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WrapperProps", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/Wrapper.tsx", "file_type": "code", "degree": 1}, {"id": "components_wrapper_wrapper", "label": "Wrapper()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Wrapper()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/Wrapper.tsx", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_components_ui_tabs_tsx", "label": "tabs.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "tabs.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/tabs.tsx", "file_type": "code", "degree": 8}, {"id": "ui_tabs_tabslist", "label": "TabsList", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TabsList", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/tabs.tsx", "file_type": "code", "degree": 4}, {"id": "ui_tabs_tabstrigger", "label": "TabsTrigger", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TabsTrigger", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/tabs.tsx", "file_type": "code", "degree": 4}, {"id": "ui_tabs_tabscontent", "label": "TabsContent", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TabsContent", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/tabs.tsx", "file_type": "code", "degree": 4}, {"id": "servers_nextjs_components_ui_card_tsx", "label": "card.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "card.tsx", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/components/ui/card.tsx", "file_type": "code", "degree": 20}, {"id": "ui_card_card", "label": "Card", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Card", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/components/ui/card.tsx", "file_type": "code", "degree": 13}, {"id": "ui_card_cardheader", "label": "CardHeader", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CardHeader", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/components/ui/card.tsx", "file_type": "code", "degree": 4}, {"id": "ui_card_cardtitle", "label": "CardTitle", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CardTitle", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/components/ui/card.tsx", "file_type": "code", "degree": 4}, {"id": "ui_card_carddescription", "label": "CardDescription", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CardDescription", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/components/ui/card.tsx", "file_type": "code", "degree": 2}, {"id": "ui_card_cardcontent", "label": "CardContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CardContent", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/components/ui/card.tsx", "file_type": "code", "degree": 6}, {"id": "ui_card_cardfooter", "label": "CardFooter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CardFooter", "community": 46, "community_name": "Community 46", "source_file": "servers/nextjs/components/ui/card.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_slider_tsx", "label": "slider.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "slider.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/slider.tsx", "file_type": "code", "degree": 3}, {"id": "ui_slider_slider", "label": "Slider", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Slider", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/slider.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_popover_tsx", "label": "popover.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "popover.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/popover.tsx", "file_type": "code", "degree": 13}, {"id": "ui_popover_popovercontent", "label": "PopoverContent", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PopoverContent", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/popover.tsx", "file_type": "code", "degree": 11}, {"id": "servers_nextjs_components_ui_loader_tsx", "label": "loader.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "loader.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/loader.tsx", "file_type": "code", "degree": 5}, {"id": "ui_loader_loaderprops", "label": "LoaderProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoaderProps", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/loader.tsx", "file_type": "code", "degree": 1}, {"id": "ui_loader_loader", "label": "Loader()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Loader()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/loader.tsx", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_components_ui_progress_tsx", "label": "progress.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "progress.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/progress.tsx", "file_type": "code", "degree": 3}, {"id": "ui_progress_progress", "label": "Progress", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Progress", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/progress.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_chart_tsx", "label": "chart.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "chart.tsx", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 12}, {"id": "ui_chart_themes", "label": "THEMES", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "THEMES", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_chartconfig", "label": "ChartConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartConfig", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_chartcontextprops", "label": "ChartContextProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartContextProps", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_chartcontext", "label": "ChartContext", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartContext", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_usechart", "label": "useChart()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useChart()", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_chartcontainer", "label": "ChartContainer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartContainer", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_chartstyle", "label": "ChartStyle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartStyle()", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_charttooltipcontent", "label": "ChartTooltipContent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartTooltipContent", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_chartlegendcontent", "label": "ChartLegendContent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChartLegendContent", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "ui_chart_getpayloadconfigfrompayload", "label": "getPayloadConfigFromPayload()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getPayloadConfigFromPayload()", "community": 82, "community_name": "Community 82", "source_file": "servers/nextjs/components/ui/chart.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_sheet_tsx", "label": "sheet.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sheet.tsx", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 13}, {"id": "ui_sheet_sheetoverlay", "label": "SheetOverlay", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetOverlay", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 1}, {"id": "ui_sheet_sheetvariants", "label": "sheetVariants", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sheetVariants", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 1}, {"id": "ui_sheet_sheetcontentprops", "label": "SheetContentProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetContentProps", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 1}, {"id": "ui_sheet_sheetcontent", "label": "SheetContent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetContent", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 4}, {"id": "ui_sheet_sheetheader", "label": "SheetHeader()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetHeader()", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 5}, {"id": "ui_sheet_sheetfooter", "label": "SheetFooter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetFooter()", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 3}, {"id": "ui_sheet_sheettitle", "label": "SheetTitle", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetTitle", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 4}, {"id": "ui_sheet_sheetdescription", "label": "SheetDescription", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetDescription", "community": 53, "community_name": "Community 53", "source_file": "servers/nextjs/components/ui/sheet.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_scroll_area_tsx", "label": "scroll-area.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "scroll-area.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/scroll-area.tsx", "file_type": "code", "degree": 4}, {"id": "ui_scroll_area_scrollarea", "label": "ScrollArea", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScrollArea", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/scroll-area.tsx", "file_type": "code", "degree": 1}, {"id": "ui_scroll_area_scrollbar", "label": "ScrollBar", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScrollBar", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/scroll-area.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_label_tsx", "label": "label.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "label.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/label.tsx", "file_type": "code", "degree": 6}, {"id": "ui_label_labelvariants", "label": "labelVariants", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "labelVariants", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/label.tsx", "file_type": "code", "degree": 1}, {"id": "ui_label_label", "label": "Label", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Label", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/label.tsx", "file_type": "code", "degree": 3}, {"id": "servers_nextjs_components_ui_sonner_tsx", "label": "sonner.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sonner.tsx", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/components/ui/sonner.tsx", "file_type": "code", "degree": 3}, {"id": "ui_sonner_toasterprops", "label": "ToasterProps", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToasterProps", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/components/ui/sonner.tsx", "file_type": "code", "degree": 1}, {"id": "ui_sonner_toaster", "label": "Toaster()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Toaster()", "community": 97, "community_name": "Community 97", "source_file": "servers/nextjs/components/ui/sonner.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_components_ui_accordion_tsx", "label": "accordion.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "accordion.tsx", "community": 119, "community_name": "Community 119", "source_file": "servers/nextjs/components/ui/accordion.tsx", "file_type": "code", "degree": 6}, {"id": "ui_accordion_accordionitem", "label": "AccordionItem", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccordionItem", "community": 119, "community_name": "Community 119", "source_file": "servers/nextjs/components/ui/accordion.tsx", "file_type": "code", "degree": 2}, {"id": "ui_accordion_accordiontrigger", "label": "AccordionTrigger", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccordionTrigger", "community": 119, "community_name": "Community 119", "source_file": "servers/nextjs/components/ui/accordion.tsx", "file_type": "code", "degree": 2}, {"id": "ui_accordion_accordioncontent", "label": "AccordionContent", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccordionContent", "community": 119, "community_name": "Community 119", "source_file": "servers/nextjs/components/ui/accordion.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_components_ui_tooltip_tsx", "label": "tooltip.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tooltip.tsx", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/components/ui/tooltip.tsx", "file_type": "code", "degree": 4}, {"id": "ui_tooltip_tooltipcontent", "label": "TooltipContent", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TooltipContent", "community": 44, "community_name": "Community 44", "source_file": "servers/nextjs/components/ui/tooltip.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_components_ui_switch_tsx", "label": "switch.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "switch.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/switch.tsx", "file_type": "code", "degree": 10}, {"id": "ui_switch_switch", "label": "Switch", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Switch", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/switch.tsx", "file_type": "code", "degree": 8}, {"id": "servers_nextjs_components_ui_radio_group_tsx", "label": "radio-group.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "radio-group.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/radio-group.tsx", "file_type": "code", "degree": 3}, {"id": "ui_radio_group_radiogroup", "label": "RadioGroup", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RadioGroup", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/radio-group.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_command_tsx", "label": "command.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "command.tsx", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 20}, {"id": "ui_command_command", "label": "Command", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Command", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 8}, {"id": "ui_command_commanddialog", "label": "CommandDialog()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandDialog()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 1}, {"id": "ui_command_commandinput", "label": "CommandInput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandInput", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 8}, {"id": "ui_command_commandlist", "label": "CommandList", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandList", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 8}, {"id": "ui_command_commandempty", "label": "CommandEmpty", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandEmpty", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 8}, {"id": "ui_command_commandgroup", "label": "CommandGroup", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandGroup", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 8}, {"id": "ui_command_commandseparator", "label": "CommandSeparator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandSeparator", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 1}, {"id": "ui_command_commanditem", "label": "CommandItem", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandItem", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 8}, {"id": "ui_command_commandshortcut", "label": "CommandShortcut()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandShortcut()", "community": 21, "community_name": "Community 21", "source_file": "servers/nextjs/components/ui/command.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_components_ui_dialog_tsx", "label": "dialog.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "dialog.tsx", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/dialog.tsx", "file_type": "code", "degree": 11}, {"id": "ui_dialog_dialogoverlay", "label": "DialogOverlay", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogOverlay", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/dialog.tsx", "file_type": "code", "degree": 1}, {"id": "ui_dialog_dialogcontent", "label": "DialogContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogContent", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/dialog.tsx", "file_type": "code", "degree": 4}, {"id": "ui_dialog_dialogheader", "label": "DialogHeader()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogHeader()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/dialog.tsx", "file_type": "code", "degree": 4}, {"id": "ui_dialog_dialogfooter", "label": "DialogFooter()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogFooter()", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/dialog.tsx", "file_type": "code", "degree": 4}, {"id": "ui_dialog_dialogtitle", "label": "DialogTitle", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogTitle", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/dialog.tsx", "file_type": "code", "degree": 3}, {"id": "ui_dialog_dialogdescription", "label": "DialogDescription", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogDescription", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/dialog.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_components_ui_progress_bar_tsx", "label": "progress-bar.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "progress-bar.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/progress-bar.tsx", "file_type": "code", "degree": 3}, {"id": "ui_progress_bar_progressbarprops", "label": "ProgressBarProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressBarProps", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/progress-bar.tsx", "file_type": "code", "degree": 1}, {"id": "ui_progress_bar_progressbar", "label": "ProgressBar()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressBar()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/progress-bar.tsx", "file_type": "code", "degree": 2}, {"id": "servers_nextjs_components_ui_table_tsx", "label": "table.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "table.tsx", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 10}, {"id": "ui_table_table", "label": "Table", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Table", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "ui_table_tableheader", "label": "TableHeader", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableHeader", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "ui_table_tablebody", "label": "TableBody", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableBody", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "ui_table_tablefooter", "label": "TableFooter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableFooter", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "ui_table_tablerow", "label": "TableRow", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableRow", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "ui_table_tablehead", "label": "TableHead", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableHead", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "ui_table_tablecell", "label": "TableCell", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableCell", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "ui_table_tablecaption", "label": "TableCaption", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TableCaption", "community": 94, "community_name": "Community 94", "source_file": "servers/nextjs/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_separator_tsx", "label": "separator.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "separator.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/separator.tsx", "file_type": "code", "degree": 3}, {"id": "ui_separator_separator", "label": "Separator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Separator", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/separator.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_button_tsx", "label": "button.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "button.tsx", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/components/ui/button.tsx", "file_type": "code", "degree": 34}, {"id": "ui_button_buttonvariants", "label": "buttonVariants", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buttonVariants", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/components/ui/button.tsx", "file_type": "code", "degree": 1}, {"id": "ui_button_buttonprops", "label": "ButtonProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ButtonProps", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/components/ui/button.tsx", "file_type": "code", "degree": 1}, {"id": "ui_button_button", "label": "Button", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Button", "community": 13, "community_name": "Community 13", "source_file": "servers/nextjs/components/ui/button.tsx", "file_type": "code", "degree": 30}, {"id": "servers_nextjs_components_ui_toggle_tsx", "label": "toggle.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "toggle.tsx", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/toggle.tsx", "file_type": "code", "degree": 4}, {"id": "ui_toggle_togglevariants", "label": "toggleVariants", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleVariants", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/toggle.tsx", "file_type": "code", "degree": 1}, {"id": "ui_toggle_toggle", "label": "Toggle", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Toggle", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/toggle.tsx", "file_type": "code", "degree": 1}, {"id": "ui_overlay_loader_overlayloaderprops", "label": "OverlayLoaderProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OverlayLoaderProps", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/overlay-loader.tsx", "file_type": "code", "degree": 1}, {"id": "ui_overlay_loader_overlayloader", "label": "OverlayLoader()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "OverlayLoader()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/overlay-loader.tsx", "file_type": "code", "degree": 11}, {"id": "servers_nextjs_components_ui_collapsible_tsx", "label": "collapsible.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "collapsible.tsx", "community": 336, "community_name": "Community 336", "source_file": "servers/nextjs/components/ui/collapsible.tsx", "file_type": "code", "degree": 0}, {"id": "servers_nextjs_components_ui_select_tsx", "label": "select.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "select.tsx", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/select.tsx", "file_type": "code", "degree": 10}, {"id": "ui_select_selecttrigger", "label": "SelectTrigger", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectTrigger", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/select.tsx", "file_type": "code", "degree": 2}, {"id": "ui_select_selectscrollupbutton", "label": "SelectScrollUpButton", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectScrollUpButton", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/select.tsx", "file_type": "code", "degree": 1}, {"id": "ui_select_selectscrolldownbutton", "label": "SelectScrollDownButton", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectScrollDownButton", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/select.tsx", "file_type": "code", "degree": 1}, {"id": "ui_select_selectcontent", "label": "SelectContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectContent", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/select.tsx", "file_type": "code", "degree": 2}, {"id": "ui_select_selectlabel", "label": "SelectLabel", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectLabel", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/select.tsx", "file_type": "code", "degree": 1}, {"id": "ui_select_selectitem", "label": "SelectItem", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectItem", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/select.tsx", "file_type": "code", "degree": 2}, {"id": "ui_select_selectseparator", "label": "SelectSeparator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectSeparator", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/select.tsx", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_components_ui_textarea_tsx", "label": "textarea.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "textarea.tsx", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/textarea.tsx", "file_type": "code", "degree": 10}, {"id": "ui_textarea_textareaprops", "label": "TextareaProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TextareaProps", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/textarea.tsx", "file_type": "code", "degree": 1}, {"id": "ui_textarea_textarea", "label": "Textarea", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Textarea", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/textarea.tsx", "file_type": "code", "degree": 7}, {"id": "servers_nextjs_components_ui_input_tsx", "label": "input.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "input.tsx", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/input.tsx", "file_type": "code", "degree": 7}, {"id": "ui_input_inputprops", "label": "InputProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InputProps", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/input.tsx", "file_type": "code", "degree": 1}, {"id": "ui_input_input", "label": "Input", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Input", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/components/ui/input.tsx", "file_type": "code", "degree": 4}, {"id": "ui_skeleton_skeleton", "label": "Skeleton()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Skeleton()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/components/ui/skeleton.tsx", "file_type": "code", "degree": 12}, {"id": "servers_nextjs_lib_utils_ts", "label": "utils.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.ts", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/lib/utils.ts", "file_type": "code", "degree": 36}, {"id": "lib_utils_cn", "label": "cn()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cn()", "community": 15, "community_name": "Community 15", "source_file": "servers/nextjs/lib/utils.ts", "file_type": "code", "degree": 45}, {"id": "servers_nextjs_store_store_ts", "label": "store.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "store.ts", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/store/store.ts", "file_type": "code", "degree": 24}, {"id": "store_store_store", "label": "store", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "store", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/store/store.ts", "file_type": "code", "degree": 4}, {"id": "store_store_rootstate", "label": "RootState", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RootState", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/store/store.ts", "file_type": "code", "degree": 15}, {"id": "store_store_appdispatch", "label": "AppDispatch", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AppDispatch", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/store/store.ts", "file_type": "code", "degree": 1}, {"id": "slices_userconfig_initialstate", "label": "initialState", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "initialState", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/store/slices/userConfig.ts", "file_type": "code", "degree": 1}, {"id": "slices_userconfig_userconfigslice", "label": "userConfigSlice", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "userConfigSlice", "community": 31, "community_name": "Community 31", "source_file": "servers/nextjs/store/slices/userConfig.ts", "file_type": "code", "degree": 1}, {"id": "slices_undoredoslice_historystate", "label": "HistoryState", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HistoryState", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/store/slices/undoRedoSlice.ts", "file_type": "code", "degree": 1}, {"id": "slices_undoredoslice_undoredostate", "label": "UndoRedoState", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UndoRedoState", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/store/slices/undoRedoSlice.ts", "file_type": "code", "degree": 1}, {"id": "slices_undoredoslice_deepcopy", "label": "deepCopy()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "deepCopy()", "community": 47, "community_name": "Community 47", "source_file": "servers/nextjs/store/slices/undoRedoSlice.ts", "file_type": "code", "degree": 5}, {"id": "slices_undoredoslice_initialstate", "label": "initialState", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "initialState", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/store/slices/undoRedoSlice.ts", "file_type": "code", "degree": 1}, {"id": "slices_undoredoslice_undoredoslice", "label": "undoRedoSlice", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "undoRedoSlice", "community": 29, "community_name": "Community 29", "source_file": "servers/nextjs/store/slices/undoRedoSlice.ts", "file_type": "code", "degree": 12}, {"id": "slices_presentationgeneration_presentationdata", "label": "PresentationData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationData", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/store/slices/presentationGeneration.ts", "file_type": "code", "degree": 1}, {"id": "slices_presentationgeneration_initialstate", "label": "initialState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "initialState", "community": 34, "community_name": "Community 34", "source_file": "servers/nextjs/store/slices/presentationGeneration.ts", "file_type": "code", "degree": 1}, {"id": "servers_nextjs_store_slices_presentationgenupload_ts", "label": "presentationGenUpload.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "presentationGenUpload.ts", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/store/slices/presentationGenUpload.ts", "file_type": "code", "degree": 5}, {"id": "slices_presentationgenupload_initialstate", "label": "initialState", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "initialState", "community": 16, "community_name": "Community 16", "source_file": "servers/nextjs/store/slices/presentationGenUpload.ts", "file_type": "code", "degree": 1}, {"id": "readme_presenton", "label": "Presenton", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Presenton", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "document", "degree": 12}, {"id": "readme_openai", "label": "OpenAI Provider", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAI Provider", "community": 71, "community_name": "Community 71", "source_file": "README.md", "file_type": "concept", "degree": 4}, {"id": "readme_google_gemini", "label": "Google Gemini Provider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Gemini Provider", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "readme_anthropic_claude", "label": "Anthropic Claude Provider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic Claude Provider", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "readme_ollama", "label": "Ollama Integration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ollama Integration", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "readme_dalle3", "label": "DALL-E 3 Image Provider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DALL-E 3 Image Provider", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "readme_pexels", "label": "Pexels Image Provider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pexels Image Provider", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "readme_pixabay", "label": "Pixabay Image Provider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pixabay Image Provider", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "readme_comfyui", "label": "ComfyUI Self-hosted Image Provider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ComfyUI Self-hosted Image Provider", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "readme_mcp_server", "label": "Built-in MCP Server", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Built-in MCP Server", "community": 162, "community_name": "Community 162", "source_file": "README.md", "file_type": "concept", "degree": 3}, {"id": "readme_api_generate", "label": "API Endpoint: /api/v1/ppt/presentation/generate", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "API Endpoint: /api/v1/ppt/presentation/generate", "community": 72, "community_name": "Community 72", "source_file": "README.md", "file_type": "concept", "degree": 2}, {"id": "dockercompose_production", "label": "Docker Compose: production service", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Docker Compose: production service", "community": 72, "community_name": "Community 72", "source_file": "docker-compose.yml", "file_type": "code", "degree": 2}, {"id": "dockercompose_development", "label": "Docker Compose: development service", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Docker Compose: development service", "community": 263, "community_name": "Community 263", "source_file": "docker-compose.yml", "file_type": "code", "degree": 1}, {"id": "dockercompose_dockerfile", "label": "Dockerfile (production)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dockerfile (production)", "community": 72, "community_name": "Community 72", "source_file": "docker-compose.yml", "file_type": "code", "degree": 1}, {"id": "dockercompose_dockerfile_dev", "label": "Dockerfile.dev (development)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dockerfile.dev (development)", "community": 263, "community_name": "Community 263", "source_file": "docker-compose.yml", "file_type": "code", "degree": 1}, {"id": "agents_presenton_project", "label": "Presenton Project Entry Point", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Presenton Project Entry Point", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "document", "degree": 18}, {"id": "agents_architecture", "label": "Architecture Doc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Architecture Doc", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "document", "degree": 2}, {"id": "agents_tech_stack", "label": "Tech Stack Doc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tech Stack Doc", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "document", "degree": 2}, {"id": "agents_api_spec", "label": "API Spec Doc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "API Spec Doc", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "document", "degree": 2}, {"id": "agents_database_schema", "label": "Database Schema Doc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Database Schema Doc", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "document", "degree": 3}, {"id": "agents_infrastructure", "label": "Infrastructure Doc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Infrastructure Doc", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "document", "degree": 4}, {"id": "agents_requirements", "label": "Requirements Doc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Requirements Doc", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "document", "degree": 2}, {"id": "agents_runbook", "label": "Runbook Doc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Runbook Doc", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "document", "degree": 2}, {"id": "agents_pipeline_prompt_input", "label": "Pipeline Stage: Prompt/File Input", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline Stage: Prompt/File Input", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "concept", "degree": 3}, {"id": "agents_pipeline_outline_gen", "label": "Pipeline Stage: Outline Generation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline Stage: Outline Generation", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "concept", "degree": 5}, {"id": "agents_pipeline_structure_sel", "label": "Pipeline Stage: Structure Selection", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline Stage: Structure Selection", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "concept", "degree": 4}, {"id": "agents_pipeline_slide_content", "label": "Pipeline Stage: Slide Content Generation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline Stage: Slide Content Generation", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "concept", "degree": 5}, {"id": "agents_pipeline_asset_fetching", "label": "Pipeline Stage: Asset Fetching", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline Stage: Asset Fetching", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "concept", "degree": 6}, {"id": "agents_pipeline_export", "label": "Pipeline Stage: Export", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline Stage: Export", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "concept", "degree": 7}, {"id": "agents_pipeline_webhook", "label": "Pipeline Stage: Webhook", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline Stage: Webhook", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "concept", "degree": 3}, {"id": "agents_presentation_endpoint", "label": "Presentation Endpoint (presentation.py)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Presentation Endpoint (presentation.py)", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "code", "degree": 2}, {"id": "agents_generate_outlines", "label": "generate_presentation_outlines.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_presentation_outlines.py", "community": 26, "community_name": "Community 26", "source_file": "AGENTS.md", "file_type": "code", "degree": 10}, {"id": "agents_generate_structure", "label": "generate_presentation_structure.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_presentation_structure.py", "community": 26, "community_name": "Community 26", "source_file": "AGENTS.md", "file_type": "code", "degree": 11}, {"id": "agents_generate_slide_content", "label": "generate_slide_content.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_slide_content.py", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "code", "degree": 2}, {"id": "agents_process_slides", "label": "process_slides.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "process_slides.py", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "code", "degree": 2}, {"id": "agents_image_generation_service", "label": "image_generation_service.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "image_generation_service.py", "community": 48, "community_name": "Community 48", "source_file": "AGENTS.md", "file_type": "code", "degree": 29}, {"id": "agents_export_utils", "label": "export_utils.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "export_utils.py", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "code", "degree": 2}, {"id": "agents_pptx_presentation_creator", "label": "pptx_presentation_creator.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pptx_presentation_creator.py", "community": 27, "community_name": "Community 27", "source_file": "AGENTS.md", "file_type": "code", "degree": 45}, {"id": "agents_webhook_service", "label": "webhook_service.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "webhook_service.py", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "code", "degree": 8}, {"id": "agents_fastapi_server", "label": "FastAPI Server (servers/fastapi/)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Server (servers/fastapi/)", "community": 52, "community_name": "Community 52", "source_file": "AGENTS.md", "file_type": "code", "degree": 10}, {"id": "agents_nextjs_server", "label": "Next.js Server (servers/nextjs/)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Server (servers/nextjs/)", "community": 33, "community_name": "Community 33", "source_file": "AGENTS.md", "file_type": "code", "degree": 1}, {"id": "agents_libreoffice", "label": "LibreOffice (PPTX/PDF conversion)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LibreOffice (PPTX/PDF conversion)", "community": 36, "community_name": "Community 36", "source_file": "AGENTS.md", "file_type": "concept", "degree": 3}, {"id": "agents_chromium", "label": "Chromium (Puppeteer rendering)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Chromium (Puppeteer rendering)", "community": 337, "community_name": "Community 337", "source_file": "AGENTS.md", "file_type": "concept", "degree": 0}, {"id": "agents_openai_spec", "label": "openai_spec.json (OpenAPI snapshot)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "openai_spec.json (OpenAPI snapshot)", "community": 162, "community_name": "Community 162", "source_file": "AGENTS.md", "file_type": "code", "degree": 1}, {"id": "docs_readme_hub", "label": "Presenton Documentation Hub", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Presenton Documentation Hub", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 13}, {"id": "docs_architecture", "label": "Architecture Doc (docs/project/architecture.md)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Architecture Doc (docs/project/architecture.md)", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 2}, {"id": "docs_tech_stack", "label": "Tech Stack Doc (docs/project/tech_stack.md)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tech Stack Doc (docs/project/tech_stack.md)", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 2}, {"id": "docs_api_spec", "label": "API Spec Doc (docs/project/api_spec.md)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "API Spec Doc (docs/project/api_spec.md)", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 2}, {"id": "docs_database_schema", "label": "Database Schema Doc (docs/project/database_schema.md)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Database Schema Doc (docs/project/database_schema.md)", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 1}, {"id": "docs_infrastructure", "label": "Infrastructure Doc (docs/project/infrastructure.md)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Infrastructure Doc (docs/project/infrastructure.md)", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 2}, {"id": "docs_requirements", "label": "Requirements Doc (docs/project/requirements.md)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Requirements Doc (docs/project/requirements.md)", "community": 36, "community_name": "Community 36", "source_file": "docs/README.md", "file_type": "document", "degree": 20}, {"id": "docs_runbook", "label": "Runbook Doc (docs/project/runbook.md)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Runbook Doc (docs/project/runbook.md)", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 2}, {"id": "docs_adr_index", "label": "ADR Index (docs/reference/README.md)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ADR Index (docs/reference/README.md)", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 1}, {"id": "docs_adr_multi_provider_llm", "label": "ADR: Multi-Provider LLM", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ADR: Multi-Provider LLM", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "rationale", "degree": 2}, {"id": "docs_adr_sqlite_default", "label": "ADR: SQLite Default DB", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ADR: SQLite Default DB", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "rationale", "degree": 2}, {"id": "docs_adr_mcp_from_openapi", "label": "ADR: MCP from OpenAPI", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ADR: MCP from OpenAPI", "community": 162, "community_name": "Community 162", "source_file": "docs/README.md", "file_type": "rationale", "degree": 3}, {"id": "docs_tasks_readme", "label": "Tasks README (docs/tasks/README.md)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tasks README (docs/tasks/README.md)", "community": 33, "community_name": "Community 33", "source_file": "docs/README.md", "file_type": "document", "degree": 1}, {"id": "req_fr01", "label": "FR-01: Presentation Generation from Prompt", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-01: Presentation Generation from Prompt", "community": 52, "community_name": "Community 52", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 4}, {"id": "req_fr02", "label": "FR-02: Presentation Generation from Documents", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-02: Presentation Generation from Documents", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 3}, {"id": "req_fr03", "label": "FR-03: Custom Template Generation from PPTX", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-03: Custom Template Generation from PPTX", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 3}, {"id": "req_fr04", "label": "FR-04: Presentation Editing", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-04: Presentation Editing", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 1}, {"id": "req_fr05", "label": "FR-05: Export", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-05: Export", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 4}, {"id": "req_fr06", "label": "FR-06: Multi-Provider LLM Support", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-06: Multi-Provider LLM Support", "community": 72, "community_name": "Community 72", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 6}, {"id": "req_fr07", "label": "FR-07: Multi-Provider Image Generation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-07: Multi-Provider Image Generation", "community": 72, "community_name": "Community 72", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 5}, {"id": "req_fr08", "label": "FR-08: Built-in Templates", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-08: Built-in Templates", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 1}, {"id": "req_fr09", "label": "FR-09: Table of Contents", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-09: Table of Contents", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 1}, {"id": "req_fr10", "label": "FR-10: Web Search Grounding", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-10: Web Search Grounding", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 1}, {"id": "req_fr11", "label": "FR-11: MCP Server", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-11: MCP Server", "community": 162, "community_name": "Community 162", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 2}, {"id": "req_fr12", "label": "FR-12: Webhooks", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-12: Webhooks", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 2}, {"id": "req_fr13", "label": "FR-13: Font Management", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-13: Font Management", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 2}, {"id": "req_fr14", "label": "FR-14: Icon Search", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-14: Icon Search", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 2}, {"id": "req_fr15", "label": "FR-15: Async Generation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-15: Async Generation", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "document", "degree": 1}, {"id": "req_docling", "label": "docling (document extraction)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "docling (document extraction)", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "concept", "degree": 1}, {"id": "req_pdfplumber", "label": "pdfplumber (PDF extraction fallback)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pdfplumber (PDF extraction fallback)", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "concept", "degree": 1}, {"id": "req_python_pptx", "label": "python-pptx (PPTX builder)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "python-pptx (PPTX builder)", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "concept", "degree": 1}, {"id": "req_fonttools", "label": "fontTools (font metadata)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fontTools (font metadata)", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "concept", "degree": 1}, {"id": "req_icons_json", "label": "icons.json (icon library asset)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "icons.json (icon library asset)", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "code", "degree": 1}, {"id": "req_gpt5", "label": "GPT-5 (template HTML generation)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GPT-5 (template HTML generation)", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "concept", "degree": 1}, {"id": "req_workflow_ui", "label": "UI Multi-step Workflow", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UI Multi-step Workflow", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "concept", "degree": 1}, {"id": "req_workflow_api", "label": "API One-shot Workflow", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "API One-shot Workflow", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "concept", "degree": 2}, {"id": "req_workflow_pptx_template", "label": "PPTX Template Creation Workflow", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PPTX Template Creation Workflow", "community": 36, "community_name": "Community 36", "source_file": "docs/project/requirements.md", "file_type": "concept", "degree": 1}, {"id": "architecture_system_architecture", "label": "System Architecture", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "System Architecture", "community": 33, "community_name": "Community 33", "source_file": "docs/project/architecture.md", "file_type": "document", "degree": 5}, {"id": "architecture_nginx", "label": "nginx Reverse Proxy", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "nginx Reverse Proxy", "community": 115, "community_name": "Community 115", "source_file": "docs/project/architecture.md", "file_type": "concept", "degree": 6}, {"id": "architecture_nextjs", "label": "Next.js Frontend", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Frontend", "community": 115, "community_name": "Community 115", "source_file": "docs/project/architecture.md", "file_type": "concept", "degree": 4}, {"id": "architecture_fastapi", "label": "FastAPI Backend", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Backend", "community": 80, "community_name": "Community 80", "source_file": "docs/project/architecture.md", "file_type": "concept", "degree": 19}, {"id": "architecture_mcp_server", "label": "MCP Server", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "MCP Server", "community": 128, "community_name": "Community 128", "source_file": "docs/project/architecture.md", "file_type": "concept", "degree": 10}, {"id": "architecture_ollama", "label": "Ollama Local LLM", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ollama Local LLM", "community": 115, "community_name": "Community 115", "source_file": "docs/project/architecture.md", "file_type": "concept", "degree": 3}, {"id": "architecture_startjs", "label": "start.js Process Manager", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "start.js Process Manager", "community": 115, "community_name": "Community 115", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 6}, {"id": "architecture_llm_client", "label": "LLMClient", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMClient", "community": 96, "community_name": "Community 96", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 7}, {"id": "architecture_llmprovider", "label": "LLMProvider Enum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMProvider Enum", "community": 40, "community_name": "Community 40", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 7}, {"id": "architecture_image_generation_service", "label": "ImageGenerationService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageGenerationService", "community": 96, "community_name": "Community 96", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 5}, {"id": "architecture_imageprovider", "label": "ImageProvider Enum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageProvider Enum", "community": 40, "community_name": "Community 40", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 5}, {"id": "architecture_documents_loader", "label": "DocumentsLoader", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentsLoader", "community": 12, "community_name": "Community 12", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 22}, {"id": "architecture_webhook_service", "label": "WebhookService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WebhookService", "community": 80, "community_name": "Community 80", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 2}, {"id": "architecture_user_config_env_update_middleware", "label": "UserConfigEnvUpdateMiddleware", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UserConfigEnvUpdateMiddleware", "community": 197, "community_name": "Community 197", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 3}, {"id": "architecture_presentation_model", "label": "PresentationModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PresentationModel", "community": 13, "community_name": "Community 13", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 22}, {"id": "architecture_slide_model", "label": "SlideModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SlideModel", "community": 13, "community_name": "Community 13", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 2}, {"id": "architecture_image_asset", "label": "ImageAsset", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ImageAsset", "community": 43, "community_name": "Community 43", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 9}, {"id": "architecture_main_db", "label": "Main SQLite Database (fastapi.db)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Main SQLite Database (fastapi.db)", "community": 167, "community_name": "Community 167", "source_file": "docs/project/architecture.md", "file_type": "concept", "degree": 4}, {"id": "architecture_container_db", "label": "Container SQLite Database (container.db)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Container SQLite Database (container.db)", "community": 143, "community_name": "Community 143", "source_file": "docs/project/architecture.md", "file_type": "concept", "degree": 2}, {"id": "architecture_async_presentation_task", "label": "AsyncPresentationGenerationTaskModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AsyncPresentationGenerationTaskModel", "community": 80, "community_name": "Community 80", "source_file": "docs/project/architecture.md", "file_type": "code", "degree": 2}, {"id": "database_schema_slides_table", "label": "slides Table", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "slides Table", "community": 13, "community_name": "Community 13", "source_file": "docs/project/database_schema.md", "file_type": "concept", "degree": 2}, {"id": "database_schema_imageasset_table", "label": "imageasset Table", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "imageasset Table", "community": 43, "community_name": "Community 43", "source_file": "docs/project/database_schema.md", "file_type": "concept", "degree": 1}, {"id": "database_schema_templates_table", "label": "templates Table", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "templates Table", "community": 19, "community_name": "Community 19", "source_file": "docs/project/database_schema.md", "file_type": "concept", "degree": 2}, {"id": "database_schema_presentation_layout_codes_table", "label": "presentation_layout_codes Table", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "presentation_layout_codes Table", "community": 19, "community_name": "Community 19", "source_file": "docs/project/database_schema.md", "file_type": "concept", "degree": 21}, {"id": "database_schema_webhook_subscriptions_table", "label": "webhook_subscriptions Table", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "webhook_subscriptions Table", "community": 40, "community_name": "Community 40", "source_file": "docs/project/database_schema.md", "file_type": "concept", "degree": 5}, {"id": "database_schema_async_tasks_table", "label": "async_presentation_generation_tasks Table", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "async_presentation_generation_tasks Table", "community": 80, "community_name": "Community 80", "source_file": "docs/project/database_schema.md", "file_type": "concept", "degree": 3}, {"id": "database_schema_key_value_table", "label": "key_value Table (KeyValueSqlModel)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "key_value Table (KeyValueSqlModel)", "community": 338, "community_name": "Community 338", "source_file": "docs/project/database_schema.md", "file_type": "concept", "degree": 0}, {"id": "database_schema_create_db_and_tables", "label": "create_db_and_tables()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_db_and_tables()", "community": 167, "community_name": "Community 167", "source_file": "docs/project/database_schema.md", "file_type": "code", "degree": 1}, {"id": "runbook_runbook", "label": "Runbook", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Runbook", "community": 33, "community_name": "Community 33", "source_file": "docs/project/runbook.md", "file_type": "document", "degree": 1}, {"id": "runbook_server_py", "label": "server.py (FastAPI entrypoint)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "server.py (FastAPI entrypoint)", "community": 80, "community_name": "Community 80", "source_file": "docs/project/runbook.md", "file_type": "code", "degree": 1}, {"id": "runbook_mcp_server_py", "label": "mcp_server.py (MCP entrypoint)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mcp_server.py (MCP entrypoint)", "community": 128, "community_name": "Community 128", "source_file": "docs/project/runbook.md", "file_type": "code", "degree": 2}, {"id": "runbook_openai_spec_json", "label": "openai_spec.json (OpenAPI snapshot)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "openai_spec.json (OpenAPI snapshot)", "community": 128, "community_name": "Community 128", "source_file": "docs/project/runbook.md", "file_type": "document", "degree": 3}, {"id": "runbook_nginx_conf", "label": "nginx.conf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nginx.conf", "community": 115, "community_name": "Community 115", "source_file": "docs/project/runbook.md", "file_type": "code", "degree": 1}, {"id": "runbook_next_config", "label": "next.config.mjs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "next.config.mjs", "community": 339, "community_name": "Community 339", "source_file": "docs/project/runbook.md", "file_type": "code", "degree": 0}, {"id": "runbook_user_config_json", "label": "userConfig.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "userConfig.json", "community": 197, "community_name": "Community 197", "source_file": "docs/project/runbook.md", "file_type": "document", "degree": 3}, {"id": "api_spec_api_specification", "label": "API Specification", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "API Specification", "community": 33, "community_name": "Community 33", "source_file": "docs/project/api_spec.md", "file_type": "document", "degree": 1}, {"id": "api_spec_presentation_generate", "label": "POST /presentation/generate", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST /presentation/generate", "community": 80, "community_name": "Community 80", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 2}, {"id": "api_spec_presentation_stream", "label": "GET /presentation/stream/{id}", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GET /presentation/stream/{id}", "community": 340, "community_name": "Community 340", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 0}, {"id": "api_spec_outlines_stream", "label": "GET /outlines/stream/{id}", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GET /outlines/stream/{id}", "community": 13, "community_name": "Community 13", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 1}, {"id": "api_spec_slide_to_html", "label": "POST /slide-to-html/", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST /slide-to-html/", "community": 96, "community_name": "Community 96", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 1}, {"id": "api_spec_html_to_react", "label": "POST /html-to-react/", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST /html-to-react/", "community": 96, "community_name": "Community 96", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 1}, {"id": "api_spec_pptx_slides_process", "label": "POST /pptx-slides/process", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST /pptx-slides/process", "community": 12, "community_name": "Community 12", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 2}, {"id": "api_spec_template_management", "label": "Template Management Endpoints", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Template Management Endpoints", "community": 19, "community_name": "Community 19", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 2}, {"id": "api_spec_webhook_subscribe", "label": "POST /webhook/subscribe", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST /webhook/subscribe", "community": 80, "community_name": "Community 80", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 1}, {"id": "api_spec_mcp_endpoint", "label": "MCP Endpoint (/mcp)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MCP Endpoint (/mcp)", "community": 128, "community_name": "Community 128", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 2}, {"id": "api_spec_files_upload", "label": "POST /files/upload", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "POST /files/upload", "community": 12, "community_name": "Community 12", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 1}, {"id": "api_spec_images_generate", "label": "GET /images/generate", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GET /images/generate", "community": 96, "community_name": "Community 96", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 1}, {"id": "api_spec_ollama_endpoints", "label": "Ollama Endpoints", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ollama Endpoints", "community": 341, "community_name": "Community 341", "source_file": "docs/project/api_spec.md", "file_type": "concept", "degree": 0}, {"id": "infrastructure_docker_container", "label": "Docker Container", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Docker Container", "community": 115, "community_name": "Community 115", "source_file": "docs/project/infrastructure.md", "file_type": "concept", "degree": 5}, {"id": "infrastructure_docker_compose", "label": "Docker Compose Services", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Docker Compose Services", "community": 342, "community_name": "Community 342", "source_file": "docs/project/infrastructure.md", "file_type": "concept", "degree": 0}, {"id": "infrastructure_env_vars", "label": "Environment Variables Configuration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Environment Variables Configuration", "community": 197, "community_name": "Community 197", "source_file": "docs/project/infrastructure.md", "file_type": "concept", "degree": 2}, {"id": "infrastructure_external_services", "label": "External Services", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "External Services", "community": 96, "community_name": "Community 96", "source_file": "docs/project/infrastructure.md", "file_type": "concept", "degree": 2}, {"id": "infrastructure_app_data_volume", "label": "/app_data Persistent Volume", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "/app_data Persistent Volume", "community": 167, "community_name": "Community 167", "source_file": "docs/project/infrastructure.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_tech_stack", "label": "Tech Stack", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tech Stack", "community": 33, "community_name": "Community 33", "source_file": "docs/project/tech_stack.md", "file_type": "document", "degree": 2}, {"id": "tech_stack_fastapi_framework", "label": "FastAPI Framework", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Framework", "community": 80, "community_name": "Community 80", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 2}, {"id": "tech_stack_sqlmodel", "label": "SQLModel ORM", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SQLModel ORM", "community": 167, "community_name": "Community 167", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_openai_sdk", "label": "OpenAI Python SDK", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAI Python SDK", "community": 96, "community_name": "Community 96", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 3}, {"id": "tech_stack_anthropic_sdk", "label": "Anthropic Python SDK", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic Python SDK", "community": 96, "community_name": "Community 96", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_google_genai_sdk", "label": "Google GenAI SDK", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google GenAI SDK", "community": 96, "community_name": "Community 96", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 2}, {"id": "tech_stack_fastmcp", "label": "fastmcp", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fastmcp", "community": 128, "community_name": "Community 128", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_docling", "label": "docling Document Parser", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "docling Document Parser", "community": 12, "community_name": "Community 12", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_python_pptx", "label": "python-pptx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "python-pptx", "community": 80, "community_name": "Community 80", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_pdfplumber", "label": "pdfplumber", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pdfplumber", "community": 12, "community_name": "Community 12", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 2}, {"id": "tech_stack_nextjs_framework", "label": "Next.js Framework", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Framework", "community": 115, "community_name": "Community 115", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_redux_toolkit", "label": "@reduxjs/toolkit", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@reduxjs/toolkit", "community": 343, "community_name": "Community 343", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 0}, {"id": "tech_stack_tailwindcss", "label": "Tailwind CSS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tailwind CSS", "community": 76, "community_name": "Community 76", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_babel_standalone", "label": "@babel/standalone (Runtime JSX Compilation)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@babel/standalone (Runtime JSX Compilation)", "community": 19, "community_name": "Community 19", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_puppeteer", "label": "Puppeteer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Puppeteer", "community": 344, "community_name": "Community 344", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 0}, {"id": "tech_stack_libreoffice", "label": "LibreOffice", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LibreOffice", "community": 12, "community_name": "Community 12", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_chromadb", "label": "ChromaDB Vector Store", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChromaDB Vector Store", "community": 80, "community_name": "Community 80", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "tech_stack_uv", "label": "uv Package Manager", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "uv Package Manager", "community": 80, "community_name": "Community 80", "source_file": "docs/project/tech_stack.md", "file_type": "concept", "degree": 1}, {"id": "readme_index", "label": "Architecture Decision Records Index", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Architecture Decision Records Index", "community": 85, "community_name": "Community 85", "source_file": "docs/reference/README.md", "file_type": "document", "degree": 3}, {"id": "adr_multi_provider_llm", "label": "ADR: Multi-Provider LLM Abstraction", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ADR: Multi-Provider LLM Abstraction", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "rationale", "degree": 15}, {"id": "adr_sqlite_default_db", "label": "ADR: SQLite as Default Database", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ADR: SQLite as Default Database", "community": 101, "community_name": "Community 101", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "rationale", "degree": 9}, {"id": "adr_mcp_from_openapi", "label": "ADR: MCP Server Generated from OpenAPI Snapshot", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ADR: MCP Server Generated from OpenAPI Snapshot", "community": 85, "community_name": "Community 85", "source_file": "docs/reference/adrs/2026-04-29-mcp-from-openapi.md", "file_type": "rationale", "degree": 7}, {"id": "tasks_readme", "label": "Task Management Conventions", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task Management Conventions", "community": 85, "community_name": "Community 85", "source_file": "docs/tasks/README.md", "file_type": "document", "degree": 5}, {"id": "adr_llm_llmclient", "label": "LLMClient Abstraction", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMClient Abstraction", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "concept", "degree": 8}, {"id": "adr_llm_services_llm_client", "label": "services/llm_client.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "services/llm_client.py", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "code", "degree": 2}, {"id": "adr_llm_enums_llm_provider", "label": "enums/llm_provider.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "enums/llm_provider.py", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "code", "degree": 1}, {"id": "adr_llm_utils_llm_provider", "label": "utils/llm_provider.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "utils/llm_provider.py", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "code", "degree": 1}, {"id": "adr_llm_api_middlewares", "label": "api/middlewares.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "api/middlewares.py", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "code", "degree": 2}, {"id": "adr_llm_utils_schema_utils", "label": "utils/schema_utils.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "utils/schema_utils.py", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "code", "degree": 2}, {"id": "adr_llm_userconfigenvupdatemiddleware", "label": "UserConfigEnvUpdateMiddleware", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UserConfigEnvUpdateMiddleware", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "concept", "degree": 2}, {"id": "adr_llm_provider_google", "label": "Google GenAI Provider Backend", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google GenAI Provider Backend", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "concept", "degree": 2}, {"id": "adr_llm_provider_anthropic", "label": "Anthropic Provider Backend", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic Provider Backend", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "concept", "degree": 2}, {"id": "adr_llm_provider_ollama", "label": "Ollama Provider Backend", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ollama Provider Backend", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "concept", "degree": 2}, {"id": "adr_llm_provider_custom", "label": "Custom OpenAI-Compatible Provider Backend", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Custom OpenAI-Compatible Provider Backend", "community": 71, "community_name": "Community 71", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "concept", "degree": 2}, {"id": "adr_db_services_database", "label": "services/database.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "services/database.py", "community": 101, "community_name": "Community 101", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "code", "degree": 1}, {"id": "adr_db_utils_db_utils", "label": "utils/db_utils.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "utils/db_utils.py", "community": 101, "community_name": "Community 101", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "code", "degree": 2}, {"id": "adr_db_pyproject_toml", "label": "pyproject.toml", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pyproject.toml", "community": 101, "community_name": "Community 101", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "code", "degree": 1}, {"id": "adr_db_get_database_url_and_connect_args", "label": "get_database_url_and_connect_args()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_database_url_and_connect_args()", "community": 101, "community_name": "Community 101", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "concept", "degree": 5}, {"id": "adr_db_sqlite_driver", "label": "SQLite aiosqlite Driver", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SQLite aiosqlite Driver", "community": 101, "community_name": "Community 101", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "concept", "degree": 2}, {"id": "adr_db_postgresql_driver", "label": "PostgreSQL asyncpg Driver", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PostgreSQL asyncpg Driver", "community": 101, "community_name": "Community 101", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "concept", "degree": 2}, {"id": "adr_db_mysql_driver", "label": "MySQL aiomysql Driver", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MySQL aiomysql Driver", "community": 101, "community_name": "Community 101", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "concept", "degree": 2}, {"id": "adr_mcp_mcp_server_py", "label": "servers/fastapi/mcp_server.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "servers/fastapi/mcp_server.py", "community": 85, "community_name": "Community 85", "source_file": "docs/reference/adrs/2026-04-29-mcp-from-openapi.md", "file_type": "code", "degree": 4}, {"id": "adr_mcp_fastmcp", "label": "fastmcp.FastMCP.from_openapi()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fastmcp.FastMCP.from_openapi()", "community": 85, "community_name": "Community 85", "source_file": "docs/reference/adrs/2026-04-29-mcp-from-openapi.md", "file_type": "concept", "degree": 2}, {"id": "adr_mcp_httpx_asyncclient", "label": "httpx.AsyncClient", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "httpx.AsyncClient", "community": 85, "community_name": "Community 85", "source_file": "docs/reference/adrs/2026-04-29-mcp-from-openapi.md", "file_type": "concept", "degree": 2}, {"id": "concept_multi_provider_llm", "label": "Multi-Provider LLM Abstraction Concept", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Multi-Provider LLM Abstraction Concept", "community": 345, "community_name": "Community 345", "source_file": "docs/reference/adrs/2026-04-29-multi-provider-llm.md", "file_type": "concept", "degree": 0}, {"id": "concept_sqlite_default_db", "label": "SQLite Default Database Concept", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SQLite Default Database Concept", "community": 346, "community_name": "Community 346", "source_file": "docs/reference/adrs/2026-04-29-sqlite-default-db.md", "file_type": "concept", "degree": 0}, {"id": "concept_mcp_from_openapi", "label": "MCP from OpenAPI Concept", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MCP from OpenAPI Concept", "community": 347, "community_name": "Community 347", "source_file": "docs/reference/adrs/2026-04-29-mcp-from-openapi.md", "file_type": "concept", "degree": 0}, {"id": "tasks_fastapi_tests", "label": "FastAPI Unit Tests (pytest)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Unit Tests (pytest)", "community": 85, "community_name": "Community 85", "source_file": "docs/tasks/README.md", "file_type": "code", "degree": 1}, {"id": "tasks_nextjs_lint", "label": "Next.js Lint Check", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Lint Check", "community": 85, "community_name": "Community 85", "source_file": "docs/tasks/README.md", "file_type": "code", "degree": 1}, {"id": "tasks_cypress_e2e", "label": "Cypress E2E Tests", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cypress E2E Tests", "community": 85, "community_name": "Community 85", "source_file": "docs/tasks/README.md", "file_type": "code", "degree": 1}, {"id": "tasks_openai_spec_json", "label": "servers/fastapi/openai_spec.json (tasks reference)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "servers/fastapi/openai_spec.json (tasks reference)", "community": 85, "community_name": "Community 85", "source_file": "docs/tasks/README.md", "file_type": "code", "degree": 3}, {"id": "image_mcpdemo_gif", "label": "MCP Demo GIF", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MCP Demo GIF", "community": 348, "community_name": "Community 348", "source_file": "readme_assets/mcpdemo.gif", "file_type": "image", "degree": 0}, {"id": "image_cloud_banner", "label": "Cloud Banner PNG", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Banner PNG", "community": 349, "community_name": "Community 349", "source_file": "readme_assets/cloud-banner.png", "file_type": "image", "degree": 0}, {"id": "image_demo_gif", "label": "Demo GIF", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Demo GIF", "community": 350, "community_name": "Community 350", "source_file": "readme_assets/demo.gif", "file_type": "image", "degree": 0}, {"id": "image_presenton_logo", "label": "Presenton Logo PNG", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Presenton Logo PNG", "community": 351, "community_name": "Community 351", "source_file": "readme_assets/images/presenton-logo.png", "file_type": "image", "degree": 0}, {"id": "image_present", "label": "Present Feature Image PNG", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Present Feature Image PNG", "community": 352, "community_name": "Community 352", "source_file": "readme_assets/images/present.png", "file_type": "image", "degree": 0}, {"id": "image_export_presentation", "label": "Export Presentation Image PNG", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Export Presentation Image PNG", "community": 353, "community_name": "Community 353", "source_file": "readme_assets/images/export-presentation.png", "file_type": "image", "degree": 0}, {"id": "image_change_theme", "label": "Change Theme Image PNG", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Change Theme Image PNG", "community": 354, "community_name": "Community 354", "source_file": "readme_assets/images/change-theme.png", "file_type": "image", "degree": 0}, {"id": "outline_image", "label": "Outline Image", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Outline Image", "community": 122, "community_name": "Community 122", "source_file": "readme_assets/images/outline.png", "file_type": "image", "degree": 5}, {"id": "select_theme_image", "label": "Select Theme Image", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Select Theme Image", "community": 122, "community_name": "Community 122", "source_file": "readme_assets/images/select-theme.png", "file_type": "image", "degree": 5}, {"id": "prompting_image", "label": "Prompting Image", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Prompting Image", "community": 122, "community_name": "Community 122", "source_file": "readme_assets/images/prompting.png", "file_type": "image", "degree": 5}, {"id": "placeholder_svg", "label": "Placeholder Icon SVG", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Placeholder Icon SVG", "community": 179, "community_name": "Community 179", "source_file": "servers/fastapi/static/icons/placeholder.svg", "file_type": "image", "degree": 2}, {"id": "shopping_cart_bold_svg", "label": "Shopping Cart Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shopping Cart Bold Icon", "community": 179, "community_name": "Community 179", "source_file": "servers/fastapi/static/icons/bold/shopping-cart-bold.svg", "file_type": "image", "degree": 2}, {"id": "footprints_bold_svg", "label": "Footprints Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Footprints Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/footprints-bold.svg", "file_type": "image", "degree": 1}, {"id": "phone_disconnect_bold_svg", "label": "Phone Disconnect Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Disconnect Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/phone-disconnect-bold.svg", "file_type": "image", "degree": 1}, {"id": "flag_pennant_bold_svg", "label": "Flag Pennant Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag Pennant Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/flag-pennant-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_circle_minus_bold_svg", "label": "User Circle Minus Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Circle Minus Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/user-circle-minus-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_text_bold_svg", "label": "File Text Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Text Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/file-text-bold.svg", "file_type": "image", "degree": 1}, {"id": "dice_six_bold_svg", "label": "Dice Six Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dice Six Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/dice-six-bold.svg", "file_type": "image", "degree": 1}, {"id": "signpost_bold_svg", "label": "Signpost Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Signpost Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/signpost-bold.svg", "file_type": "image", "degree": 1}, {"id": "desk_bold_svg", "label": "Desk Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Desk Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/desk-bold.svg", "file_type": "image", "degree": 1}, {"id": "paperclip_horizontal_bold_svg", "label": "Paperclip Horizontal Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paperclip Horizontal Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/paperclip-horizontal-bold.svg", "file_type": "image", "degree": 1}, {"id": "circle_notch_bold_svg", "label": "Circle Notch Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Circle Notch Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/circle-notch-bold.svg", "file_type": "image", "degree": 1}, {"id": "bookmarks_bold_svg", "label": "Bookmarks Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bookmarks Bold Icon", "community": 248, "community_name": "Community 248", "source_file": "servers/fastapi/static/icons/bold/bookmarks-bold.svg", "file_type": "image", "degree": 2}, {"id": "cell_tower_bold_svg", "label": "Cell Tower Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cell Tower Bold Icon", "community": 250, "community_name": "Community 250", "source_file": "servers/fastapi/static/icons/bold/cell-tower-bold.svg", "file_type": "image", "degree": 2}, {"id": "airplane_taxiing_bold_svg", "label": "Airplane Taxiing Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Airplane Taxiing Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/airplane-taxiing-bold.svg", "file_type": "image", "degree": 1}, {"id": "fast_forward_circle_bold_svg", "label": "Fast Forward Circle Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fast Forward Circle Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/fast-forward-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "vector_three_bold_svg", "label": "Vector Three Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vector Three Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/vector-three-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_circle_up_right_bold_svg", "label": "Arrow Circle Up Right Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Circle Up Right Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/arrow-circle-up-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "pencil_bold_svg", "label": "Pencil Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pencil Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/pencil-bold.svg", "file_type": "image", "degree": 1}, {"id": "google_chrome_logo_bold_svg", "label": "Google Chrome Logo Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Chrome Logo Bold Icon", "community": 252, "community_name": "Community 252", "source_file": "servers/fastapi/static/icons/bold/google-chrome-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "text_align_justify_bold_svg", "label": "Text Align Justify Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Align Justify Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/text-align-justify-bold.svg", "file_type": "image", "degree": 1}, {"id": "baseball_helmet_bold_svg", "label": "Baseball Helmet Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Baseball Helmet Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/baseball-helmet-bold.svg", "file_type": "image", "degree": 1}, {"id": "replit_logo_bold_svg", "label": "Replit Logo Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Replit Logo Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/replit-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "baby_carriage_bold_svg", "label": "Baby Carriage Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Baby Carriage Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/baby-carriage-bold.svg", "file_type": "image", "degree": 1}, {"id": "mouse_middle_click_bold_svg", "label": "Mouse Middle Click Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mouse Middle Click Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/mouse-middle-click-bold.svg", "file_type": "image", "degree": 1}, {"id": "anchor_bold_svg", "label": "Anchor Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Anchor Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/anchor-bold.svg", "file_type": "image", "degree": 1}, {"id": "grid_nine_bold_svg", "label": "Grid Nine Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Grid Nine Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/grid-nine-bold.svg", "file_type": "image", "degree": 1}, {"id": "google_photos_logo_bold_svg", "label": "Google Photos Logo Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Photos Logo Bold Icon", "community": 252, "community_name": "Community 252", "source_file": "servers/fastapi/static/icons/bold/google-photos-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "meta_logo_bold_svg", "label": "Meta Logo Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Meta Logo Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/meta-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_vertical_low_bold_svg", "label": "Battery Vertical Low Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Vertical Low Bold Icon", "community": 247, "community_name": "Community 247", "source_file": "servers/fastapi/static/icons/bold/battery-vertical-low-bold.svg", "file_type": "image", "degree": 3}, {"id": "stack_minus_bold_svg", "label": "Stack Minus Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack Minus Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/stack-minus-bold.svg", "file_type": "image", "degree": 1}, {"id": "chart_line_bold_svg", "label": "Chart Line Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Line Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/chart-line-bold.svg", "file_type": "image", "degree": 1}, {"id": "camera_bold_svg", "label": "Camera Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Camera Bold Icon", "community": 244, "community_name": "Community 244", "source_file": "servers/fastapi/static/icons/bold/camera-bold.svg", "file_type": "image", "degree": 2}, {"id": "aperture_bold_svg", "label": "Aperture Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Aperture Bold Icon", "community": 244, "community_name": "Community 244", "source_file": "servers/fastapi/static/icons/bold/aperture-bold.svg", "file_type": "image", "degree": 2}, {"id": "linktree_logo_bold_svg", "label": "Linktree Logo Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Linktree Logo Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/linktree-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "hash_bold_svg", "label": "Hash Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hash Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/hash-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_warning_vertical_bold_svg", "label": "Battery Warning Vertical Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Warning Vertical Bold Icon", "community": 247, "community_name": "Community 247", "source_file": "servers/fastapi/static/icons/bold/battery-warning-vertical-bold.svg", "file_type": "image", "degree": 2}, {"id": "users_bold_svg", "label": "Users Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Users Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/users-bold.svg", "file_type": "image", "degree": 1}, {"id": "clipboard_bold_svg", "label": "Clipboard Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clipboard Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/clipboard-bold.svg", "file_type": "image", "degree": 1}, {"id": "eject_bold_svg", "label": "Eject Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eject Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/eject-bold.svg", "file_type": "image", "degree": 1}, {"id": "plug_bold_svg", "label": "Plug Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plug Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/plug-bold.svg", "file_type": "image", "degree": 1}, {"id": "screencast_bold_svg", "label": "Screencast Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Screencast Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/screencast-bold.svg", "file_type": "image", "degree": 1}, {"id": "shield_check_bold_svg", "label": "Shield Check Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shield Check Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/shield-check-bold.svg", "file_type": "image", "degree": 1}, {"id": "bookmark_simple_bold_svg", "label": "Bookmark Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bookmark Simple Bold Icon", "community": 248, "community_name": "Community 248", "source_file": "servers/fastapi/static/icons/bold/bookmark-simple-bold.svg", "file_type": "image", "degree": 3}, {"id": "sort_descending_bold_svg", "label": "Sort Descending Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sort Descending Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/sort-descending-bold.svg", "file_type": "image", "degree": 1}, {"id": "key_bold_svg", "label": "Key Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Key Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/key-bold.svg", "file_type": "image", "degree": 1}, {"id": "cable_car_bold_svg", "label": "Cable Car Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cable Car Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/cable-car-bold.svg", "file_type": "image", "degree": 1}, {"id": "laptop_bold_svg", "label": "Laptop Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Laptop Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/laptop-bold.svg", "file_type": "image", "degree": 1}, {"id": "cell_signal_slash_bold_svg", "label": "Cell Signal Slash Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cell Signal Slash Bold Icon", "community": 250, "community_name": "Community 250", "source_file": "servers/fastapi/static/icons/bold/cell-signal-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "coin_vertical_bold_svg", "label": "Coin Vertical Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Coin Vertical Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/coin-vertical-bold.svg", "file_type": "image", "degree": 1}, {"id": "lock_simple_open_bold_svg", "label": "Lock Simple Open Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Simple Open Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/lock-simple-open-bold.svg", "file_type": "image", "degree": 1}, {"id": "microphone_slash_bold_svg", "label": "Microphone Slash Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microphone Slash Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/microphone-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "elevator_bold_svg", "label": "Elevator Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Elevator Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/elevator-bold.svg", "file_type": "image", "degree": 1}, {"id": "belt_bold_svg", "label": "Belt Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Belt Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/belt-bold.svg", "file_type": "image", "degree": 1}, {"id": "concept_readme_assets", "label": "README Assets Directory", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "README Assets Directory", "community": 122, "community_name": "Community 122", "source_file": "readme_assets/images/outline.png", "file_type": "concept", "degree": 3}, {"id": "concept_fastapi_static_icons", "label": "FastAPI Static Icons Directory", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Static Icons Directory", "community": 179, "community_name": "Community 179", "source_file": "servers/fastapi/static/icons/placeholder.svg", "file_type": "concept", "degree": 3}, {"id": "concept_bold_icon_set", "label": "Bold Icon Set (Phosphor-style)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 19.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Bold Icon Set (Phosphor-style)", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/shopping-cart-bold.svg", "file_type": "concept", "degree": 135}, {"id": "concept_canva_design", "label": "Canva Design Tool", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Canva Design Tool", "community": 122, "community_name": "Community 122", "source_file": "readme_assets/images/outline.png", "file_type": "concept", "degree": 3}, {"id": "concept_suraj_jha", "label": "Suraj Jha (Author)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Suraj Jha (Author)", "community": 122, "community_name": "Community 122", "source_file": "readme_assets/images/outline.png", "file_type": "concept", "degree": 3}, {"id": "coat_hanger_bold_svg", "label": "Coat Hanger Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Coat Hanger Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/coat-hanger-bold.svg", "file_type": "image", "degree": 1}, {"id": "bag_simple_bold_svg", "label": "Bag Simple Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bag Simple Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/bag-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "phone_call_bold_svg", "label": "Phone Call Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Call Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/phone-call-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_in_cardinal_bold_svg", "label": "Arrows In Cardinal Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows In Cardinal Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/arrows-in-cardinal-bold.svg", "file_type": "image", "degree": 1}, {"id": "check_square_offset_bold_svg", "label": "Check Square Offset Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check Square Offset Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/check-square-offset-bold.svg", "file_type": "image", "degree": 1}, {"id": "park_bold_svg", "label": "Park Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Park Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/park-bold.svg", "file_type": "image", "degree": 1}, {"id": "line_vertical_bold_svg", "label": "Line Vertical Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Line Vertical Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/line-vertical-bold.svg", "file_type": "image", "degree": 1}, {"id": "letter_circle_p_bold_svg", "label": "Letter Circle P Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Letter Circle P Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/letter-circle-p-bold.svg", "file_type": "image", "degree": 1}, {"id": "receipt_bold_svg", "label": "Receipt Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Receipt Bold Icon", "community": 258, "community_name": "Community 258", "source_file": "servers/fastapi/static/icons/bold/receipt-bold.svg", "file_type": "image", "degree": 2}, {"id": "database_bold_svg", "label": "Database Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Database Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/database-bold.svg", "file_type": "image", "degree": 1}, {"id": "prohibit_bold_svg", "label": "Prohibit Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Prohibit Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/prohibit-bold.svg", "file_type": "image", "degree": 1}, {"id": "bed_bold_svg", "label": "Bed Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bed Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/bed-bold.svg", "file_type": "image", "degree": 1}, {"id": "castle_turret_bold_svg", "label": "Castle Turret Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Castle Turret Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/castle-turret-bold.svg", "file_type": "image", "degree": 1}, {"id": "thermometer_cold_bold_svg", "label": "Thermometer Cold Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Thermometer Cold Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/thermometer-cold-bold.svg", "file_type": "image", "degree": 1}, {"id": "codesandbox_logo_bold_svg", "label": "CodeSandbox Logo Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CodeSandbox Logo Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/codesandbox-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "book_bookmark_bold_svg", "label": "Book Bookmark Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Book Bookmark Bold Icon", "community": 256, "community_name": "Community 256", "source_file": "servers/fastapi/static/icons/bold/book-bookmark-bold.svg", "file_type": "image", "degree": 2}, {"id": "dots_three_outline_bold_svg", "label": "Dots Three Outline Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Three Outline Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/dots-three-outline-bold.svg", "file_type": "image", "degree": 1}, {"id": "buildings_bold_svg", "label": "Buildings Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Buildings Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/buildings-bold.svg", "file_type": "image", "degree": 2}, {"id": "cursor_click_bold_svg", "label": "Cursor Click Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cursor Click Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/cursor-click-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_arrow_down_bold_svg", "label": "Cloud Arrow Down Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Arrow Down Bold Icon", "community": 181, "community_name": "Community 181", "source_file": "servers/fastapi/static/icons/bold/cloud-arrow-down-bold.svg", "file_type": "image", "degree": 3}, {"id": "projector_screen_chart_bold_svg", "label": "Projector Screen Chart Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Projector Screen Chart Bold Icon", "community": 260, "community_name": "Community 260", "source_file": "servers/fastapi/static/icons/bold/projector-screen-chart-bold.svg", "file_type": "image", "degree": 2}, {"id": "user_circle_bold_svg", "label": "User Circle Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Circle Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/user-circle-bold.svg", "file_type": "image", "degree": 2}, {"id": "paint_bucket_bold_svg", "label": "Paint Bucket Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paint Bucket Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/paint-bucket-bold.svg", "file_type": "image", "degree": 1}, {"id": "math_operations_bold_svg", "label": "Math Operations Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Math Operations Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/math-operations-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_warning_bold_svg", "label": "Cloud Warning Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Warning Bold Icon", "community": 181, "community_name": "Community 181", "source_file": "servers/fastapi/static/icons/bold/cloud-warning-bold.svg", "file_type": "image", "degree": 2}, {"id": "hand_arrow_up_bold_svg", "label": "Hand Arrow Up Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Arrow Up Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/hand-arrow-up-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_fat_lines_right_bold_svg", "label": "Arrow Fat Lines Right Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Fat Lines Right Bold Icon", "community": 123, "community_name": "Community 123", "source_file": "servers/fastapi/static/icons/bold/arrow-fat-lines-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "hourglass_low_bold_svg", "label": "Hourglass Low Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hourglass Low Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/hourglass-low-bold.svg", "file_type": "image", "degree": 1}, {"id": "folder_simple_star_bold_svg", "label": "Folder Simple Star Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Simple Star Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/folder-simple-star-bold.svg", "file_type": "image", "degree": 1}, {"id": "presentation_bold_svg", "label": "Presentation Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Presentation Bold Icon", "community": 260, "community_name": "Community 260", "source_file": "servers/fastapi/static/icons/bold/presentation-bold.svg", "file_type": "image", "degree": 2}, {"id": "amazon_logo_bold_svg", "label": "Amazon Logo Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Amazon Logo Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/amazon-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "union_bold_svg", "label": "Union Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Union Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/union-bold.svg", "file_type": "image", "degree": 1}, {"id": "vibrate_bold_svg", "label": "Vibrate Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vibrate Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/vibrate-bold.svg", "file_type": "image", "degree": 1}, {"id": "beer_stein_bold_svg", "label": "Beer Stein Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Beer Stein Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/beer-stein-bold.svg", "file_type": "image", "degree": 1}, {"id": "book_open_bold_svg", "label": "Book Open Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Book Open Bold Icon", "community": 256, "community_name": "Community 256", "source_file": "servers/fastapi/static/icons/bold/book-open-bold.svg", "file_type": "image", "degree": 2}, {"id": "text_aa_bold_svg", "label": "Text AA Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text AA Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/text-aa-bold.svg", "file_type": "image", "degree": 1}, {"id": "moon_stars_bold_svg", "label": "Moon Stars Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Moon Stars Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/moon-stars-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_right_bold_svg", "label": "Align Right Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Right Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/align-right-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_circle_zero_bold_svg", "label": "Number Circle Zero Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Circle Zero Bold Icon", "community": 259, "community_name": "Community 259", "source_file": "servers/fastapi/static/icons/bold/number-circle-zero-bold.svg", "file_type": "image", "degree": 2}, {"id": "clock_countdown_bold_svg", "label": "Clock Countdown Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clock Countdown Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/clock-countdown-bold.svg", "file_type": "image", "degree": 1}, {"id": "person_arms_spread_bold_svg", "label": "Person Arms Spread Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Arms Spread Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/person-arms-spread-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_seven_bold_svg", "label": "Number Seven Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Seven Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/number-seven-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_h_six_bold_svg", "label": "Text H Six Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text H Six Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/text-h-six-bold.svg", "file_type": "image", "degree": 1}, {"id": "copyright_bold_svg", "label": "Copyright Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Copyright Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/copyright-bold.svg", "file_type": "image", "degree": 1}, {"id": "television_simple_bold_svg", "label": "Television Simple Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Television Simple Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/television-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "snowflake_bold_svg", "label": "Snowflake Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Snowflake Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/snowflake-bold.svg", "file_type": "image", "degree": 1}, {"id": "link_simple_break_bold_svg", "label": "Link Simple Break Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Link Simple Break Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/link-simple-break-bold.svg", "file_type": "image", "degree": 1}, {"id": "toggle_left_bold_svg", "label": "Toggle Left Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Toggle Left Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/toggle-left-bold.svg", "file_type": "image", "degree": 1}, {"id": "line_segment_bold_svg", "label": "Line Segment Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Line Segment Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/line-segment-bold.svg", "file_type": "image", "degree": 1}, {"id": "greater_than_or_equal_bold_svg", "label": "Greater Than Or Equal Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Greater Than Or Equal Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/greater-than-or-equal-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_circle_one_bold_svg", "label": "Number Circle One Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Circle One Bold Icon", "community": 259, "community_name": "Community 259", "source_file": "servers/fastapi/static/icons/bold/number-circle-one-bold.svg", "file_type": "image", "degree": 4}, {"id": "basket_bold_svg", "label": "Basket Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Basket Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/basket-bold.svg", "file_type": "image", "degree": 1}, {"id": "dice_four_bold_svg", "label": "Dice Four Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dice Four Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/dice-four-bold.svg", "file_type": "image", "degree": 1}, {"id": "camera_plus_bold_svg", "label": "Camera Plus Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Camera Plus Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/camera-plus-bold.svg", "file_type": "image", "degree": 1}, {"id": "lamp_pendant_bold_svg", "label": "Lamp Pendant Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lamp Pendant Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/lamp-pendant-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_sun_bold_svg", "label": "Cloud Sun Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Sun Bold Icon", "community": 181, "community_name": "Community 181", "source_file": "servers/fastapi/static/icons/bold/cloud-sun-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_circle_down_bold_svg", "label": "Arrow Circle Down Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Circle Down Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/arrow-circle-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "newspaper_clipping_bold_svg", "label": "Newspaper Clipping Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Newspaper Clipping Bold Icon", "community": 258, "community_name": "Community 258", "source_file": "servers/fastapi/static/icons/bold/newspaper-clipping-bold.svg", "file_type": "image", "degree": 2}, {"id": "concept_phosphor_bold_icon_set", "label": "Phosphor Bold Icon Set", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 20.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Phosphor Bold Icon Set", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold", "file_type": "concept", "degree": 137}, {"id": "concept_svg_icon", "label": "SVG Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SVG Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold", "file_type": "concept", "degree": 2}, {"id": "clock_counter_clockwise_bold_svg", "label": "Clock Counter Clockwise Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clock Counter Clockwise Bold Icon", "community": 281, "community_name": "Community 281", "source_file": "servers/fastapi/static/icons/bold/clock-counter-clockwise-bold.svg", "file_type": "image", "degree": 2}, {"id": "wave_triangle_bold_svg", "label": "Wave Triangle Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wave Triangle Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/wave-triangle-bold.svg", "file_type": "image", "degree": 1}, {"id": "moon_bold_svg", "label": "Moon Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Moon Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/moon-bold.svg", "file_type": "image", "degree": 1}, {"id": "google_podcasts_logo_bold_svg", "label": "Google Podcasts Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Podcasts Logo Bold Icon", "community": 288, "community_name": "Community 288", "source_file": "servers/fastapi/static/icons/bold/google-podcasts-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "monitor_play_bold_svg", "label": "Monitor Play Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Monitor Play Bold Icon", "community": 304, "community_name": "Community 304", "source_file": "servers/fastapi/static/icons/bold/monitor-play-bold.svg", "file_type": "image", "degree": 2}, {"id": "virus_bold_svg", "label": "Virus Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Virus Bold Icon", "community": 311, "community_name": "Community 311", "source_file": "servers/fastapi/static/icons/bold/virus-bold.svg", "file_type": "image", "degree": 2}, {"id": "text_a_underline_bold_svg", "label": "Text A Underline Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text A Underline Bold Icon", "community": 306, "community_name": "Community 306", "source_file": "servers/fastapi/static/icons/bold/text-a-underline-bold.svg", "file_type": "image", "degree": 2}, {"id": "paragraph_bold_svg", "label": "Paragraph Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paragraph Bold Icon", "community": 306, "community_name": "Community 306", "source_file": "servers/fastapi/static/icons/bold/paragraph-bold.svg", "file_type": "image", "degree": 2}, {"id": "not_member_of_bold_svg", "label": "Not Member Of Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Not Member Of Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/not-member-of-bold.svg", "file_type": "image", "degree": 1}, {"id": "linkedin_logo_bold_svg", "label": "LinkedIn Logo Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LinkedIn Logo Bold Icon", "community": 192, "community_name": "Community 192", "source_file": "servers/fastapi/static/icons/bold/linkedin-logo-bold.svg", "file_type": "image", "degree": 3}, {"id": "git_merge_bold_svg", "label": "Git Merge Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Git Merge Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/git-merge-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_simple_slash_bold_svg", "label": "Speaker Simple Slash Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker Simple Slash Bold Icon", "community": 193, "community_name": "Community 193", "source_file": "servers/fastapi/static/icons/bold/speaker-simple-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "percent_bold_svg", "label": "Percent Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Percent Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/percent-bold.svg", "file_type": "image", "degree": 1}, {"id": "sign_out_bold_svg", "label": "Sign Out Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sign Out Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/sign-out-bold.svg", "file_type": "image", "degree": 1}, {"id": "security_camera_bold_svg", "label": "Security Camera Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Security Camera Bold Icon", "community": 313, "community_name": "Community 313", "source_file": "servers/fastapi/static/icons/bold/security-camera-bold.svg", "file_type": "image", "degree": 2}, {"id": "subtitles_bold_svg", "label": "Subtitles Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Subtitles Bold Icon", "community": 304, "community_name": "Community 304", "source_file": "servers/fastapi/static/icons/bold/subtitles-bold.svg", "file_type": "image", "degree": 2}, {"id": "head_circuit_bold_svg", "label": "Head Circuit Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Head Circuit Bold Icon", "community": 196, "community_name": "Community 196", "source_file": "servers/fastapi/static/icons/bold/head-circuit-bold.svg", "file_type": "image", "degree": 2}, {"id": "headset_bold_svg", "label": "Headset Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Headset Bold Icon", "community": 193, "community_name": "Community 193", "source_file": "servers/fastapi/static/icons/bold/headset-bold.svg", "file_type": "image", "degree": 2}, {"id": "webcam_slash_bold_svg", "label": "Webcam Slash Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Webcam Slash Bold Icon", "community": 313, "community_name": "Community 313", "source_file": "servers/fastapi/static/icons/bold/webcam-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "command_bold_svg", "label": "Command Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Command Bold Icon", "community": 189, "community_name": "Community 189", "source_file": "servers/fastapi/static/icons/bold/command-bold.svg", "file_type": "image", "degree": 3}, {"id": "linux_logo_bold_svg", "label": "Linux Logo Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Linux Logo Bold Icon", "community": 189, "community_name": "Community 189", "source_file": "servers/fastapi/static/icons/bold/linux-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "plugs_bold_svg", "label": "Plugs Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plugs Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/plugs-bold.svg", "file_type": "image", "degree": 1}, {"id": "disc_bold_svg", "label": "Disc Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Disc Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/disc-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_three_bold_svg", "label": "Number Three Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Three Bold Icon", "community": 298, "community_name": "Community 298", "source_file": "servers/fastapi/static/icons/bold/number-three-bold.svg", "file_type": "image", "degree": 3}, {"id": "jar_bold_svg", "label": "Jar Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Jar Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/jar-bold.svg", "file_type": "image", "degree": 5}, {"id": "call_bell_bold_svg", "label": "Call Bell Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Call Bell Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/call-bell-bold.svg", "file_type": "image", "degree": 1}, {"id": "rocket_bold_svg", "label": "Rocket Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rocket Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/rocket-bold.svg", "file_type": "image", "degree": 1}, {"id": "pencil_simple_bold_svg", "label": "Pencil Simple Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Pencil Simple Bold Icon", "community": 242, "community_name": "Community 242", "source_file": "servers/fastapi/static/icons/bold/pencil-simple-bold.svg", "file_type": "image", "degree": 4}, {"id": "device_tablet_speaker_bold_svg", "label": "Device Tablet Speaker Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Tablet Speaker Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/device-tablet-speaker-bold.svg", "file_type": "image", "degree": 1}, {"id": "mailbox_bold_svg", "label": "Mailbox Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mailbox Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/mailbox-bold.svg", "file_type": "image", "degree": 1}, {"id": "golf_bold_svg", "label": "Golf Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Golf Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/golf-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_square_eight_bold_svg", "label": "Number Square Eight Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Square Eight Bold Icon", "community": 145, "community_name": "Community 145", "source_file": "servers/fastapi/static/icons/bold/number-square-eight-bold.svg", "file_type": "image", "degree": 6}, {"id": "number_nine_bold_svg", "label": "Number Nine Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Nine Bold Icon", "community": 298, "community_name": "Community 298", "source_file": "servers/fastapi/static/icons/bold/number-nine-bold.svg", "file_type": "image", "degree": 3}, {"id": "user_gear_bold_svg", "label": "User Gear Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Gear Bold Icon", "community": 196, "community_name": "Community 196", "source_file": "servers/fastapi/static/icons/bold/user-gear-bold.svg", "file_type": "image", "degree": 2}, {"id": "cylinder_bold_svg", "label": "Cylinder Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cylinder Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cylinder-bold.svg", "file_type": "image", "degree": 1}, {"id": "bone_bold_svg", "label": "Bone Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bone Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/bone-bold.svg", "file_type": "image", "degree": 1}, {"id": "keyboard_bold_svg", "label": "Keyboard Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Keyboard Bold Icon", "community": 189, "community_name": "Community 189", "source_file": "servers/fastapi/static/icons/bold/keyboard-bold.svg", "file_type": "image", "degree": 2}, {"id": "repeat_bold_svg", "label": "Repeat Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Repeat Bold Icon", "community": 281, "community_name": "Community 281", "source_file": "servers/fastapi/static/icons/bold/repeat-bold.svg", "file_type": "image", "degree": 2}, {"id": "google_drive_logo_bold_svg", "label": "Google Drive Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Drive Logo Bold Icon", "community": 288, "community_name": "Community 288", "source_file": "servers/fastapi/static/icons/bold/google-drive-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "axe_bold_svg", "label": "Axe Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Axe Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/axe-bold.svg", "file_type": "image", "degree": 1}, {"id": "ice_cream_bold_svg", "label": "Ice Cream Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ice Cream Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/ice-cream-bold.svg", "file_type": "image", "degree": 1}, {"id": "twitter_logo_bold_svg", "label": "Twitter Logo Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Twitter Logo Bold Icon", "community": 192, "community_name": "Community 192", "source_file": "servers/fastapi/static/icons/bold/twitter-logo-bold.svg", "file_type": "image", "degree": 3}, {"id": "first_aid_bold_svg", "label": "First Aid Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "First Aid Bold Icon", "community": 311, "community_name": "Community 311", "source_file": "servers/fastapi/static/icons/bold/first-aid-bold.svg", "file_type": "image", "degree": 2}, {"id": "approximate_equals_bold_svg", "label": "Approximate Equals Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Approximate Equals Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/approximate-equals-bold.svg", "file_type": "image", "degree": 1}, {"id": "stack_simple_bold_svg", "label": "Stack Simple Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack Simple Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/stack-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "copy_bold_svg", "label": "Copy Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Copy Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/copy-bold.svg", "file_type": "image", "degree": 2}, {"id": "barricade_bold_svg", "label": "Barricade Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Barricade Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/barricade-bold.svg", "file_type": "image", "degree": 1}, {"id": "snapchat_logo_bold_svg", "label": "Snapchat Logo Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Snapchat Logo Bold Icon", "community": 192, "community_name": "Community 192", "source_file": "servers/fastapi/static/icons/bold/snapchat-logo-bold.svg", "file_type": "image", "degree": 3}, {"id": "cigarette_slash_bold_svg", "label": "Cigarette Slash Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cigarette Slash Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cigarette-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_svg_bold_svg", "label": "File SVG Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File SVG Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/file-svg-bold.svg", "file_type": "image", "degree": 1}, {"id": "rows_plus_top_bold_svg", "label": "Rows Plus Top Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rows Plus Top Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/rows-plus-top-bold.svg", "file_type": "image", "degree": 1}, {"id": "selection_foreground_bold_svg", "label": "Selection Foreground Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Selection Foreground Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/selection-foreground-bold.svg", "file_type": "image", "degree": 1}, {"id": "house_line_bold_svg", "label": "House Line Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "House Line Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/house-line-bold.svg", "file_type": "image", "degree": 1}, {"id": "ladder_simple_bold_svg", "label": "Ladder Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Ladder Simple Bold Icon", "community": 178, "community_name": "Community 178", "source_file": "servers/fastapi/static/icons/bold/ladder-simple-bold.svg", "file_type": "image", "degree": 5}, {"id": "car_battery_bold_svg", "label": "Car Battery Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Car Battery Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/car-battery-bold.svg", "file_type": "image", "degree": 1}, {"id": "microphone_bold_svg", "label": "Microphone Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Microphone Bold Icon", "community": 193, "community_name": "Community 193", "source_file": "servers/fastapi/static/icons/bold/microphone-bold.svg", "file_type": "image", "degree": 3}, {"id": "person_bold_svg", "label": "Person Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Bold Icon", "community": 196, "community_name": "Community 196", "source_file": "servers/fastapi/static/icons/bold/person-bold.svg", "file_type": "image", "degree": 3}, {"id": "crown_bold_svg", "label": "Crown Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Crown Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/crown-bold.svg", "file_type": "image", "degree": 1}, {"id": "phosphor_icons_bold_concept", "label": "Phosphor Icons Bold Style", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 37.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Phosphor Icons Bold Style", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/", "file_type": "concept", "degree": 369}, {"id": "fastapi_static_assets_concept", "label": "FastAPI Static Assets", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Static Assets", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/", "file_type": "concept", "degree": 2}, {"id": "bag_bold_icon", "label": "Bag Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bag Bold Icon", "community": 305, "community_name": "Community 305", "source_file": "servers/fastapi/static/icons/bold/bag-bold.svg", "file_type": "image", "degree": 2}, {"id": "exclamation_mark_bold_icon", "label": "Exclamation Mark Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Exclamation Mark Bold Icon", "community": 217, "community_name": "Community 217", "source_file": "servers/fastapi/static/icons/bold/exclamation-mark-bold.svg", "file_type": "image", "degree": 2}, {"id": "flip_vertical_bold_icon", "label": "Flip Vertical Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flip Vertical Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/flip-vertical-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_bend_down_right_bold_icon", "label": "Arrow Bend Down Right Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Down Right Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-down-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "poker_chip_bold_icon", "label": "Poker Chip Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Poker Chip Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/poker-chip-bold.svg", "file_type": "image", "degree": 1}, {"id": "question_bold_icon", "label": "Question Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Question Bold Icon", "community": 217, "community_name": "Community 217", "source_file": "servers/fastapi/static/icons/bold/question-bold.svg", "file_type": "image", "degree": 2}, {"id": "heart_bold_icon", "label": "Heart Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Heart Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/heart-bold.svg", "file_type": "image", "degree": 3}, {"id": "arrow_line_up_bold_icon", "label": "Arrow Line Up Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Line Up Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrow-line-up-bold.svg", "file_type": "image", "degree": 4}, {"id": "file_doc_bold_icon", "label": "File Doc Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Doc Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/file-doc-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_clockwise_bold_icon", "label": "Arrow Clockwise Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Clockwise Bold Icon", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/arrow-clockwise-bold.svg", "file_type": "image", "degree": 5}, {"id": "door_open_bold_icon", "label": "Door Open Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Door Open Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/door-open-bold.svg", "file_type": "image", "degree": 1}, {"id": "hands_clapping_bold_icon", "label": "Hands Clapping Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hands Clapping Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/hands-clapping-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_counter_clockwise_bold_icon", "label": "Arrow Counter Clockwise Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Counter Clockwise Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/arrow-counter-clockwise-bold.svg", "file_type": "image", "degree": 3}, {"id": "brackets_curly_bold_icon", "label": "Brackets Curly Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Brackets Curly Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/brackets-curly-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_down_right_bold_icon", "label": "Arrow Down Right Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Down Right Bold Icon", "community": 187, "community_name": "Community 187", "source_file": "servers/fastapi/static/icons/bold/arrow-down-right-bold.svg", "file_type": "image", "degree": 4}, {"id": "slack_logo_bold_icon", "label": "Slack Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Slack Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/slack-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "calendar_plus_bold_icon", "label": "Calendar Plus Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Plus Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/calendar-plus-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_square_three_bold_icon", "label": "Number Square Three Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Square Three Bold Icon", "community": 224, "community_name": "Community 224", "source_file": "servers/fastapi/static/icons/bold/number-square-three-bold.svg", "file_type": "image", "degree": 2}, {"id": "shield_bold_icon", "label": "Shield Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shield Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/shield-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_eight_bold_icon", "label": "Number Eight Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Eight Bold Icon", "community": 224, "community_name": "Community 224", "source_file": "servers/fastapi/static/icons/bold/number-eight-bold.svg", "file_type": "image", "degree": 2}, {"id": "markdown_logo_bold_icon", "label": "Markdown Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Markdown Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/markdown-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "repeat_once_bold_icon", "label": "Repeat Once Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Repeat Once Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/repeat-once-bold.svg", "file_type": "image", "degree": 1}, {"id": "bathtub_bold_icon", "label": "Bathtub Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bathtub Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bathtub-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_center_vertical_bold_icon", "label": "Align Center Vertical Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Center Vertical Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/align-center-vertical-bold.svg", "file_type": "image", "degree": 1}, {"id": "sneaker_bold_icon", "label": "Sneaker Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sneaker Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/sneaker-bold.svg", "file_type": "image", "degree": 1}, {"id": "reddit_logo_bold_icon", "label": "Reddit Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reddit Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/reddit-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "list_bold_icon", "label": "List Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/list-bold.svg", "file_type": "image", "degree": 1}, {"id": "subway_bold_icon", "label": "Subway Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Subway Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/subway-bold.svg", "file_type": "image", "degree": 1}, {"id": "clock_afternoon_bold_icon", "label": "Clock Afternoon Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clock Afternoon Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/clock-afternoon-bold.svg", "file_type": "image", "degree": 1}, {"id": "circle_dashed_bold_icon", "label": "Circle Dashed Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Circle Dashed Bold Icon", "community": 238, "community_name": "Community 238", "source_file": "servers/fastapi/static/icons/bold/circle-dashed-bold.svg", "file_type": "image", "degree": 2}, {"id": "graph_bold_icon", "label": "Graph Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Graph Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/graph-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_indent_bold_icon", "label": "Text Indent Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Indent Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/text-indent-bold.svg", "file_type": "image", "degree": 1}, {"id": "notepad_bold_icon", "label": "Notepad Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Notepad Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/notepad-bold.svg", "file_type": "image", "degree": 1}, {"id": "translate_bold_icon", "label": "Translate Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Translate Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/translate-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_high_bold_icon", "label": "Battery High Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery High Bold Icon", "community": 209, "community_name": "Community 209", "source_file": "servers/fastapi/static/icons/bold/battery-high-bold.svg", "file_type": "image", "degree": 2}, {"id": "fast_forward_bold_icon", "label": "Fast Forward Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fast Forward Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/fast-forward-bold.svg", "file_type": "image", "degree": 1}, {"id": "visor_bold_icon", "label": "Visor Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Visor Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/visor-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_h_three_bold_icon", "label": "Text H Three Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text H Three Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/text-h-three-bold.svg", "file_type": "image", "degree": 1}, {"id": "drop_simple_bold_icon", "label": "Drop Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Drop Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/drop-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "bank_bold_icon", "label": "Bank Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bank Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bank-bold.svg", "file_type": "image", "degree": 1}, {"id": "coda_logo_bold_icon", "label": "Coda Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Coda Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/coda-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "link_simple_horizontal_bold_icon", "label": "Link Simple Horizontal Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Link Simple Horizontal Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/link-simple-horizontal-bold.svg", "file_type": "image", "degree": 1}, {"id": "car_simple_bold_icon", "label": "Car Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Car Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/car-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "sock_bold_icon", "label": "Sock Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sock Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/sock-bold.svg", "file_type": "image", "degree": 1}, {"id": "pen_nib_straight_bold_icon", "label": "Pen Nib Straight Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pen Nib Straight Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/pen-nib-straight-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_plus_vertical_bold_icon", "label": "Battery Plus Vertical Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Plus Vertical Bold Icon", "community": 209, "community_name": "Community 209", "source_file": "servers/fastapi/static/icons/bold/battery-plus-vertical-bold.svg", "file_type": "image", "degree": 2}, {"id": "hash_straight_bold_icon", "label": "Hash Straight Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hash Straight Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/hash-straight-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_bend_double_up_left_bold_icon", "label": "Arrow Bend Double Up Left Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Double Up Left Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-double-up-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_py_bold_icon", "label": "File Py Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Py Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/file-py-bold.svg", "file_type": "image", "degree": 2}, {"id": "usb_bold_icon", "label": "USB Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "USB Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/usb-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_circle_up_bold_icon", "label": "Arrow Circle Up Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Circle Up Bold Icon", "community": 123, "community_name": "Community 123", "source_file": "servers/fastapi/static/icons/bold/arrow-circle-up-bold.svg", "file_type": "image", "degree": 4}, {"id": "x_circle_bold_icon", "label": "X Circle Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "X Circle Bold Icon", "community": 238, "community_name": "Community 238", "source_file": "servers/fastapi/static/icons/bold/x-circle-bold.svg", "file_type": "image", "degree": 2}, {"id": "bold_icon_set_concept", "label": "Bold Icon Set", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Bold Icon Set", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold", "file_type": "concept", "degree": 408}, {"id": "fastapi_static_assets", "label": "FastAPI Static Assets", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Static Assets", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static", "file_type": "concept", "degree": 4}, {"id": "svg_icon_concept", "label": "SVG Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SVG Icon", "community": 305, "community_name": "Community 305", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "arrow_clockwise_bold_icon_rel", "label": "Arrow Clockwise Bold Icon (duplicate ref)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Clockwise Bold Icon (duplicate ref)", "community": 355, "community_name": "Community 355", "source_file": "", "file_type": "concept", "degree": 0}, {"id": "hand_swipe_left_bold_icon", "label": "Hand Swipe Left Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Swipe Left Bold Icon", "community": 218, "community_name": "Community 218", "source_file": "servers/fastapi/static/icons/bold/hand-swipe-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "compass_tool_bold_icon", "label": "Compass Tool Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compass Tool Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/compass-tool-bold.svg", "file_type": "image", "degree": 1}, {"id": "toilet_paper_bold_icon", "label": "Toilet Paper Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Toilet Paper Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/toilet-paper-bold.svg", "file_type": "image", "degree": 1}, {"id": "grains_bold_icon", "label": "Grains Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Grains Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/grains-bold.svg", "file_type": "image", "degree": 1}, {"id": "phone_bold_icon", "label": "Phone Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Bold Icon", "community": 227, "community_name": "Community 227", "source_file": "servers/fastapi/static/icons/bold/phone-bold.svg", "file_type": "image", "degree": 2}, {"id": "user_switch_bold_icon", "label": "User Switch Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Switch Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/user-switch-bold.svg", "file_type": "image", "degree": 1}, {"id": "star_half_bold_icon", "label": "Star Half Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Star Half Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/star-half-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_top_bold_icon", "label": "Align Top Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Top Bold Icon", "community": 204, "community_name": "Community 204", "source_file": "servers/fastapi/static/icons/bold/align-top-bold.svg", "file_type": "image", "degree": 2}, {"id": "check_fat_bold_icon", "label": "Check Fat Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check Fat Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/check-fat-bold.svg", "file_type": "image", "degree": 1}, {"id": "radioactive_bold_icon", "label": "Radioactive Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Radioactive Bold Icon", "community": 231, "community_name": "Community 231", "source_file": "servers/fastapi/static/icons/bold/radioactive-bold.svg", "file_type": "image", "degree": 2}, {"id": "skull_bold_icon", "label": "Skull Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Skull Bold Icon", "community": 231, "community_name": "Community 231", "source_file": "servers/fastapi/static/icons/bold/skull-bold.svg", "file_type": "image", "degree": 2}, {"id": "faders_horizontal_bold_icon", "label": "Faders Horizontal Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Faders Horizontal Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/faders-horizontal-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_line_down_left_bold_icon", "label": "Arrow Line Down Left Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Line Down Left Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrow-line-down-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "handshake_bold_icon", "label": "Handshake Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handshake Bold Icon", "community": 220, "community_name": "Community 220", "source_file": "servers/fastapi/static/icons/bold/handshake-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrows_split_bold_icon", "label": "Arrows Split Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Split Bold Icon", "community": 208, "community_name": "Community 208", "source_file": "servers/fastapi/static/icons/bold/arrows-split-bold.svg", "file_type": "image", "degree": 2}, {"id": "cricket_bold_icon", "label": "Cricket Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cricket Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cricket-bold.svg", "file_type": "image", "degree": 1}, {"id": "read_cv_logo_bold_icon", "label": "Read CV Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Read CV Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/read-cv-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "square_logo_bold_icon", "label": "Square Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Square Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/square-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "sim_card_bold_icon", "label": "SIM Card Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SIM Card Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/sim-card-bold.svg", "file_type": "image", "degree": 1}, {"id": "plus_bold_icon", "label": "Plus Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plus Bold Icon", "community": 229, "community_name": "Community 229", "source_file": "servers/fastapi/static/icons/bold/plus-bold.svg", "file_type": "image", "degree": 2}, {"id": "mouse_right_click_bold_icon", "label": "Mouse Right Click Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mouse Right Click Bold Icon", "community": 222, "community_name": "Community 222", "source_file": "servers/fastapi/static/icons/bold/mouse-right-click-bold.svg", "file_type": "image", "degree": 2}, {"id": "test_tube_bold_icon", "label": "Test Tube Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test Tube Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/test-tube-bold.svg", "file_type": "image", "degree": 1}, {"id": "target_bold_icon", "label": "Target Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Target Bold Icon", "community": 216, "community_name": "Community 216", "source_file": "servers/fastapi/static/icons/bold/target-bold.svg", "file_type": "image", "degree": 2}, {"id": "crosshair_simple_bold_icon", "label": "Crosshair Simple Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Crosshair Simple Bold Icon", "community": 216, "community_name": "Community 216", "source_file": "servers/fastapi/static/icons/bold/crosshair-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "text_columns_bold_icon", "label": "Text Columns Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Columns Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/text-columns-bold.svg", "file_type": "image", "degree": 1}, {"id": "tiktok_logo_bold_icon", "label": "TikTok Logo Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TikTok Logo Bold Icon", "community": 235, "community_name": "Community 235", "source_file": "servers/fastapi/static/icons/bold/tiktok-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "projector_screen_bold_icon", "label": "Projector Screen Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Projector Screen Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/projector-screen-bold.svg", "file_type": "image", "degree": 1}, {"id": "armchair_bold_icon", "label": "Armchair Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Armchair Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/armchair-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_right_bold_icon", "label": "Caret Right Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Right Bold Icon", "community": 213, "community_name": "Community 213", "source_file": "servers/fastapi/static/icons/bold/caret-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "caret_line_left_bold_icon", "label": "Caret Line Left Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Line Left Bold Icon", "community": 213, "community_name": "Community 213", "source_file": "servers/fastapi/static/icons/bold/caret-line-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "align_bottom_simple_bold_icon", "label": "Align Bottom Simple Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Bottom Simple Bold Icon", "community": 204, "community_name": "Community 204", "source_file": "servers/fastapi/static/icons/bold/align-bottom-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "gitlab_logo_bold_icon", "label": "GitLab Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GitLab Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/gitlab-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "fork_knife_bold_icon", "label": "Fork Knife Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fork Knife Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/fork-knife-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_in_simple_bold_icon", "label": "Arrows In Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows In Simple Bold Icon", "community": 208, "community_name": "Community 208", "source_file": "servers/fastapi/static/icons/bold/arrows-in-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "number_four_bold_icon", "label": "Number Four Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Four Bold Icon", "community": 223, "community_name": "Community 223", "source_file": "servers/fastapi/static/icons/bold/number-four-bold.svg", "file_type": "image", "degree": 2}, {"id": "picnic_table_bold_icon", "label": "Picnic Table Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Picnic Table Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/picnic-table-bold.svg", "file_type": "image", "degree": 1}, {"id": "flower_bold_icon", "label": "Flower Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flower Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/flower-bold.svg", "file_type": "image", "degree": 1}, {"id": "mouse_left_click_bold_icon", "label": "Mouse Left Click Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mouse Left Click Bold Icon", "community": 222, "community_name": "Community 222", "source_file": "servers/fastapi/static/icons/bold/mouse-left-click-bold.svg", "file_type": "image", "degree": 2}, {"id": "barcode_bold_icon", "label": "Barcode Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Barcode Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/barcode-bold.svg", "file_type": "image", "degree": 1}, {"id": "bell_z_bold_icon", "label": "Bell Z Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bell Z Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bell-z-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_withdraw_bold_icon", "label": "Hand Withdraw Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Withdraw Bold Icon", "community": 218, "community_name": "Community 218", "source_file": "servers/fastapi/static/icons/bold/hand-withdraw-bold.svg", "file_type": "image", "degree": 2}, {"id": "cross_bold_icon", "label": "Cross Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cross Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cross-bold.svg", "file_type": "image", "degree": 1}, {"id": "gas_can_bold_icon", "label": "Gas Can Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gas Can Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/gas-can-bold.svg", "file_type": "image", "degree": 1}, {"id": "rewind_circle_bold_icon", "label": "Rewind Circle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rewind Circle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/rewind-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "football_bold_icon", "label": "Football Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Football Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/football-bold.svg", "file_type": "image", "degree": 1}, {"id": "numpad_bold_icon", "label": "Numpad Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Numpad Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/numpad-bold.svg", "file_type": "image", "degree": 1}, {"id": "sticker_bold_icon", "label": "Sticker Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sticker Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/sticker-bold.svg", "file_type": "image", "degree": 1}, {"id": "desktop_tower_bold_icon", "label": "Desktop Tower Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Desktop Tower Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/desktop-tower-bold.svg", "file_type": "image", "degree": 1}, {"id": "trend_down_bold_icon", "label": "Trend Down Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trend Down Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/trend-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "cell_signal_x_bold_icon", "label": "Cell Signal X Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cell Signal X Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cell-signal-x-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_heart_bold_icon", "label": "Hand Heart Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Heart Bold Icon", "community": 220, "community_name": "Community 220", "source_file": "servers/fastapi/static/icons/bold/hand-heart-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_minus_bold_icon", "label": "File Minus Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Minus Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/file-minus-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_one_bold_icon", "label": "Number One Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Number One Bold Icon", "community": 223, "community_name": "Community 223", "source_file": "servers/fastapi/static/icons/bold/number-one-bold.svg", "file_type": "image", "degree": 3}, {"id": "bluetooth_x_bold_icon", "label": "Bluetooth X Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bluetooth X Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bluetooth-x-bold.svg", "file_type": "image", "degree": 1}, {"id": "tabs_bold_icon", "label": "Tabs Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tabs Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/tabs-bold.svg", "file_type": "image", "degree": 1}, {"id": "spray_bottle_bold_icon", "label": "Spray Bottle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spray Bottle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/spray-bottle-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_line_left_bold_icon", "label": "Arrow Line Left Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Line Left Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrow-line-left-bold.svg", "file_type": "image", "degree": 4}, {"id": "code_block_bold_icon", "label": "Code Block Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Code Block Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/code-block-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_vertical_medium_bold_icon", "label": "Battery Vertical Medium Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Vertical Medium Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/battery-vertical-medium-bold.svg", "file_type": "image", "degree": 1}, {"id": "microscope_bold_icon", "label": "Microscope Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microscope Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/microscope-bold.svg", "file_type": "image", "degree": 1}, {"id": "phone_pause_bold_icon", "label": "Phone Pause Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Pause Bold Icon", "community": 227, "community_name": "Community 227", "source_file": "servers/fastapi/static/icons/bold/phone-pause-bold.svg", "file_type": "image", "degree": 2}, {"id": "flame_bold_icon", "label": "Flame Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flame Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/flame-bold.svg", "file_type": "image", "degree": 1}, {"id": "plus_circle_bold_icon", "label": "Plus Circle Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plus Circle Bold Icon", "community": 229, "community_name": "Community 229", "source_file": "servers/fastapi/static/icons/bold/plus-circle-bold.svg", "file_type": "image", "degree": 2}, {"id": "butterfly_bold_icon", "label": "Butterfly Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Butterfly Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/butterfly-bold.svg", "file_type": "image", "degree": 1}, {"id": "mask_happy_bold_icon", "label": "Mask Happy Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mask Happy Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/mask-happy-bold.svg", "file_type": "image", "degree": 1}, {"id": "lego_bold_icon", "label": "Lego Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lego Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/lego-bold.svg", "file_type": "image", "degree": 1}, {"id": "tag_bold_icon", "label": "Tag Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tag Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/tag-bold.svg", "file_type": "image", "degree": 1}, {"id": "currency_btc_bold_icon", "label": "Currency BTC Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency BTC Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/currency-btc-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_simple_low_bold_icon", "label": "Speaker Simple Low Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker Simple Low Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/speaker-simple-low-bold.svg", "file_type": "image", "degree": 1}, {"id": "storefront_bold_icon", "label": "Storefront Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Storefront Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/storefront-bold.svg", "file_type": "image", "degree": 1}, {"id": "spotify_logo_bold_icon", "label": "Spotify Logo Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spotify Logo Bold Icon", "community": 235, "community_name": "Community 235", "source_file": "servers/fastapi/static/icons/bold/spotify-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "svg_format_concept", "label": "SVG Vector Format", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "SVG Vector Format", "community": 131, "community_name": "Community 131", "source_file": "", "file_type": "concept", "degree": 7}, {"id": "phosphor_icons_concept", "label": "Phosphor Icons Design System", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Phosphor Icons Design System", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "concept", "degree": 3}, {"id": "caret_double_left_bold_svg", "label": "Caret Double Left Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Double Left Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/caret-double-left-bold.svg", "file_type": "image", "degree": 3}, {"id": "bell_simple_bold_svg", "label": "Bell Simple Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bell Simple Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/bell-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "mouse_scroll_bold_svg", "label": "Mouse Scroll Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mouse Scroll Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/mouse-scroll-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_centered_slash_bold_svg", "label": "Chat Centered Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Centered Slash Bold Icon", "community": 88, "community_name": "Community 88", "source_file": "servers/fastapi/static/icons/bold/chat-centered-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "lastfm_logo_bold_svg", "label": "Last.fm Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Last.fm Logo Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/lastfm-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "list_dashes_bold_svg", "label": "List Dashes Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Dashes Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/list-dashes-bold.svg", "file_type": "image", "degree": 1}, {"id": "shield_plus_bold_svg", "label": "Shield Plus Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shield Plus Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/shield-plus-bold.svg", "file_type": "image", "degree": 1}, {"id": "flower_lotus_bold_svg", "label": "Flower Lotus Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flower Lotus Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/flower-lotus-bold.svg", "file_type": "image", "degree": 1}, {"id": "push_pin_simple_slash_bold_svg", "label": "Push Pin Simple Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Push Pin Simple Slash Bold Icon", "community": 88, "community_name": "Community 88", "source_file": "servers/fastapi/static/icons/bold/push-pin-simple-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "basketball_bold_svg", "label": "Basketball Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Basketball Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/basketball-bold.svg", "file_type": "image", "degree": 1}, {"id": "map_pin_plus_bold_svg", "label": "Map Pin Plus Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Pin Plus Bold Icon", "community": 171, "community_name": "Community 171", "source_file": "servers/fastapi/static/icons/bold/map-pin-plus-bold.svg", "file_type": "image", "degree": 3}, {"id": "brackets_angle_bold_svg", "label": "Brackets Angle Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Brackets Angle Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/brackets-angle-bold.svg", "file_type": "image", "degree": 1}, {"id": "phone_x_bold_svg", "label": "Phone X Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone X Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/phone-x-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_bold_svg", "label": "Cloud Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Bold Icon", "community": 168, "community_name": "Community 168", "source_file": "servers/fastapi/static/icons/bold/cloud-bold.svg", "file_type": "image", "degree": 3}, {"id": "warning_circle_bold_svg", "label": "Warning Circle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning Circle Bold Icon", "community": 200, "community_name": "Community 200", "source_file": "servers/fastapi/static/icons/bold/warning-circle-bold.svg", "file_type": "image", "degree": 2}, {"id": "lightning_slash_bold_svg", "label": "Lightning Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lightning Slash Bold Icon", "community": 88, "community_name": "Community 88", "source_file": "servers/fastapi/static/icons/bold/lightning-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "dna_bold_svg", "label": "DNA Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DNA Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/dna-bold.svg", "file_type": "image", "degree": 1}, {"id": "lock_key_bold_svg", "label": "Lock Key Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Key Bold Icon", "community": 170, "community_name": "Community 170", "source_file": "servers/fastapi/static/icons/bold/lock-key-bold.svg", "file_type": "image", "degree": 3}, {"id": "hourglass_simple_low_bold_svg", "label": "Hourglass Simple Low Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hourglass Simple Low Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/hourglass-simple-low-bold.svg", "file_type": "image", "degree": 1}, {"id": "cell_signal_medium_bold_svg", "label": "Cell Signal Medium Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cell Signal Medium Bold Icon", "community": 172, "community_name": "Community 172", "source_file": "servers/fastapi/static/icons/bold/cell-signal-medium-bold.svg", "file_type": "image", "degree": 3}, {"id": "feather_bold_svg", "label": "Feather Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Feather Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/feather-bold.svg", "file_type": "image", "degree": 1}, {"id": "subtract_bold_svg", "label": "Subtract Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Subtract Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/subtract-bold.svg", "file_type": "image", "degree": 1}, {"id": "quotes_bold_svg", "label": "Quotes Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Quotes Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/quotes-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_out_line_vertical_bold_svg", "label": "Arrows Out Line Vertical Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Out Line Vertical Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrows-out-line-vertical-bold.svg", "file_type": "image", "degree": 2}, {"id": "folder_simple_minus_bold_svg", "label": "Folder Simple Minus Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Simple Minus Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/folder-simple-minus-bold.svg", "file_type": "image", "degree": 1}, {"id": "calendar_slash_bold_svg", "label": "Calendar Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Slash Bold Icon", "community": 88, "community_name": "Community 88", "source_file": "servers/fastapi/static/icons/bold/calendar-slash-bold.svg", "file_type": "image", "degree": 3}, {"id": "device_mobile_slash_bold_svg", "label": "Device Mobile Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Mobile Slash Bold Icon", "community": 88, "community_name": "Community 88", "source_file": "servers/fastapi/static/icons/bold/device-mobile-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "sunglasses_bold_svg", "label": "Sunglasses Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sunglasses Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/sunglasses-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_circle_up_bold_svg", "label": "Caret Circle Up Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Circle Up Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/caret-circle-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "scroll_bold_svg", "label": "Scroll Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Scroll Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/scroll-bold.svg", "file_type": "image", "degree": 1}, {"id": "playlist_bold_svg", "label": "Playlist Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Playlist Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/playlist-bold.svg", "file_type": "image", "degree": 1}, {"id": "vignette_bold_svg", "label": "Vignette Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vignette Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/vignette-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_fat_right_bold_svg", "label": "Arrow Fat Right Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Fat Right Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrow-fat-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_arc_right_bold_svg", "label": "Arrow Arc Right Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Arc Right Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrow-arc-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "disco_ball_bold_svg", "label": "Disco Ball Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Disco Ball Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/disco-ball-bold.svg", "file_type": "image", "degree": 1}, {"id": "tray_arrow_up_bold_svg", "label": "Tray Arrow Up Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tray Arrow Up Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/tray-arrow-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "number_square_six_bold_svg", "label": "Number Square Six Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Square Six Bold Icon", "community": 145, "community_name": "Community 145", "source_file": "servers/fastapi/static/icons/bold/number-square-six-bold.svg", "file_type": "image", "degree": 9}, {"id": "grid_four_bold_svg", "label": "Grid Four Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Grid Four Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/grid-four-bold.svg", "file_type": "image", "degree": 1}, {"id": "cooking_pot_bold_svg", "label": "Cooking Pot Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cooking Pot Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/cooking-pot-bold.svg", "file_type": "image", "degree": 1}, {"id": "hard_hat_bold_svg", "label": "Hard Hat Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hard Hat Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/hard-hat-bold.svg", "file_type": "image", "degree": 1}, {"id": "seal_warning_bold_svg", "label": "Seal Warning Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Seal Warning Bold Icon", "community": 200, "community_name": "Community 200", "source_file": "servers/fastapi/static/icons/bold/seal-warning-bold.svg", "file_type": "image", "degree": 2}, {"id": "corners_out_bold_svg", "label": "Corners Out Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Corners Out Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/corners-out-bold.svg", "file_type": "image", "degree": 1}, {"id": "wechat_logo_bold_svg", "label": "WeChat Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WeChat Logo Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/wechat-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_check_bold_svg", "label": "User Check Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Check Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/user-check-bold.svg", "file_type": "image", "degree": 1}, {"id": "handbag_bold_svg", "label": "Handbag Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handbag Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/handbag-bold.svg", "file_type": "image", "degree": 1}, {"id": "crown_cross_bold_svg", "label": "Crown Cross Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Crown Cross Bold Icon", "community": 169, "community_name": "Community 169", "source_file": "servers/fastapi/static/icons/bold/crown-cross-bold.svg", "file_type": "image", "degree": 3}, {"id": "log_bold_svg", "label": "Log Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Log Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/log-bold.svg", "file_type": "image", "degree": 2}, {"id": "lock_open_bold_svg", "label": "Lock Open Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Open Bold Icon", "community": 170, "community_name": "Community 170", "source_file": "servers/fastapi/static/icons/bold/lock-open-bold.svg", "file_type": "image", "degree": 3}, {"id": "headphones_bold_svg", "label": "Headphones Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Headphones Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/headphones-bold.svg", "file_type": "image", "degree": 1}, {"id": "dots_three_bold_svg", "label": "Dots Three Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Three Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/dots-three-bold.svg", "file_type": "image", "degree": 1}, {"id": "crown_simple_bold_svg", "label": "Crown Simple Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Crown Simple Bold Icon", "community": 169, "community_name": "Community 169", "source_file": "servers/fastapi/static/icons/bold/crown-simple-bold.svg", "file_type": "image", "degree": 3}, {"id": "factory_bold_svg", "label": "Factory Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Factory Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/factory-bold.svg", "file_type": "image", "degree": 1}, {"id": "hamburger_bold_svg", "label": "Hamburger Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hamburger Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/hamburger-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_left_right_bold_svg", "label": "Arrows Left Right Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Left Right Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrows-left-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_u_right_up_bold_svg", "label": "Arrow U Right Up Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow U Right Up Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrow-u-right-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "map_pin_line_bold_svg", "label": "Map Pin Line Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Pin Line Bold Icon", "community": 171, "community_name": "Community 171", "source_file": "servers/fastapi/static/icons/bold/map-pin-line-bold.svg", "file_type": "image", "degree": 3}, {"id": "device_tablet_camera_bold_svg", "label": "Device Tablet Camera Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Tablet Camera Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/device-tablet-camera-bold.svg", "file_type": "image", "degree": 1}, {"id": "money_bold_svg", "label": "Money Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Money Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/money-bold.svg", "file_type": "image", "degree": 1}, {"id": "calendar_dot_bold_svg", "label": "Calendar Dot Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Dot Bold Icon", "community": 88, "community_name": "Community 88", "source_file": "servers/fastapi/static/icons/bold/calendar-dot-bold.svg", "file_type": "image", "degree": 2}, {"id": "building_apartment_bold_svg", "label": "Building Apartment Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Building Apartment Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/building-apartment-bold.svg", "file_type": "image", "degree": 1}, {"id": "download_simple_bold_svg", "label": "Download Simple Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Download Simple Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/download-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "calendar_heart_bold_svg", "label": "Calendar Heart Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Heart Bold Icon", "community": 88, "community_name": "Community 88", "source_file": "servers/fastapi/static/icons/bold/calendar-heart-bold.svg", "file_type": "image", "degree": 2}, {"id": "baby_bold_svg", "label": "Baby Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Baby Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/baby-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_arrow_up_bold_svg", "label": "Cloud Arrow Up Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Arrow Up Bold Icon", "community": 168, "community_name": "Community 168", "source_file": "servers/fastapi/static/icons/bold/cloud-arrow-up-bold.svg", "file_type": "image", "degree": 3}, {"id": "solar_roof_bold_svg", "label": "Solar Roof Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Solar Roof Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/solar-roof-bold.svg", "file_type": "image", "degree": 1}, {"id": "cell_signal_low_bold_svg", "label": "Cell Signal Low Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cell Signal Low Bold Icon", "community": 172, "community_name": "Community 172", "source_file": "servers/fastapi/static/icons/bold/cell-signal-low-bold.svg", "file_type": "image", "degree": 3}, {"id": "lockers_bold_svg", "label": "Lockers Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lockers Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/lockers-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_square_zero_bold_svg", "label": "Number Square Zero Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Square Zero Bold Icon", "community": 145, "community_name": "Community 145", "source_file": "servers/fastapi/static/icons/bold/number-square-zero-bold.svg", "file_type": "image", "degree": 3}, {"id": "chart_polar_bold_svg", "label": "Chart Polar Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Polar Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/chart-polar-bold.svg", "file_type": "image", "degree": 1}, {"id": "star_four_bold_svg", "label": "Star Four Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Star Four Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/star-four-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_low_bold_svg", "label": "Speaker Low Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker Low Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/speaker-low-bold.svg", "file_type": "image", "degree": 1}, {"id": "martini_bold_svg", "label": "Martini Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Martini Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/martini-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_jpg_bold_svg", "label": "File JPG Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File JPG Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/file-jpg-bold.svg", "file_type": "image", "degree": 1}, {"id": "checkerboard_bold_svg", "label": "Checkerboard Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Checkerboard Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/checkerboard-bold.svg", "file_type": "image", "degree": 1}, {"id": "bold_icon_collection", "label": "Bold Icon Collection", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 21.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Bold Icon Collection", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/", "file_type": "concept", "degree": 162}, {"id": "phosphor_icons", "label": "Phosphor Icons", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Phosphor Icons", "community": 18, "community_name": "Community 18", "source_file": "", "file_type": "concept", "degree": 3}, {"id": "svg_format", "label": "SVG Format", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SVG Format", "community": 18, "community_name": "Community 18", "source_file": "", "file_type": "concept", "degree": 3}, {"id": "navigation_icons", "label": "Navigation Icons", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigation Icons", "community": 51, "community_name": "Community 51", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "slash_variant_icons", "label": "Slash Variant Icons", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Slash Variant Icons", "community": 88, "community_name": "Community 88", "source_file": "", "file_type": "concept", "degree": 5}, {"id": "calendar_icons", "label": "Calendar Icons", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Icons", "community": 88, "community_name": "Community 88", "source_file": "", "file_type": "concept", "degree": 3}, {"id": "signal_icons", "label": "Signal Icons", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Signal Icons", "community": 172, "community_name": "Community 172", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "number_square_icons", "label": "Number Square Icons", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Square Icons", "community": 145, "community_name": "Community 145", "source_file": "", "file_type": "concept", "degree": 3}, {"id": "arrow_icons", "label": "Arrow Icons", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Icons", "community": 51, "community_name": "Community 51", "source_file": "", "file_type": "concept", "degree": 8}, {"id": "cloud_icons", "label": "Cloud Icons", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Icons", "community": 168, "community_name": "Community 168", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "lock_icons", "label": "Lock Icons", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Icons", "community": 170, "community_name": "Community 170", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "crown_icons", "label": "Crown Icons", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Crown Icons", "community": 169, "community_name": "Community 169", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "map_pin_icons", "label": "Map Pin Icons", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Pin Icons", "community": 171, "community_name": "Community 171", "source_file": "", "file_type": "concept", "degree": 2}, {"id": "gender_neuter_bold_icon", "label": "Gender Neuter Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender Neuter Bold Icon", "community": 286, "community_name": "Community 286", "source_file": "servers/fastapi/static/icons/bold/gender-neuter-bold.svg", "file_type": "image", "degree": 2}, {"id": "google_play_logo_bold_icon", "label": "Google Play Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Play Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/google-play-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "map_trifold_bold_icon", "label": "Map Trifold Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Trifold Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/map-trifold-bold.svg", "file_type": "image", "degree": 1}, {"id": "highlighter_bold_icon", "label": "Highlighter Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Highlighter Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/highlighter-bold.svg", "file_type": "image", "degree": 1}, {"id": "broadcast_bold_icon", "label": "Broadcast Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Broadcast Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/broadcast-bold.svg", "file_type": "image", "degree": 1}, {"id": "paint_roller_bold_icon", "label": "Paint Roller Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paint Roller Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/paint-roller-bold.svg", "file_type": "image", "degree": 1}, {"id": "hoodie_bold_icon", "label": "Hoodie Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hoodie Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/hoodie-bold.svg", "file_type": "image", "degree": 1}, {"id": "list_heart_bold_icon", "label": "List Heart Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Heart Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/list-heart-bold.svg", "file_type": "image", "degree": 1}, {"id": "smiley_meh_bold_icon", "label": "Smiley Meh Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Meh Bold Icon", "community": 194, "community_name": "Community 194", "source_file": "servers/fastapi/static/icons/bold/smiley-meh-bold.svg", "file_type": "image", "degree": 3}, {"id": "cash_register_bold_icon", "label": "Cash Register Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cash Register Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cash-register-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_outdent_bold_icon", "label": "Text Outdent Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Outdent Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/text-outdent-bold.svg", "file_type": "image", "degree": 1}, {"id": "bell_simple_slash_bold_icon", "label": "Bell Simple Slash Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bell Simple Slash Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/bell-simple-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "bluetooth_connected_bold_icon", "label": "Bluetooth Connected Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bluetooth Connected Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/bluetooth-connected-bold.svg", "file_type": "image", "degree": 1}, {"id": "link_simple_horizontal_break_bold_icon", "label": "Link Simple Horizontal Break Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Link Simple Horizontal Break Bold Icon", "community": 293, "community_name": "Community 293", "source_file": "servers/fastapi/static/icons/bold/link-simple-horizontal-break-bold.svg", "file_type": "image", "degree": 2}, {"id": "seal_percent_bold_icon", "label": "Seal Percent Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Seal Percent Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/seal-percent-bold.svg", "file_type": "image", "degree": 1}, {"id": "git_pull_request_bold_icon", "label": "Git Pull Request Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Git Pull Request Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/git-pull-request-bold.svg", "file_type": "image", "degree": 1}, {"id": "smiley_angry_bold_icon", "label": "Smiley Angry Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Angry Bold Icon", "community": 194, "community_name": "Community 194", "source_file": "servers/fastapi/static/icons/bold/smiley-angry-bold.svg", "file_type": "image", "degree": 3}, {"id": "bowl_food_bold_icon", "label": "Bowl Food Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bowl Food Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/bowl-food-bold.svg", "file_type": "image", "degree": 1}, {"id": "kanban_bold_icon", "label": "Kanban Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Kanban Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/kanban-bold.svg", "file_type": "image", "degree": 1}, {"id": "volleyball_bold_icon", "label": "Volleyball Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Volleyball Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/volleyball-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_arrow_down_bold_icon", "label": "File Arrow Down Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Arrow Down Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/file-arrow-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_bottom_bold_icon", "label": "Align Bottom Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Bottom Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/align-bottom-bold.svg", "file_type": "image", "degree": 1}, {"id": "gender_male_bold_icon", "label": "Gender Male Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender Male Bold Icon", "community": 286, "community_name": "Community 286", "source_file": "servers/fastapi/static/icons/bold/gender-male-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_elbow_right_down_bold_icon", "label": "Arrow Elbow Right Down Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Elbow Right Down Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/arrow-elbow-right-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "person_simple_throw_bold_icon", "label": "Person Simple Throw Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Simple Throw Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/person-simple-throw-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_rain_bold_icon", "label": "Cloud Rain Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Rain Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cloud-rain-bold.svg", "file_type": "image", "degree": 1}, {"id": "pentagram_bold_icon", "label": "Pentagram Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pentagram Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/pentagram-bold.svg", "file_type": "image", "degree": 1}, {"id": "air_traffic_control_bold_icon", "label": "Air Traffic Control Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Air Traffic Control Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/air-traffic-control-bold.svg", "file_type": "image", "degree": 1}, {"id": "smiley_nervous_bold_icon", "label": "Smiley Nervous Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Nervous Bold Icon", "community": 194, "community_name": "Community 194", "source_file": "servers/fastapi/static/icons/bold/smiley-nervous-bold.svg", "file_type": "image", "degree": 3}, {"id": "text_b_bold_icon", "label": "Text B Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text B Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/text-b-bold.svg", "file_type": "image", "degree": 1}, {"id": "x_square_bold_icon", "label": "X Square Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "X Square Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/x-square-bold.svg", "file_type": "image", "degree": 1}, {"id": "car_profile_bold_icon", "label": "Car Profile Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Car Profile Bold Icon", "community": 279, "community_name": "Community 279", "source_file": "servers/fastapi/static/icons/bold/car-profile-bold.svg", "file_type": "image", "degree": 2}, {"id": "warning_diamond_bold_icon", "label": "Warning Diamond Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning Diamond Bold Icon", "community": 312, "community_name": "Community 312", "source_file": "servers/fastapi/static/icons/bold/warning-diamond-bold.svg", "file_type": "image", "degree": 2}, {"id": "signature_bold_icon", "label": "Signature Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Signature Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/signature-bold.svg", "file_type": "image", "degree": 1}, {"id": "article_ny_times_bold_icon", "label": "Article NY Times Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Article NY Times Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/article-ny-times-bold.svg", "file_type": "image", "degree": 1}, {"id": "piano_keys_bold_icon", "label": "Piano Keys Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Piano Keys Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/piano-keys-bold.svg", "file_type": "image", "degree": 1}, {"id": "link_simple_bold_icon", "label": "Link Simple Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Link Simple Bold Icon", "community": 293, "community_name": "Community 293", "source_file": "servers/fastapi/static/icons/bold/link-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "trophy_bold_icon", "label": "Trophy Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trophy Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/trophy-bold.svg", "file_type": "image", "degree": 1}, {"id": "calendar_bold_icon", "label": "Calendar Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/calendar-bold.svg", "file_type": "image", "degree": 2}, {"id": "meteor_bold_icon", "label": "Meteor Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Meteor Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/meteor-bold.svg", "file_type": "image", "degree": 1}, {"id": "gear_fine_bold_icon", "label": "Gear Fine Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gear Fine Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/gear-fine-bold.svg", "file_type": "image", "degree": 2}, {"id": "ruler_bold_icon", "label": "Ruler Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ruler Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/ruler-bold.svg", "file_type": "image", "degree": 1}, {"id": "warning_octagon_bold_icon", "label": "Warning Octagon Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning Octagon Bold Icon", "community": 312, "community_name": "Community 312", "source_file": "servers/fastapi/static/icons/bold/warning-octagon-bold.svg", "file_type": "image", "degree": 2}, {"id": "megaphone_simple_bold_icon", "label": "Megaphone Simple Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Megaphone Simple Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/megaphone-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "mouse_simple_bold_icon", "label": "Mouse Simple Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mouse Simple Bold Icon", "community": 292, "community_name": "Community 292", "source_file": "servers/fastapi/static/icons/bold/mouse-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "speaker_slash_bold_icon", "label": "Speaker Slash Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker Slash Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/speaker-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "moped_front_bold_icon", "label": "Moped Front Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Moped Front Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/moped-front-bold.svg", "file_type": "image", "degree": 1}, {"id": "tennis_ball_bold_icon", "label": "Tennis Ball Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tennis Ball Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/tennis-ball-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_align_right_bold_icon", "label": "Text Align Right Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Align Right Bold Icon", "community": 307, "community_name": "Community 307", "source_file": "servers/fastapi/static/icons/bold/text-align-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_fat_line_down_bold_icon", "label": "Arrow Fat Line Down Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Fat Line Down Bold Icon", "community": 275, "community_name": "Community 275", "source_file": "servers/fastapi/static/icons/bold/arrow-fat-line-down-bold.svg", "file_type": "image", "degree": 3}, {"id": "taxi_bold_icon", "label": "Taxi Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Taxi Bold Icon", "community": 279, "community_name": "Community 279", "source_file": "servers/fastapi/static/icons/bold/taxi-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_bend_down_left_bold_icon", "label": "Arrow Bend Down Left Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Down Left Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-down-left-bold.svg", "file_type": "image", "degree": 1}, {"id": "film_reel_bold_icon", "label": "Film Reel Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Film Reel Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/film-reel-bold.svg", "file_type": "image", "degree": 1}, {"id": "egg_bold_icon", "label": "Egg Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Egg Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/egg-bold.svg", "file_type": "image", "degree": 1}, {"id": "dots_six_bold_icon", "label": "Dots Six Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Six Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/dots-six-bold.svg", "file_type": "image", "degree": 1}, {"id": "hair_dryer_bold_icon", "label": "Hair Dryer Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hair Dryer Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/hair-dryer-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_align_center_bold_icon", "label": "Text Align Center Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Align Center Bold Icon", "community": 307, "community_name": "Community 307", "source_file": "servers/fastapi/static/icons/bold/text-align-center-bold.svg", "file_type": "image", "degree": 2}, {"id": "game_controller_bold_icon", "label": "Game Controller Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Game Controller Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/game-controller-bold.svg", "file_type": "image", "degree": 1}, {"id": "github_logo_bold_icon", "label": "GitHub Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GitHub Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/github-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "youtube_logo_bold_icon", "label": "YouTube Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "YouTube Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/youtube-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "barn_bold_icon", "label": "Barn Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Barn Bold Icon", "community": 285, "community_name": "Community 285", "source_file": "servers/fastapi/static/icons/bold/barn-bold.svg", "file_type": "image", "degree": 2}, {"id": "equals_bold_icon", "label": "Equals Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Equals Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/equals-bold.svg", "file_type": "image", "degree": 1}, {"id": "garage_bold_icon", "label": "Garage Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Garage Bold Icon", "community": 285, "community_name": "Community 285", "source_file": "servers/fastapi/static/icons/bold/garage-bold.svg", "file_type": "image", "degree": 2}, {"id": "app_window_bold_icon", "label": "App Window Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "App Window Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/app-window-bold.svg", "file_type": "image", "degree": 1}, {"id": "airplane_takeoff_bold_icon", "label": "Airplane Takeoff Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Airplane Takeoff Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/airplane-takeoff-bold.svg", "file_type": "image", "degree": 1}, {"id": "greater_than_bold_icon", "label": "Greater Than Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Greater Than Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/greater-than-bold.svg", "file_type": "image", "degree": 1}, {"id": "not_superset_of_bold_icon", "label": "Not Superset Of Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Not Superset Of Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/not-superset-of-bold.svg", "file_type": "image", "degree": 1}, {"id": "stairs_bold_icon", "label": "Stairs Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stairs Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/stairs-bold.svg", "file_type": "image", "degree": 1}, {"id": "lasso_bold_svg", "label": "Lasso Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lasso Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/lasso-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_audio_bold_svg", "label": "File Audio Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Audio Bold Icon", "community": 130, "community_name": "Community 130", "source_file": "servers/fastapi/static/icons/bold/file-audio-bold.svg", "file_type": "image", "degree": 2}, {"id": "bicycle_bold_svg", "label": "Bicycle Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bicycle Bold Icon", "community": 211, "community_name": "Community 211", "source_file": "servers/fastapi/static/icons/bold/bicycle-bold.svg", "file_type": "image", "degree": 2}, {"id": "star_of_david_bold_svg", "label": "Star of David Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Star of David Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/star-of-david-bold.svg", "file_type": "image", "degree": 1}, {"id": "scooter_bold_svg", "label": "Scooter Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Scooter Bold Icon", "community": 211, "community_name": "Community 211", "source_file": "servers/fastapi/static/icons/bold/scooter-bold.svg", "file_type": "image", "degree": 2}, {"id": "drone_bold_svg", "label": "Drone Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Drone Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/drone-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_grabbing_bold_svg", "label": "Hand Grabbing Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Grabbing Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/hand-grabbing-bold.svg", "file_type": "image", "degree": 1}, {"id": "flag_bold_svg", "label": "Flag Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/flag-bold.svg", "file_type": "image", "degree": 1}, {"id": "island_bold_svg", "label": "Island Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Island Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/island-bold.svg", "file_type": "image", "degree": 1}, {"id": "rainbow_cloud_bold_svg", "label": "Rainbow Cloud Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rainbow Cloud Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/rainbow-cloud-bold.svg", "file_type": "image", "degree": 1}, {"id": "browser_bold_svg", "label": "Browser Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Browser Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/browser-bold.svg", "file_type": "image", "degree": 2}, {"id": "backpack_bold_svg", "label": "Backpack Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Backpack Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/backpack-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_rectangle_bold_svg", "label": "User Rectangle Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Rectangle Bold Icon", "community": 237, "community_name": "Community 237", "source_file": "servers/fastapi/static/icons/bold/user-rectangle-bold.svg", "file_type": "image", "degree": 2}, {"id": "parachute_bold_svg", "label": "Parachute Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parachute Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/parachute-bold.svg", "file_type": "image", "degree": 1}, {"id": "dot_bold_svg", "label": "Dot Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dot Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/dot-bold.svg", "file_type": "image", "degree": 1}, {"id": "eraser_bold_svg", "label": "Eraser Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eraser Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/eraser-bold.svg", "file_type": "image", "degree": 1}, {"id": "superset_of_bold_svg", "label": "Superset Of Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Superset Of Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/superset-of-bold.svg", "file_type": "image", "degree": 1}, {"id": "recycle_bold_svg", "label": "Recycle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Recycle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/recycle-bold.svg", "file_type": "image", "degree": 1}, {"id": "plus_square_bold_svg", "label": "Plus Square Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plus Square Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/plus-square-bold.svg", "file_type": "image", "degree": 1}, {"id": "letter_circle_h_bold_svg", "label": "Letter Circle H Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Letter Circle H Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/letter-circle-h-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_md_bold_svg", "label": "File MD Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File MD Bold Icon", "community": 130, "community_name": "Community 130", "source_file": "servers/fastapi/static/icons/bold/file-md-bold.svg", "file_type": "image", "degree": 3}, {"id": "file_vue_bold_svg", "label": "File Vue Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File Vue Bold Icon", "community": 130, "community_name": "Community 130", "source_file": "servers/fastapi/static/icons/bold/file-vue-bold.svg", "file_type": "image", "degree": 3}, {"id": "eject_simple_bold_svg", "label": "Eject Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eject Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/eject-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "steps_bold_svg", "label": "Steps Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Steps Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/steps-bold.svg", "file_type": "image", "degree": 1}, {"id": "carrot_bold_svg", "label": "Carrot Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Carrot Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/carrot-bold.svg", "file_type": "image", "degree": 1}, {"id": "briefcase_metal_bold_svg", "label": "Briefcase Metal Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Briefcase Metal Bold Icon", "community": 233, "community_name": "Community 233", "source_file": "servers/fastapi/static/icons/bold/briefcase-metal-bold.svg", "file_type": "image", "degree": 2}, {"id": "sword_bold_svg", "label": "Sword Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sword Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/sword-bold.svg", "file_type": "image", "degree": 1}, {"id": "nuclear_plant_bold_svg", "label": "Nuclear Plant Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Nuclear Plant Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/nuclear-plant-bold.svg", "file_type": "image", "degree": 1}, {"id": "framer_logo_bold_svg", "label": "Framer Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Framer Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/framer-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "phone_plus_bold_svg", "label": "Phone Plus Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Plus Bold Icon", "community": 226, "community_name": "Community 226", "source_file": "servers/fastapi/static/icons/bold/phone-plus-bold.svg", "file_type": "image", "degree": 2}, {"id": "palette_bold_svg", "label": "Palette Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Palette Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/palette-bold.svg", "file_type": "image", "degree": 1}, {"id": "bug_bold_svg", "label": "Bug Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bug Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bug-bold.svg", "file_type": "image", "degree": 1}, {"id": "hurricane_bold_svg", "label": "Hurricane Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hurricane Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/hurricane-bold.svg", "file_type": "image", "degree": 1}, {"id": "thermometer_simple_bold_svg", "label": "Thermometer Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Thermometer Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/thermometer-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "square_half_bottom_bold_svg", "label": "Square Half Bottom Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Square Half Bottom Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/square-half-bottom-bold.svg", "file_type": "image", "degree": 1}, {"id": "spinner_ball_bold_svg", "label": "Spinner Ball Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spinner Ball Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/spinner-ball-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_circle_left_bold_svg", "label": "Caret Circle Left Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Circle Left Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/caret-circle-left-bold.svg", "file_type": "image", "degree": 1}, {"id": "chart_pie_bold_svg", "label": "Chart Pie Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Pie Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/chart-pie-bold.svg", "file_type": "image", "degree": 2}, {"id": "cursor_text_bold_svg", "label": "Cursor Text Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cursor Text Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cursor-text-bold.svg", "file_type": "image", "degree": 1}, {"id": "suitcase_bold_svg", "label": "Suitcase Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Suitcase Bold Icon", "community": 233, "community_name": "Community 233", "source_file": "servers/fastapi/static/icons/bold/suitcase-bold.svg", "file_type": "image", "degree": 2}, {"id": "film_script_bold_svg", "label": "Film Script Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Film Script Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/film-script-bold.svg", "file_type": "image", "degree": 1}, {"id": "cheers_bold_svg", "label": "Cheers Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cheers Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cheers-bold.svg", "file_type": "image", "degree": 1}, {"id": "facebook_logo_bold_svg", "label": "Facebook Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Facebook Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/facebook-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "piggy_bank_bold_svg", "label": "Piggy Bank Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Piggy Bank Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/piggy-bank-bold.svg", "file_type": "image", "degree": 1}, {"id": "terminal_window_bold_svg", "label": "Terminal Window Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Terminal Window Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/terminal-window-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_ini_bold_svg", "label": "File INI Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File INI Bold Icon", "community": 130, "community_name": "Community 130", "source_file": "servers/fastapi/static/icons/bold/file-ini-bold.svg", "file_type": "image", "degree": 3}, {"id": "t_shirt_bold_svg", "label": "T-Shirt Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "T-Shirt Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/t-shirt-bold.svg", "file_type": "image", "degree": 1}, {"id": "folder_star_bold_svg", "label": "Folder Star Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Star Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/folder-star-bold.svg", "file_type": "image", "degree": 1}, {"id": "video_bold_svg", "label": "Video Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Video Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/video-bold.svg", "file_type": "image", "degree": 1}, {"id": "calculator_bold_svg", "label": "Calculator Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculator Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/calculator-bold.svg", "file_type": "image", "degree": 1}, {"id": "x_bold_svg", "label": "X Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "X Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/x-bold.svg", "file_type": "image", "degree": 1}, {"id": "swatches_bold_svg", "label": "Swatches Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Swatches Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/swatches-bold.svg", "file_type": "image", "degree": 1}, {"id": "credit_card_bold_svg", "label": "Credit Card Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Credit Card Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/credit-card-bold.svg", "file_type": "image", "degree": 1}, {"id": "skip_forward_circle_bold_svg", "label": "Skip Forward Circle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Skip Forward Circle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/skip-forward-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_bold_svg", "label": "User Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Bold Icon", "community": 237, "community_name": "Community 237", "source_file": "servers/fastapi/static/icons/bold/user-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_fat_down_bold_svg", "label": "Arrow Fat Down Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Fat Down Bold Icon", "community": 207, "community_name": "Community 207", "source_file": "servers/fastapi/static/icons/bold/arrow-fat-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_elbow_left_bold_svg", "label": "Arrow Elbow Left Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Elbow Left Bold Icon", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/arrow-elbow-left-bold.svg", "file_type": "image", "degree": 7}, {"id": "corners_in_bold_svg", "label": "Corners In Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Corners In Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/corners-in-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_fat_up_bold_svg", "label": "Arrow Fat Up Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Fat Up Bold Icon", "community": 207, "community_name": "Community 207", "source_file": "servers/fastapi/static/icons/bold/arrow-fat-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_cpp_bold_svg", "label": "File CPP Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File CPP Bold Icon", "community": 130, "community_name": "Community 130", "source_file": "servers/fastapi/static/icons/bold/file-cpp-bold.svg", "file_type": "image", "degree": 2}, {"id": "puzzle_piece_bold_svg", "label": "Puzzle Piece Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Puzzle Piece Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/puzzle-piece-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_medium_bold_svg", "label": "Battery Medium Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Medium Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/battery-medium-bold.svg", "file_type": "image", "degree": 1}, {"id": "currency_dollar_bold_svg", "label": "Currency Dollar Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency Dollar Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/currency-dollar-bold.svg", "file_type": "image", "degree": 1}, {"id": "fire_extinguisher_bold_svg", "label": "Fire Extinguisher Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fire Extinguisher Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/fire-extinguisher-bold.svg", "file_type": "image", "degree": 1}, {"id": "cpu_bold_svg", "label": "CPU Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CPU Bold Icon", "community": 215, "community_name": "Community 215", "source_file": "servers/fastapi/static/icons/bold/cpu-bold.svg", "file_type": "image", "degree": 2}, {"id": "train_bold_svg", "label": "Train Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Train Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/train-bold.svg", "file_type": "image", "degree": 1}, {"id": "circuitry_bold_svg", "label": "Circuitry Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Circuitry Bold Icon", "community": 215, "community_name": "Community 215", "source_file": "servers/fastapi/static/icons/bold/circuitry-bold.svg", "file_type": "image", "degree": 2}, {"id": "tree_evergreen_bold_svg", "label": "Tree Evergreen Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tree Evergreen Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/tree-evergreen-bold.svg", "file_type": "image", "degree": 1}, {"id": "pause_bold_svg", "label": "Pause Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pause Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/pause-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_down_bold_svg", "label": "Caret Down Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Down Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/caret-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "bell_slash_bold_svg", "label": "Bell Slash Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bell Slash Bold Icon", "community": 210, "community_name": "Community 210", "source_file": "servers/fastapi/static/icons/bold/bell-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "sneaker_move_bold_svg", "label": "Sneaker Move Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sneaker Move Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/sneaker-move-bold.svg", "file_type": "image", "degree": 1}, {"id": "exam_bold_svg", "label": "Exam Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Exam Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/exam-bold.svg", "file_type": "image", "degree": 1}, {"id": "smiley_sticker_bold_svg", "label": "Smiley Sticker Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Sticker Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/smiley-sticker-bold.svg", "file_type": "image", "degree": 1}, {"id": "gavel_bold_svg", "label": "Gavel Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gavel Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/gavel-bold.svg", "file_type": "image", "degree": 1}, {"id": "bell_bold_svg", "label": "Bell Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bell Bold Icon", "community": 210, "community_name": "Community 210", "source_file": "servers/fastapi/static/icons/bold/bell-bold.svg", "file_type": "image", "degree": 2}, {"id": "phone_list_bold_svg", "label": "Phone List Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone List Bold Icon", "community": 226, "community_name": "Community 226", "source_file": "servers/fastapi/static/icons/bold/phone-list-bold.svg", "file_type": "image", "degree": 2}, {"id": "peace_bold_svg", "label": "Peace Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Peace Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/peace-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_merge_bold_icon", "label": "Arrows Merge Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Merge Bold Icon", "community": 303, "community_name": "Community 303", "source_file": "servers/fastapi/static/icons/bold/arrows-merge-bold.svg", "file_type": "image", "degree": 2}, {"id": "user_circle_check_bold_icon", "label": "User Circle Check Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Circle Check Bold Icon", "community": 195, "community_name": "Community 195", "source_file": "servers/fastapi/static/icons/bold/user-circle-check-bold.svg", "file_type": "image", "degree": 2}, {"id": "drop_half_bold_icon", "label": "Drop Half Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Drop Half Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/drop-half-bold.svg", "file_type": "image", "degree": 1}, {"id": "ping_pong_bold_icon", "label": "Ping Pong Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ping Pong Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/ping-pong-bold.svg", "file_type": "image", "degree": 1}, {"id": "towel_bold_icon", "label": "Towel Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Towel Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/towel-bold.svg", "file_type": "image", "degree": 1}, {"id": "currency_jpy_bold_icon", "label": "Currency JPY Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency JPY Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/currency-jpy-bold.svg", "file_type": "image", "degree": 2}, {"id": "truck_trailer_bold_icon", "label": "Truck Trailer Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Truck Trailer Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/truck-trailer-bold.svg", "file_type": "image", "degree": 1}, {"id": "split_horizontal_bold_icon", "label": "Split Horizontal Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Split Horizontal Bold Icon", "community": 303, "community_name": "Community 303", "source_file": "servers/fastapi/static/icons/bold/split-horizontal-bold.svg", "file_type": "image", "degree": 2}, {"id": "bridge_bold_icon", "label": "Bridge Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bridge Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/bridge-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_h_bold_icon", "label": "Text H Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text H Bold Icon", "community": 308, "community_name": "Community 308", "source_file": "servers/fastapi/static/icons/bold/text-h-bold.svg", "file_type": "image", "degree": 2}, {"id": "detective_bold_icon", "label": "Detective Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Detective Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/detective-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_x_bold_icon", "label": "File X Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File X Bold Icon", "community": 282, "community_name": "Community 282", "source_file": "servers/fastapi/static/icons/bold/file-x-bold.svg", "file_type": "image", "degree": 2}, {"id": "asterisk_bold_icon", "label": "Asterisk Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Asterisk Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/asterisk-bold.svg", "file_type": "image", "degree": 1}, {"id": "person_simple_run_bold_icon", "label": "Person Simple Run Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Simple Run Bold Icon", "community": 299, "community_name": "Community 299", "source_file": "servers/fastapi/static/icons/bold/person-simple-run-bold.svg", "file_type": "image", "degree": 3}, {"id": "city_bold_icon", "label": "City Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "City Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/city-bold.svg", "file_type": "image", "degree": 1}, {"id": "tray_arrow_down_bold_icon", "label": "Tray Arrow Down Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tray Arrow Down Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/tray-arrow-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "list_bullets_bold_icon", "label": "List Bullets Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Bullets Bold Icon", "community": 294, "community_name": "Community 294", "source_file": "servers/fastapi/static/icons/bold/list-bullets-bold.svg", "file_type": "image", "degree": 2}, {"id": "sparkle_bold_icon", "label": "Sparkle Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sparkle Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/sparkle-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_h_five_bold_icon", "label": "Text H Five Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text H Five Bold Icon", "community": 308, "community_name": "Community 308", "source_file": "servers/fastapi/static/icons/bold/text-h-five-bold.svg", "file_type": "image", "degree": 2}, {"id": "selection_bold_icon", "label": "Selection Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Selection Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/selection-bold.svg", "file_type": "image", "degree": 1}, {"id": "member_of_bold_icon", "label": "Member Of Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Member Of Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/member-of-bold.svg", "file_type": "image", "degree": 1}, {"id": "notification_bold_icon", "label": "Notification Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Notification Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/notification-bold.svg", "file_type": "image", "degree": 1}, {"id": "lightbulb_filament_bold_icon", "label": "Lightbulb Filament Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lightbulb Filament Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/lightbulb-filament-bold.svg", "file_type": "image", "degree": 1}, {"id": "sliders_horizontal_bold_icon", "label": "Sliders Horizontal Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sliders Horizontal Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/sliders-horizontal-bold.svg", "file_type": "image", "degree": 1}, {"id": "dot_outline_bold_icon", "label": "Dot Outline Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dot Outline Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/dot-outline-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_minus_bold_icon", "label": "User Minus Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "User Minus Bold Icon", "community": 195, "community_name": "Community 195", "source_file": "servers/fastapi/static/icons/bold/user-minus-bold.svg", "file_type": "image", "degree": 3}, {"id": "control_bold_icon", "label": "Control Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Control Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/control-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_check_bold_icon", "label": "Cloud Check Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Check Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cloud-check-bold.svg", "file_type": "image", "degree": 1}, {"id": "hourglass_simple_high_bold_icon", "label": "Hourglass Simple High Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hourglass Simple High Bold Icon", "community": 291, "community_name": "Community 291", "source_file": "servers/fastapi/static/icons/bold/hourglass-simple-high-bold.svg", "file_type": "image", "degree": 2}, {"id": "smiley_blank_bold_icon", "label": "Smiley Blank Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Blank Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/smiley-blank-bold.svg", "file_type": "image", "degree": 1}, {"id": "chart_donut_bold_icon", "label": "Chart Donut Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Donut Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/chart-donut-bold.svg", "file_type": "image", "degree": 1}, {"id": "eyes_bold_icon", "label": "Eyes Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eyes Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/eyes-bold.svg", "file_type": "image", "degree": 1}, {"id": "wallet_bold_icon", "label": "Wallet Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wallet Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/wallet-bold.svg", "file_type": "image", "degree": 1}, {"id": "paper_plane_right_bold_icon", "label": "Paper Plane Right Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paper Plane Right Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/paper-plane-right-bold.svg", "file_type": "image", "degree": 1}, {"id": "hourglass_high_bold_icon", "label": "Hourglass High Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hourglass High Bold Icon", "community": 291, "community_name": "Community 291", "source_file": "servers/fastapi/static/icons/bold/hourglass-high-bold.svg", "file_type": "image", "degree": 2}, {"id": "terminal_bold_icon", "label": "Terminal Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Terminal Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/terminal-bold.svg", "file_type": "image", "degree": 1}, {"id": "clock_clockwise_bold_icon", "label": "Clock Clockwise Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clock Clockwise Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/clock-clockwise-bold.svg", "file_type": "image", "degree": 1}, {"id": "keyhole_bold_icon", "label": "Keyhole Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Keyhole Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/keyhole-bold.svg", "file_type": "image", "degree": 1}, {"id": "sigma_bold_icon", "label": "Sigma Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sigma Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/sigma-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_sql_bold_icon", "label": "File SQL Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File SQL Bold Icon", "community": 282, "community_name": "Community 282", "source_file": "servers/fastapi/static/icons/bold/file-sql-bold.svg", "file_type": "image", "degree": 2}, {"id": "computer_tower_bold_icon", "label": "Computer Tower Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Computer Tower Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/computer-tower-bold.svg", "file_type": "image", "degree": 1}, {"id": "push_pin_bold_icon", "label": "Push Pin Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Push Pin Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/push-pin-bold.svg", "file_type": "image", "degree": 1}, {"id": "biohazard_bold_icon", "label": "Biohazard Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Biohazard Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/biohazard-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_dots_bold_icon", "label": "Chat Dots Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Dots Bold Icon", "community": 166, "community_name": "Community 166", "source_file": "servers/fastapi/static/icons/bold/chat-dots-bold.svg", "file_type": "image", "degree": 4}, {"id": "list_star_bold_icon", "label": "List Star Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Star Bold Icon", "community": 294, "community_name": "Community 294", "source_file": "servers/fastapi/static/icons/bold/list-star-bold.svg", "file_type": "image", "degree": 2}, {"id": "chalkboard_bold_icon", "label": "Chalkboard Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chalkboard Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/chalkboard-bold.svg", "file_type": "image", "degree": 1}, {"id": "cube_transparent_bold_icon", "label": "Cube Transparent Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cube Transparent Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cube-transparent-bold.svg", "file_type": "image", "degree": 1}, {"id": "couch_bold_icon", "label": "Couch Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Couch Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/couch-bold.svg", "file_type": "image", "degree": 1}, {"id": "watch_bold_icon", "label": "Watch Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Watch Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/watch-bold.svg", "file_type": "image", "degree": 1}, {"id": "shovel_bold_icon", "label": "Shovel Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shovel Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/shovel-bold.svg", "file_type": "image", "degree": 1}, {"id": "synagogue_bold_icon", "label": "Synagogue Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Synagogue Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/synagogue-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_charging_bold_icon", "label": "Battery Charging Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Charging Bold Icon", "community": 276, "community_name": "Community 276", "source_file": "servers/fastapi/static/icons/bold/battery-charging-bold.svg", "file_type": "image", "degree": 2}, {"id": "pipe_bold_icon", "label": "Pipe Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipe Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/pipe-bold.svg", "file_type": "image", "degree": 1}, {"id": "network_slash_bold_icon", "label": "Network Slash Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Network Slash Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/network-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "microsoft_powerpoint_logo_bold_icon", "label": "Microsoft PowerPoint Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft PowerPoint Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/microsoft-powerpoint-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "steering_wheel_bold_icon", "label": "Steering Wheel Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Steering Wheel Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/steering-wheel-bold.svg", "file_type": "image", "degree": 1}, {"id": "chair_bold_icon", "label": "Chair Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chair Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/chair-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_sound_bold_icon", "label": "User Sound Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Sound Bold Icon", "community": 195, "community_name": "Community 195", "source_file": "servers/fastapi/static/icons/bold/user-sound-bold.svg", "file_type": "image", "degree": 2}, {"id": "chat_teardrop_slash_bold_icon", "label": "Chat Teardrop Slash Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Teardrop Slash Bold Icon", "community": 166, "community_name": "Community 166", "source_file": "servers/fastapi/static/icons/bold/chat-teardrop-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "person_simple_circle_bold_icon", "label": "Person Simple Circle Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Simple Circle Bold Icon", "community": 299, "community_name": "Community 299", "source_file": "servers/fastapi/static/icons/bold/person-simple-circle-bold.svg", "file_type": "image", "degree": 2}, {"id": "play_pause_bold_icon", "label": "Play Pause Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Play Pause Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/play-pause-bold.svg", "file_type": "image", "degree": 1}, {"id": "flying_saucer_bold_icon", "label": "Flying Saucer Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flying Saucer Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/flying-saucer-bold.svg", "file_type": "image", "degree": 1}, {"id": "shapes_bold_icon", "label": "Shapes Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shapes Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/shapes-bold.svg", "file_type": "image", "degree": 1}, {"id": "balloon_bold_icon", "label": "Balloon Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Balloon Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/balloon-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_plus_bold_icon", "label": "Battery Plus Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Plus Bold Icon", "community": 276, "community_name": "Community 276", "source_file": "servers/fastapi/static/icons/bold/battery-plus-bold.svg", "file_type": "image", "degree": 2}, {"id": "needle_bold_icon", "label": "Needle Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Needle Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/needle-bold.svg", "file_type": "image", "degree": 1}, {"id": "export_bold_icon", "label": "Export Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Export Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/export-bold.svg", "file_type": "image", "degree": 1}, {"id": "archive_bold_icon", "label": "Archive Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Archive Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/archive-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_text_bold_icon", "label": "Chat Text Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Text Bold Icon", "community": 166, "community_name": "Community 166", "source_file": "servers/fastapi/static/icons/bold/chat-text-bold.svg", "file_type": "image", "degree": 3}, {"id": "map_pin_bold_icon", "label": "Map Pin Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Pin Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/map-pin-bold.svg", "file_type": "image", "degree": 1}, {"id": "box_arrow_up_bold_icon", "label": "Box Arrow Up Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Box Arrow Up Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/box-arrow-up-bold.svg", "file_type": "image", "degree": 1}, {"id": "image_bold_icon", "label": "Image Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Image Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/image-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_centered_bold_icon", "label": "Chat Centered Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Centered Bold Icon", "community": 166, "community_name": "Community 166", "source_file": "servers/fastapi/static/icons/bold/chat-centered-bold.svg", "file_type": "image", "degree": 3}, {"id": "svg_icon_format_concept", "label": "SVG Icon Format", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SVG Icon Format", "community": 1, "community_name": "Community 1", "source_file": "", "file_type": "concept", "degree": 1}, {"id": "tree_structure_bold_icon", "label": "Tree Structure Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tree Structure Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/tree-structure-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_xls_bold_icon", "label": "File XLS Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "File XLS Bold Icon", "community": 149, "community_name": "Community 149", "source_file": "servers/fastapi/static/icons/bold/file-xls-bold.svg", "file_type": "image", "degree": 4}, {"id": "asterisk_simple_bold_icon", "label": "Asterisk Simple Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Asterisk Simple Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/asterisk-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "star_and_crescent_bold_icon", "label": "Star and Crescent Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Star and Crescent Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/star-and-crescent-bold.svg", "file_type": "image", "degree": 1}, {"id": "angle_bold_icon", "label": "Angle Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Angle Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/angle-bold.svg", "file_type": "image", "degree": 2}, {"id": "battery_full_bold_icon", "label": "Battery Full Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Full Bold Icon", "community": 246, "community_name": "Community 246", "source_file": "servers/fastapi/static/icons/bold/battery-full-bold.svg", "file_type": "image", "degree": 2}, {"id": "blueprint_bold_icon", "label": "Blueprint Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Blueprint Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/blueprint-bold.svg", "file_type": "image", "degree": 1}, {"id": "matrix_logo_bold_icon", "label": "Matrix Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Matrix Logo Bold Icon", "community": 133, "community_name": "Community 133", "source_file": "servers/fastapi/static/icons/bold/matrix-logo-bold.svg", "file_type": "image", "degree": 3}, {"id": "scribble_bold_icon", "label": "Scribble Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Scribble Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/scribble-bold.svg", "file_type": "image", "degree": 1}, {"id": "rss_simple_bold_icon", "label": "RSS Simple Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RSS Simple Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/rss-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "monitor_bold_icon", "label": "Monitor Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Monitor Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/monitor-bold.svg", "file_type": "image", "degree": 1}, {"id": "gender_intersex_bold_icon", "label": "Gender Intersex Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender Intersex Bold Icon", "community": 251, "community_name": "Community 251", "source_file": "servers/fastapi/static/icons/bold/gender-intersex-bold.svg", "file_type": "image", "degree": 2}, {"id": "sailboat_bold_icon", "label": "Sailboat Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sailboat Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/sailboat-bold.svg", "file_type": "image", "degree": 1}, {"id": "trend_up_bold_icon", "label": "Trend Up Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trend Up Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/trend-up-bold.svg", "file_type": "image", "degree": 1}, {"id": "table_bold_icon", "label": "Table Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Table Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/table-bold.svg", "file_type": "image", "degree": 1}, {"id": "music_notes_minus_bold_icon", "label": "Music Notes Minus Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Music Notes Minus Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/music-notes-minus-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_square_bold_icon", "label": "User Square Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "User Square Bold Icon", "community": 180, "community_name": "Community 180", "source_file": "servers/fastapi/static/icons/bold/user-square-bold.svg", "file_type": "image", "degree": 3}, {"id": "cube_bold_icon", "label": "Cube Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cube Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/cube-bold.svg", "file_type": "image", "degree": 1}, {"id": "fire_simple_bold_icon", "label": "Fire Simple Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fire Simple Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/fire-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "airplay_bold_icon", "label": "Airplay Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Airplay Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/airplay-bold.svg", "file_type": "image", "degree": 1}, {"id": "radio_bold_icon", "label": "Radio Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Radio Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/radio-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_bend_right_up_bold_icon", "label": "Arrow Bend Right Up Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Right Up Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-right-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "angular_logo_bold_icon", "label": "Angular Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Angular Logo Bold Icon", "community": 133, "community_name": "Community 133", "source_file": "servers/fastapi/static/icons/bold/angular-logo-bold.svg", "file_type": "image", "degree": 3}, {"id": "squares_four_bold_icon", "label": "Squares Four Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Squares Four Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/squares-four-bold.svg", "file_type": "image", "degree": 1}, {"id": "warning_bold_icon", "label": "Warning Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Warning Bold Icon", "community": 255, "community_name": "Community 255", "source_file": "servers/fastapi/static/icons/bold/warning-bold.svg", "file_type": "image", "degree": 2}, {"id": "joystick_bold_icon", "label": "Joystick Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Joystick Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/joystick-bold.svg", "file_type": "image", "degree": 1}, {"id": "layout_bold_icon", "label": "Layout Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Layout Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/layout-bold.svg", "file_type": "image", "degree": 1}, {"id": "android_logo_bold_icon", "label": "Android Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Android Logo Bold Icon", "community": 133, "community_name": "Community 133", "source_file": "servers/fastapi/static/icons/bold/android-logo-bold.svg", "file_type": "image", "degree": 3}, {"id": "columns_plus_left_bold_icon", "label": "Columns Plus Left Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Columns Plus Left Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/columns-plus-left-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_focus_bold_icon", "label": "User Focus Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Focus Bold Icon", "community": 180, "community_name": "Community 180", "source_file": "servers/fastapi/static/icons/bold/user-focus-bold.svg", "file_type": "image", "degree": 2}, {"id": "gender_nonbinary_bold_icon", "label": "Gender Nonbinary Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender Nonbinary Bold Icon", "community": 251, "community_name": "Community 251", "source_file": "servers/fastapi/static/icons/bold/gender-nonbinary-bold.svg", "file_type": "image", "degree": 2}, {"id": "clover_bold_icon", "label": "Clover Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clover Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/clover-bold.svg", "file_type": "image", "degree": 1}, {"id": "house_simple_bold_icon", "label": "House Simple Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "House Simple Bold Icon", "community": 253, "community_name": "Community 253", "source_file": "servers/fastapi/static/icons/bold/house-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "farm_bold_icon", "label": "Farm Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Farm Bold Icon", "community": 253, "community_name": "Community 253", "source_file": "servers/fastapi/static/icons/bold/farm-bold.svg", "file_type": "image", "degree": 2}, {"id": "paypal_logo_bold_icon", "label": "PayPal Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PayPal Logo Bold Icon", "community": 133, "community_name": "Community 133", "source_file": "servers/fastapi/static/icons/bold/paypal-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "phone_transfer_bold_icon", "label": "Phone Transfer Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Transfer Bold Icon", "community": 254, "community_name": "Community 254", "source_file": "servers/fastapi/static/icons/bold/phone-transfer-bold.svg", "file_type": "image", "degree": 2}, {"id": "eyedropper_bold_icon", "label": "Eyedropper Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eyedropper Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/eyedropper-bold.svg", "file_type": "image", "degree": 1}, {"id": "map_pin_area_bold_icon", "label": "Map Pin Area Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Pin Area Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/map-pin-area-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_plus_bold_icon", "label": "User Plus Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Plus Bold Icon", "community": 180, "community_name": "Community 180", "source_file": "servers/fastapi/static/icons/bold/user-plus-bold.svg", "file_type": "image", "degree": 2}, {"id": "queue_bold_icon", "label": "Queue Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Queue Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/queue-bold.svg", "file_type": "image", "degree": 1}, {"id": "globe_simple_bold_icon", "label": "Globe Simple Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Globe Simple Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/globe-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "metronome_bold_icon", "label": "Metronome Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Metronome Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/metronome-bold.svg", "file_type": "image", "degree": 1}, {"id": "coffee_bean_bold_icon", "label": "Coffee Bean Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Coffee Bean Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/coffee-bean-bold.svg", "file_type": "image", "degree": 1}, {"id": "bandaids_bold_icon", "label": "Bandaids Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bandaids Bold Icon", "community": 245, "community_name": "Community 245", "source_file": "servers/fastapi/static/icons/bold/bandaids-bold.svg", "file_type": "image", "degree": 2}, {"id": "shirt_folded_bold_icon", "label": "Shirt Folded Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shirt Folded Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/shirt-folded-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_peace_bold_icon", "label": "Hand Peace Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Peace Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/hand-peace-bold.svg", "file_type": "image", "degree": 1}, {"id": "bezier_curve_bold_icon", "label": "Bezier Curve Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bezier Curve Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/bezier-curve-bold.svg", "file_type": "image", "degree": 1}, {"id": "phone_slash_bold_icon", "label": "Phone Slash Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Slash Bold Icon", "community": 254, "community_name": "Community 254", "source_file": "servers/fastapi/static/icons/bold/phone-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "play_bold_icon", "label": "Play Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Play Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/play-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_in_line_horizontal_bold_icon", "label": "Arrows In Line Horizontal Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows In Line Horizontal Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/arrows-in-line-horizontal-bold.svg", "file_type": "image", "degree": 1}, {"id": "stool_bold_icon", "label": "Stool Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stool Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/stool-bold.svg", "file_type": "image", "degree": 1}, {"id": "stack_overflow_logo_bold_icon", "label": "Stack Overflow Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack Overflow Logo Bold Icon", "community": 133, "community_name": "Community 133", "source_file": "servers/fastapi/static/icons/bold/stack-overflow-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "intersect_bold_icon", "label": "Intersect Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Intersect Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/intersect-bold.svg", "file_type": "image", "degree": 2}, {"id": "scales_bold_icon", "label": "Scales Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Scales Bold Icon", "community": 255, "community_name": "Community 255", "source_file": "servers/fastapi/static/icons/bold/scales-bold.svg", "file_type": "image", "degree": 2}, {"id": "scan_smiley_bold_icon", "label": "Scan Smiley Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Scan Smiley Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/scan-smiley-bold.svg", "file_type": "image", "degree": 1}, {"id": "orange_slice_bold_icon", "label": "Orange Slice Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Orange Slice Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/orange-slice-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_line_down_right_bold_icon", "label": "Arrow Line Down Right Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Line Down Right Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/arrow-line-down-right-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_low_bold_icon", "label": "Battery Low Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Low Bold Icon", "community": 246, "community_name": "Community 246", "source_file": "servers/fastapi/static/icons/bold/battery-low-bold.svg", "file_type": "image", "degree": 2}, {"id": "bug_beetle_bold_icon", "label": "Bug Beetle Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bug Beetle Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/bug-beetle-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_html_bold_icon", "label": "File HTML Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File HTML Bold Icon", "community": 149, "community_name": "Community 149", "source_file": "servers/fastapi/static/icons/bold/file-html-bold.svg", "file_type": "image", "degree": 3}, {"id": "baseball_bold_icon", "label": "Baseball Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Baseball Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/baseball-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_zip_bold_icon", "label": "File Zip Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File Zip Bold Icon", "community": 149, "community_name": "Community 149", "source_file": "servers/fastapi/static/icons/bold/file-zip-bold.svg", "file_type": "image", "degree": 3}, {"id": "caret_double_up_bold_icon", "label": "Caret Double Up Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Double Up Bold Icon", "community": 249, "community_name": "Community 249", "source_file": "servers/fastapi/static/icons/bold/caret-double-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "solar_panel_bold_icon", "label": "Solar Panel Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Solar Panel Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/solar-panel-bold.svg", "file_type": "image", "degree": 1}, {"id": "flag_checkered_bold_icon", "label": "Flag Checkered Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag Checkered Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/flag-checkered-bold.svg", "file_type": "image", "degree": 1}, {"id": "umbrella_simple_bold_icon", "label": "Umbrella Simple Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Umbrella Simple Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/umbrella-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_plus_bold_icon", "label": "File Plus Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Plus Bold Icon", "community": 149, "community_name": "Community 149", "source_file": "servers/fastapi/static/icons/bold/file-plus-bold.svg", "file_type": "image", "degree": 2}, {"id": "magnet_bold_icon", "label": "Magnet Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Magnet Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/magnet-bold.svg", "file_type": "image", "degree": 1}, {"id": "shuffle_angular_bold_icon", "label": "Shuffle Angular Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shuffle Angular Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/shuffle-angular-bold.svg", "file_type": "image", "degree": 1}, {"id": "diamond_bold_icon", "label": "Diamond Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Diamond Bold Icon", "community": 6, "community_name": "Community 6", "source_file": "servers/fastapi/static/icons/bold/diamond-bold.svg", "file_type": "image", "degree": 1}, {"id": "pill_bold_icon", "label": "Pill Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pill Bold Icon", "community": 245, "community_name": "Community 245", "source_file": "servers/fastapi/static/icons/bold/pill-bold.svg", "file_type": "image", "degree": 2}, {"id": "battery_charging_vertical_bold_icon", "label": "Battery Charging Vertical Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Charging Vertical Bold Icon", "community": 277, "community_name": "Community 277", "source_file": "servers/fastapi/static/icons/bold/battery-charging-vertical-bold.svg", "file_type": "image", "degree": 2}, {"id": "dots_three_circle_bold_icon", "label": "Dots Three Circle Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Three Circle Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/dots-three-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "wave_square_bold_icon", "label": "Wave Square Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wave Square Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/wave-square-bold.svg", "file_type": "image", "degree": 2}, {"id": "user_list_bold_icon", "label": "User List Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User List Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/user-list-bold.svg", "file_type": "image", "degree": 1}, {"id": "bird_bold_icon", "label": "Bird Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bird Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/bird-bold.svg", "file_type": "image", "degree": 1}, {"id": "octagon_bold_icon", "label": "Octagon Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Octagon Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/octagon-bold.svg", "file_type": "image", "degree": 1}, {"id": "trademark_registered_bold_icon", "label": "Trademark Registered Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trademark Registered Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/trademark-registered-bold.svg", "file_type": "image", "degree": 1}, {"id": "mask_sad_bold_icon", "label": "Mask Sad Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mask Sad Bold Icon", "community": 296, "community_name": "Community 296", "source_file": "servers/fastapi/static/icons/bold/mask-sad-bold.svg", "file_type": "image", "degree": 2}, {"id": "smiley_bold_icon", "label": "Smiley Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Bold Icon", "community": 296, "community_name": "Community 296", "source_file": "servers/fastapi/static/icons/bold/smiley-bold.svg", "file_type": "image", "degree": 2}, {"id": "microsoft_teams_logo_bold_icon", "label": "Microsoft Teams Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft Teams Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/microsoft-teams-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "egg_crack_bold_icon", "label": "Egg Crack Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Egg Crack Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/egg-crack-bold.svg", "file_type": "image", "degree": 1}, {"id": "selection_inverse_bold_icon", "label": "Selection Inverse Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Selection Inverse Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/selection-inverse-bold.svg", "file_type": "image", "degree": 1}, {"id": "globe_bold_icon", "label": "Globe Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Globe Bold Icon", "community": 287, "community_name": "Community 287", "source_file": "servers/fastapi/static/icons/bold/globe-bold.svg", "file_type": "image", "degree": 2}, {"id": "briefcase_bold_icon", "label": "Briefcase Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Briefcase Bold Icon", "community": 310, "community_name": "Community 310", "source_file": "servers/fastapi/static/icons/bold/briefcase-bold.svg", "file_type": "image", "degree": 2}, {"id": "hand_waving_bold_icon", "label": "Hand Waving Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Waving Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/hand-waving-bold.svg", "file_type": "image", "degree": 1}, {"id": "files_bold_icon", "label": "Files Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Files Bold Icon", "community": 134, "community_name": "Community 134", "source_file": "servers/fastapi/static/icons/bold/files-bold.svg", "file_type": "image", "degree": 9}, {"id": "bus_bold_icon", "label": "Bus Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bus Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/bus-bold.svg", "file_type": "image", "degree": 1}, {"id": "presentation_chart_bold_icon", "label": "Presentation Chart Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Presentation Chart Bold Icon", "community": 188, "community_name": "Community 188", "source_file": "servers/fastapi/static/icons/bold/presentation-chart-bold.svg", "file_type": "image", "degree": 2}, {"id": "trolley_suitcase_bold_icon", "label": "Trolley Suitcase Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trolley Suitcase Bold Icon", "community": 310, "community_name": "Community 310", "source_file": "servers/fastapi/static/icons/bold/trolley-suitcase-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_lock_bold_icon", "label": "File Lock Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Lock Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/file-lock-bold.svg", "file_type": "image", "degree": 2}, {"id": "folder_minus_bold_icon", "label": "Folder Minus Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Minus Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/folder-minus-bold.svg", "file_type": "image", "degree": 2}, {"id": "compass_rose_bold_icon", "label": "Compass Rose Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compass Rose Bold Icon", "community": 295, "community_name": "Community 295", "source_file": "servers/fastapi/static/icons/bold/compass-rose-bold.svg", "file_type": "image", "degree": 2}, {"id": "shrimp_bold_icon", "label": "Shrimp Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shrimp Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/shrimp-bold.svg", "file_type": "image", "degree": 1}, {"id": "exclude_square_bold_icon", "label": "Exclude Square Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Exclude Square Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/exclude-square-bold.svg", "file_type": "image", "degree": 1}, {"id": "boat_bold_icon", "label": "Boat Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Boat Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/boat-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_vertical_empty_bold_icon", "label": "Battery Vertical Empty Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Vertical Empty Bold Icon", "community": 277, "community_name": "Community 277", "source_file": "servers/fastapi/static/icons/bold/battery-vertical-empty-bold.svg", "file_type": "image", "degree": 2}, {"id": "hammer_bold_icon", "label": "Hammer Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hammer Bold Icon", "community": 290, "community_name": "Community 290", "source_file": "servers/fastapi/static/icons/bold/hammer-bold.svg", "file_type": "image", "degree": 2}, {"id": "number_circle_two_bold_icon", "label": "Number Circle Two Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Circle Two Bold Icon", "community": 177, "community_name": "Community 177", "source_file": "servers/fastapi/static/icons/bold/number-circle-two-bold.svg", "file_type": "image", "degree": 3}, {"id": "heart_straight_bold_icon", "label": "Heart Straight Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Heart Straight Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/heart-straight-bold.svg", "file_type": "image", "degree": 1}, {"id": "chart_scatter_bold_icon", "label": "Chart Scatter Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Scatter Bold Icon", "community": 188, "community_name": "Community 188", "source_file": "servers/fastapi/static/icons/bold/chart-scatter-bold.svg", "file_type": "image", "degree": 3}, {"id": "warehouse_bold_icon", "label": "Warehouse Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Warehouse Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/warehouse-bold.svg", "file_type": "image", "degree": 1}, {"id": "rectangle_dashed_bold_icon", "label": "Rectangle Dashed Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rectangle Dashed Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/rectangle-dashed-bold.svg", "file_type": "image", "degree": 1}, {"id": "cards_bold_icon", "label": "Cards Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cards Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cards-bold.svg", "file_type": "image", "degree": 1}, {"id": "gps_fix_bold_icon", "label": "GPS Fix Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GPS Fix Bold Icon", "community": 289, "community_name": "Community 289", "source_file": "servers/fastapi/static/icons/bold/gps-fix-bold.svg", "file_type": "image", "degree": 2}, {"id": "number_circle_five_bold_icon", "label": "Number Circle Five Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Circle Five Bold Icon", "community": 177, "community_name": "Community 177", "source_file": "servers/fastapi/static/icons/bold/number-circle-five-bold.svg", "file_type": "image", "degree": 5}, {"id": "cherries_bold_icon", "label": "Cherries Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cherries Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cherries-bold.svg", "file_type": "image", "degree": 1}, {"id": "tidal_logo_bold_icon", "label": "Tidal Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tidal Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/tidal-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "globe_stand_bold_icon", "label": "Globe Stand Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Globe Stand Bold Icon", "community": 287, "community_name": "Community 287", "source_file": "servers/fastapi/static/icons/bold/globe-stand-bold.svg", "file_type": "image", "degree": 2}, {"id": "notches_bold_icon", "label": "Notches Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Notches Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/notches-bold.svg", "file_type": "image", "degree": 1}, {"id": "vector_two_bold_icon", "label": "Vector Two Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vector Two Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/vector-two-bold.svg", "file_type": "image", "degree": 1}, {"id": "chart_bar_bold_icon", "label": "Chart Bar Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Bar Bold Icon", "community": 188, "community_name": "Community 188", "source_file": "servers/fastapi/static/icons/bold/chart-bar-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_bend_right_down_bold_icon", "label": "Arrow Bend Right Down Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Right Down Bold Icon", "community": 187, "community_name": "Community 187", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-right-down-bold.svg", "file_type": "image", "degree": 3}, {"id": "map_pin_simple_area_bold_icon", "label": "Map Pin Simple Area Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Pin Simple Area Bold Icon", "community": 295, "community_name": "Community 295", "source_file": "servers/fastapi/static/icons/bold/map-pin-simple-area-bold.svg", "file_type": "image", "degree": 2}, {"id": "list_plus_bold_icon", "label": "List Plus Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Plus Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/list-plus-bold.svg", "file_type": "image", "degree": 1}, {"id": "film_strip_bold_icon", "label": "Film Strip Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Film Strip Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/film-strip-bold.svg", "file_type": "image", "degree": 1}, {"id": "network_bold_icon", "label": "Network Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Network Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/network-bold.svg", "file_type": "image", "degree": 1}, {"id": "stripe_logo_bold_icon", "label": "Stripe Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stripe Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/stripe-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "record_bold_icon", "label": "Record Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Record Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/record-bold.svg", "file_type": "image", "degree": 1}, {"id": "escalator_up_bold_icon", "label": "Escalator Up Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Escalator Up Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/escalator-up-bold.svg", "file_type": "image", "degree": 1}, {"id": "crosshair_bold_icon", "label": "Crosshair Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Crosshair Bold Icon", "community": 289, "community_name": "Community 289", "source_file": "servers/fastapi/static/icons/bold/crosshair-bold.svg", "file_type": "image", "degree": 2}, {"id": "speedometer_bold_icon", "label": "Speedometer Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speedometer Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/speedometer-bold.svg", "file_type": "image", "degree": 1}, {"id": "pipe_wrench_bold_icon", "label": "Pipe Wrench Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipe Wrench Bold Icon", "community": 290, "community_name": "Community 290", "source_file": "servers/fastapi/static/icons/bold/pipe-wrench-bold.svg", "file_type": "image", "degree": 2}, {"id": "phone_outgoing_bold_icon", "label": "Phone Outgoing Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Outgoing Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/phone-outgoing-bold.svg", "file_type": "image", "degree": 1}, {"id": "divide_bold_icon", "label": "Divide Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Divide Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/divide-bold.svg", "file_type": "image", "degree": 1}, {"id": "boxing_glove_bold_icon", "label": "Boxing Glove Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Boxing Glove Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/boxing-glove-bold.svg", "file_type": "image", "degree": 1}, {"id": "subset_of_bold_icon", "label": "Subset Of Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Subset Of Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/subset-of-bold.svg", "file_type": "image", "degree": 1}, {"id": "traffic_sign_bold_icon", "label": "Traffic Sign Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Traffic Sign Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/traffic-sign-bold.svg", "file_type": "image", "degree": 2}, {"id": "pencil_simple_slash_bold_icon", "label": "Pencil Simple Slash Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pencil Simple Slash Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/pencil-simple-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_bend_up_right_bold_icon", "label": "Arrow Bend Up Right Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Up Right Bold Icon", "community": 187, "community_name": "Community 187", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-up-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "folder_bold_icon", "label": "Folder Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Bold Icon", "community": 174, "community_name": "Community 174", "source_file": "servers/fastapi/static/icons/bold/folder-bold.svg", "file_type": "image", "degree": 4}, {"id": "book_open_user_bold_icon", "label": "Book Open User Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Book Open User Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/book-open-user-bold.svg", "file_type": "image", "degree": 1}, {"id": "dice_five_bold_icon", "label": "Dice Five Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dice Five Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/dice-five-bold.svg", "file_type": "image", "degree": 1}, {"id": "receipt_x_bold_icon", "label": "Receipt X Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Receipt X Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/receipt-x-bold.svg", "file_type": "image", "degree": 1}, {"id": "copy_simple_bold_icon", "label": "Copy Simple Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Copy Simple Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/copy-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "goodreads_logo_bold_icon", "label": "Goodreads Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Goodreads Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/goodreads-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "flashlight_bold_icon", "label": "Flashlight Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flashlight Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/flashlight-bold.svg", "file_type": "image", "degree": 1}, {"id": "highlighter_circle_bold_icon", "label": "Highlighter Circle Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Highlighter Circle Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/highlighter-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "notion_logo_bold_icon", "label": "Notion Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Notion Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/notion-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "chalkboard_simple_bold_icon", "label": "Chalkboard Simple Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chalkboard Simple Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/chalkboard-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "hard_drives_bold_icon", "label": "Hard Drives Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hard Drives Bold Icon", "community": 283, "community_name": "Community 283", "source_file": "servers/fastapi/static/icons/bold/hard-drives-bold.svg", "file_type": "image", "degree": 2}, {"id": "git_branch_bold_svg", "label": "Git Branch Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Git Branch Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/git-branch-bold.svg", "file_type": "image", "degree": 1}, {"id": "lego_smiley_bold_svg", "label": "Lego Smiley Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lego Smiley Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/lego-smiley-bold.svg", "file_type": "image", "degree": 1}, {"id": "cookie_bold_svg", "label": "Cookie Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cookie Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/cookie-bold.svg", "file_type": "image", "degree": 1}, {"id": "rows_bold_svg", "label": "Rows Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rows Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/rows-bold.svg", "file_type": "image", "degree": 1}, {"id": "info_bold_svg", "label": "Info Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Info Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/info-bold.svg", "file_type": "image", "degree": 1}, {"id": "cell_signal_full_bold_svg", "label": "Cell Signal Full Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cell Signal Full Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/cell-signal-full-bold.svg", "file_type": "image", "degree": 1}, {"id": "swimming_pool_bold_svg", "label": "Swimming Pool Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Swimming Pool Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/swimming-pool-bold.svg", "file_type": "image", "degree": 1}, {"id": "closed_captioning_bold_svg", "label": "Closed Captioning Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Closed Captioning Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/closed-captioning-bold.svg", "file_type": "image", "degree": 1}, {"id": "lock_simple_bold_svg", "label": "Lock Simple Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Simple Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/lock-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "door_bold_svg", "label": "Door Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Door Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/door-bold.svg", "file_type": "image", "degree": 1}, {"id": "link_break_bold_svg", "label": "Link Break Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Link Break Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/link-break-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_hifi_bold_svg", "label": "Speaker HiFi Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker HiFi Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/speaker-hifi-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_up_bold_svg", "label": "Caret Up Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Up Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/caret-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "currency_gbp_bold_svg", "label": "Currency GBP Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency GBP Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/currency-gbp-bold.svg", "file_type": "image", "degree": 1}, {"id": "polygon_bold_svg", "label": "Polygon Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Polygon Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/polygon-bold.svg", "file_type": "image", "degree": 1}, {"id": "bell_simple_z_bold_svg", "label": "Bell Simple Z Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bell Simple Z Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/bell-simple-z-bold.svg", "file_type": "image", "degree": 1}, {"id": "memory_bold_svg", "label": "Memory Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Memory Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/memory-bold.svg", "file_type": "image", "degree": 1}, {"id": "copyleft_bold_svg", "label": "Copyleft Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Copyleft Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/copyleft-bold.svg", "file_type": "image", "degree": 1}, {"id": "device_mobile_speaker_bold_svg", "label": "Device Mobile Speaker Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Mobile Speaker Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/device-mobile-speaker-bold.svg", "file_type": "image", "degree": 1}, {"id": "notebook_bold_svg", "label": "Notebook Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Notebook Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/notebook-bold.svg", "file_type": "image", "degree": 1}, {"id": "paw_print_bold_svg", "label": "Paw Print Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paw Print Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/paw-print-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_cloud_bold_svg", "label": "File Cloud Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Cloud Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/file-cloud-bold.svg", "file_type": "image", "degree": 2}, {"id": "bread_bold_svg", "label": "Bread Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bread Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/bread-bold.svg", "file_type": "image", "degree": 1}, {"id": "folder_simple_dashed_bold_svg", "label": "Folder Simple Dashed Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Simple Dashed Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/folder-simple-dashed-bold.svg", "file_type": "image", "degree": 1}, {"id": "backspace_bold_svg", "label": "Backspace Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Backspace Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/backspace-bold.svg", "file_type": "image", "degree": 1}, {"id": "asclepius_bold_svg", "label": "Asclepius Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Asclepius Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/asclepius-bold.svg", "file_type": "image", "degree": 1}, {"id": "heart_break_bold_svg", "label": "Heart Break Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Heart Break Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/heart-break-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_bold_svg", "label": "Hand Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/hand-bold.svg", "file_type": "image", "degree": 2}, {"id": "codepen_logo_bold_svg", "label": "Codepen Logo Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Codepen Logo Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/codepen-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "windows_logo_bold_svg", "label": "Windows Logo Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Windows Logo Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/windows-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "cheese_bold_svg", "label": "Cheese Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cheese Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/cheese-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_out_simple_bold_svg", "label": "Arrows Out Simple Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Out Simple Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/arrows-out-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "scribble_loop_bold_svg", "label": "Scribble Loop Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Scribble Loop Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/scribble-loop-bold.svg", "file_type": "image", "degree": 1}, {"id": "circle_half_bold_svg", "label": "Circle Half Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Circle Half Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/circle-half-bold.svg", "file_type": "image", "degree": 1}, {"id": "dresser_bold_svg", "label": "Dresser Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dresser Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/dresser-bold.svg", "file_type": "image", "degree": 1}, {"id": "flip_horizontal_bold_svg", "label": "Flip Horizontal Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flip Horizontal Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/flip-horizontal-bold.svg", "file_type": "image", "degree": 1}, {"id": "ear_slash_bold_svg", "label": "Ear Slash Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ear Slash Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/ear-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "slideshow_bold_svg", "label": "Slideshow Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Slideshow Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/slideshow-bold.svg", "file_type": "image", "degree": 1}, {"id": "cassette_tape_bold_svg", "label": "Cassette Tape Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cassette Tape Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/cassette-tape-bold.svg", "file_type": "image", "degree": 1}, {"id": "images_bold_svg", "label": "Images Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Images Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/images-bold.svg", "file_type": "image", "degree": 1}, {"id": "book_open_text_bold_svg", "label": "Book Open Text Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Book Open Text Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/book-open-text-bold.svg", "file_type": "image", "degree": 1}, {"id": "pint_glass_bold_svg", "label": "Pint Glass Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pint Glass Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/pint-glass-bold.svg", "file_type": "image", "degree": 1}, {"id": "thumbs_up_bold_svg", "label": "Thumbs Up Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Thumbs Up Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/thumbs-up-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_circle_double_up_bold_svg", "label": "Caret Circle Double Up Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Circle Double Up Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/caret-circle-double-up-bold.svg", "file_type": "image", "degree": 4}, {"id": "newspaper_bold_svg", "label": "Newspaper Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Newspaper Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/newspaper-bold.svg", "file_type": "image", "degree": 1}, {"id": "minus_bold_svg", "label": "Minus Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Minus Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/minus-bold.svg", "file_type": "image", "degree": 1}, {"id": "flag_banner_bold_svg", "label": "Flag Banner Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag Banner Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/flag-banner-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrows_horizontal_bold_svg", "label": "Arrows Horizontal Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Horizontal Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/arrows-horizontal-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_code_bold_svg", "label": "File Code Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File Code Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/file-code-bold.svg", "file_type": "image", "degree": 3}, {"id": "pencil_ruler_bold_svg", "label": "Pencil Ruler Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pencil Ruler Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/pencil-ruler-bold.svg", "file_type": "image", "degree": 1}, {"id": "racquet_bold_svg", "label": "Racquet Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Racquet Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/racquet-bold.svg", "file_type": "image", "degree": 1}, {"id": "plug_charging_bold_svg", "label": "Plug Charging Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plug Charging Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/plug-charging-bold.svg", "file_type": "image", "degree": 1}, {"id": "spinner_bold_svg", "label": "Spinner Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spinner Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/spinner-bold.svg", "file_type": "image", "degree": 2}, {"id": "wifi_slash_bold_svg", "label": "Wifi Slash Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wifi Slash Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/wifi-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "number_six_bold_svg", "label": "Number Six Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Six Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/number-six-bold.svg", "file_type": "image", "degree": 2}, {"id": "tote_bold_svg", "label": "Tote Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Tote Bold Icon", "community": 146, "community_name": "Community 146", "source_file": "servers/fastapi/static/icons/bold/tote-bold.svg", "file_type": "image", "degree": 4}, {"id": "hand_deposit_bold_svg", "label": "Hand Deposit Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Deposit Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/hand-deposit-bold.svg", "file_type": "image", "degree": 2}, {"id": "swap_bold_svg", "label": "Swap Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Swap Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/swap-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_ppt_bold_svg", "label": "File PPT Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File PPT Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/file-ppt-bold.svg", "file_type": "image", "degree": 2}, {"id": "robot_bold_svg", "label": "Robot Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Robot Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/robot-bold.svg", "file_type": "image", "degree": 1}, {"id": "lightning_bold_svg", "label": "Lightning Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lightning Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/lightning-bold.svg", "file_type": "image", "degree": 1}, {"id": "wifi_x_bold_svg", "label": "Wifi X Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wifi X Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/wifi-x-bold.svg", "file_type": "image", "degree": 2}, {"id": "cube_focus_bold_svg", "label": "Cube Focus Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cube Focus Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/cube-focus-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_circle_left_bold_svg", "label": "Arrow Circle Left Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Circle Left Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/arrow-circle-left-bold.svg", "file_type": "image", "degree": 3}, {"id": "truck_bold_svg", "label": "Truck Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Truck Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/truck-bold.svg", "file_type": "image", "degree": 2}, {"id": "caret_circle_right_bold_svg", "label": "Caret Circle Right Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Circle Right Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/caret-circle-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "skip_back_circle_bold_svg", "label": "Skip Back Circle Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Skip Back Circle Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/skip-back-circle-bold.svg", "file_type": "image", "degree": 2}, {"id": "text_italic_bold_svg", "label": "Text Italic Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Italic Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/text-italic-bold.svg", "file_type": "image", "degree": 1}, {"id": "lighthouse_bold_svg", "label": "Lighthouse Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lighthouse Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/lighthouse-bold.svg", "file_type": "image", "degree": 1}, {"id": "sort_ascending_bold_svg", "label": "Sort Ascending Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sort Ascending Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/sort-ascending-bold.svg", "file_type": "image", "degree": 1}, {"id": "gender_transgender_bold_svg", "label": "Gender Transgender Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender Transgender Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/gender-transgender-bold.svg", "file_type": "image", "degree": 1}, {"id": "siren_bold_svg", "label": "Siren Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Siren Bold Icon", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold/siren-bold.svg", "file_type": "image", "degree": 1}, {"id": "concept_phosphor_icons_bold", "label": "Phosphor Icons Bold Style", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Phosphor Icons Bold Style", "community": 7, "community_name": "Community 7", "source_file": "servers/fastapi/static/icons/bold", "file_type": "concept", "degree": 80}, {"id": "cloud_x_bold_svg", "label": "Cloud X Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud X Bold Icon", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/cloud-x-bold.svg", "file_type": "image", "degree": 1}, {"id": "magic_wand_bold_svg", "label": "Magic Wand Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Magic Wand Bold Icon", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/magic-wand-bold.svg", "file_type": "image", "degree": 1}, {"id": "download_bold_svg", "label": "Download Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Download Bold Icon", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/download-bold.svg", "file_type": "image", "degree": 1}, {"id": "folders_bold_svg", "label": "Folders Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folders Bold Icon", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/folders-bold.svg", "file_type": "image", "degree": 1}, {"id": "perspective_bold_svg", "label": "Perspective Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Perspective Bold Icon", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/perspective-bold.svg", "file_type": "image", "degree": 1}, {"id": "gradient_bold_svg", "label": "Gradient Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gradient Bold Icon", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/gradient-bold.svg", "file_type": "image", "degree": 1}, {"id": "behance_logo_bold_svg", "label": "Behance Logo Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Behance Logo Bold Icon", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/behance-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "placeholder_jpg", "label": "Placeholder JPEG Image", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Placeholder JPEG Image", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/images/placeholder.jpg", "file_type": "image", "degree": 1}, {"id": "nextjs_readme", "label": "Next.js Project README", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Project README", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/README.md", "file_type": "document", "degree": 2}, {"id": "nextjs_framework", "label": "Next.js Framework", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Framework", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/README.md", "file_type": "concept", "degree": 3}, {"id": "vercel_platform", "label": "Vercel Platform", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vercel Platform", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/README.md", "file_type": "concept", "degree": 2}, {"id": "apple_icon_png", "label": "Apple Touch Icon PNG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Apple Touch Icon PNG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/app/apple-icon.png", "file_type": "image", "degree": 3}, {"id": "icon2_png", "label": "App Icon 2 PNG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "App Icon 2 PNG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/app/icon2.png", "file_type": "image", "degree": 2}, {"id": "icon1_svg", "label": "App Icon 1 SVG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "App Icon 1 SVG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/app/icon1.svg", "file_type": "image", "degree": 2}, {"id": "test_doc_txt", "label": "Test Document Fixture", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test Document Fixture", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/cypress/fixtures/test-doc.txt", "file_type": "document", "degree": 1}, {"id": "example_txt", "label": "Example File Upload Fixture", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Example File Upload Fixture", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/cypress/fixtures/example.txt", "file_type": "document", "degree": 2}, {"id": "component_index_html", "label": "Cypress Component Index HTML", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cypress Component Index HTML", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/cypress/support/component-index.html", "file_type": "document", "degree": 2}, {"id": "notfound_svg", "label": "404 Not Found Illustration SVG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "404 Not Found Illustration SVG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/public/404.svg", "file_type": "image", "degree": 1}, {"id": "loading_gif", "label": "Loading Animation GIF", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Loading Animation GIF", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/public/loading.gif", "file_type": "image", "degree": 1}, {"id": "logo_white_png", "label": "Logo White PNG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Logo White PNG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/public/logo-white.png", "file_type": "image", "degree": 2}, {"id": "logo_png", "label": "Logo PNG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Logo PNG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/public/Logo.png", "file_type": "image", "degree": 2}, {"id": "pdf_svg", "label": "PDF File Type Icon SVG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF File Type Icon SVG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/public/pdf.svg", "file_type": "image", "degree": 2}, {"id": "pptx_svg", "label": "PPTX File Type Icon SVG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PPTX File Type Icon SVG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/public/pptx.svg", "file_type": "image", "degree": 2}, {"id": "report_png", "label": "Report Image PNG", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Report Image PNG", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/public/report.png", "file_type": "image", "degree": 1}, {"id": "fastapi_server", "label": "FastAPI Server", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Server", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/cloud-x-bold.svg", "file_type": "concept", "degree": 9}, {"id": "nextjs_server", "label": "Next.js Server", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Server", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/README.md", "file_type": "concept", "degree": 14}, {"id": "cypress_testing", "label": "Cypress Testing Framework", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Cypress Testing Framework", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/cypress/fixtures/example.txt", "file_type": "concept", "degree": 4}, {"id": "upload_page_component", "label": "Upload Page Component", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload Page Component", "community": 45, "community_name": "Community 45", "source_file": "servers/nextjs/cypress/fixtures/example.txt", "file_type": "concept", "degree": 2}, {"id": "file_pdf_bold_svg", "label": "File PDF Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File PDF Bold Icon", "community": 191, "community_name": "Community 191", "source_file": "servers/fastapi/static/icons/bold/file-pdf-bold.svg", "file_type": "image", "degree": 3}, {"id": "stack_plus_bold_svg", "label": "Stack Plus Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack Plus Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/stack-plus-bold.svg", "file_type": "image", "degree": 1}, {"id": "path_bold_svg", "label": "Path Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Path Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/path-bold.svg", "file_type": "image", "degree": 1}, {"id": "binoculars_bold_svg", "label": "Binoculars Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Binoculars Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/binoculars-bold.svg", "file_type": "image", "degree": 1}, {"id": "thermometer_bold_svg", "label": "Thermometer Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Thermometer Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/thermometer-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_ts_bold_svg", "label": "File TypeScript Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File TypeScript Bold Icon", "community": 191, "community_name": "Community 191", "source_file": "servers/fastapi/static/icons/bold/file-ts-bold.svg", "file_type": "image", "degree": 2}, {"id": "building_office_bold_svg", "label": "Building Office Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Building Office Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/building-office-bold.svg", "file_type": "image", "degree": 1}, {"id": "pants_bold_svg", "label": "Pants Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pants Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/pants-bold.svg", "file_type": "image", "degree": 1}, {"id": "screwdriver_bold_svg", "label": "Screwdriver Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Screwdriver Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/screwdriver-bold.svg", "file_type": "image", "degree": 1}, {"id": "chart_line_down_bold_svg", "label": "Chart Line Down Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Line Down Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/chart-line-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "cell_signal_none_bold_svg", "label": "Cell Signal None Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cell Signal None Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cell-signal-none-bold.svg", "file_type": "image", "degree": 1}, {"id": "eyeglasses_bold_svg", "label": "Eyeglasses Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eyeglasses Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/eyeglasses-bold.svg", "file_type": "image", "degree": 1}, {"id": "tent_bold_svg", "label": "Tent Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tent Bold Icon", "community": 309, "community_name": "Community 309", "source_file": "servers/fastapi/static/icons/bold/tent-bold.svg", "file_type": "image", "degree": 2}, {"id": "motorcycle_bold_svg", "label": "Motorcycle Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Motorcycle Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/motorcycle-bold.svg", "file_type": "image", "degree": 1}, {"id": "knife_bold_svg", "label": "Knife Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Knife Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/knife-bold.svg", "file_type": "image", "degree": 1}, {"id": "currency_inr_bold_svg", "label": "Currency INR Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency INR Bold Icon", "community": 190, "community_name": "Community 190", "source_file": "servers/fastapi/static/icons/bold/currency-inr-bold.svg", "file_type": "image", "degree": 2}, {"id": "placeholder_bold_svg", "label": "Placeholder Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Placeholder Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/placeholder-bold.svg", "file_type": "image", "degree": 1}, {"id": "lightning_a_bold_svg", "label": "Lightning A Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lightning A Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/lightning-a-bold.svg", "file_type": "image", "degree": 1}, {"id": "article_medium_bold_svg", "label": "Article Medium Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Article Medium Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/article-medium-bold.svg", "file_type": "image", "degree": 1}, {"id": "heart_half_bold_svg", "label": "Heart Half Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Heart Half Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/heart-half-bold.svg", "file_type": "image", "degree": 1}, {"id": "police_car_bold_svg", "label": "Police Car Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Police Car Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/police-car-bold.svg", "file_type": "image", "degree": 1}, {"id": "folder_open_bold_svg", "label": "Folder Open Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Open Bold Icon", "community": 284, "community_name": "Community 284", "source_file": "servers/fastapi/static/icons/bold/folder-open-bold.svg", "file_type": "image", "degree": 2}, {"id": "users_three_bold_svg", "label": "Users Three Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Users Three Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/users-three-bold.svg", "file_type": "image", "degree": 1}, {"id": "cactus_bold_svg", "label": "Cactus Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cactus Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cactus-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_empty_bold_svg", "label": "Battery Empty Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Empty Bold Icon", "community": 278, "community_name": "Community 278", "source_file": "servers/fastapi/static/icons/bold/battery-empty-bold.svg", "file_type": "image", "degree": 2}, {"id": "clipboard_text_bold_svg", "label": "Clipboard Text Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clipboard Text Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/clipboard-text-bold.svg", "file_type": "image", "degree": 1}, {"id": "device_tablet_bold_svg", "label": "Device Tablet Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Tablet Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/device-tablet-bold.svg", "file_type": "image", "degree": 1}, {"id": "person_simple_ski_bold_svg", "label": "Person Simple Ski Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Simple Ski Bold Icon", "community": 300, "community_name": "Community 300", "source_file": "servers/fastapi/static/icons/bold/person-simple-ski-bold.svg", "file_type": "image", "degree": 2}, {"id": "book_bold_svg", "label": "Book Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Book Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/book-bold.svg", "file_type": "image", "degree": 1}, {"id": "voicemail_bold_svg", "label": "Voicemail Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Voicemail Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/voicemail-bold.svg", "file_type": "image", "degree": 1}, {"id": "spade_bold_svg", "label": "Spade Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spade Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/spade-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_center_horizontal_simple_bold_svg", "label": "Align Center Horizontal Simple Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Center Horizontal Simple Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/align-center-horizontal-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "currency_circle_dollar_bold_svg", "label": "Currency Circle Dollar Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency Circle Dollar Bold Icon", "community": 190, "community_name": "Community 190", "source_file": "servers/fastapi/static/icons/bold/currency-circle-dollar-bold.svg", "file_type": "image", "degree": 3}, {"id": "windmill_bold_svg", "label": "Windmill Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Windmill Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/windmill-bold.svg", "file_type": "image", "degree": 1}, {"id": "waveform_slash_bold_svg", "label": "Waveform Slash Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Waveform Slash Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/waveform-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_magnifying_glass_bold_svg", "label": "File Magnifying Glass Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Magnifying Glass Bold Icon", "community": 191, "community_name": "Community 191", "source_file": "servers/fastapi/static/icons/bold/file-magnifying-glass-bold.svg", "file_type": "image", "degree": 2}, {"id": "sidebar_bold_svg", "label": "Sidebar Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/sidebar-bold.svg", "file_type": "image", "degree": 1}, {"id": "box_arrow_down_bold_svg", "label": "Box Arrow Down Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Box Arrow Down Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/box-arrow-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_none_bold_svg", "label": "Speaker None Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker None Bold Icon", "community": 302, "community_name": "Community 302", "source_file": "servers/fastapi/static/icons/bold/speaker-none-bold.svg", "file_type": "image", "degree": 2}, {"id": "money_wavy_bold_svg", "label": "Money Wavy Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Money Wavy Bold Icon", "community": 190, "community_name": "Community 190", "source_file": "servers/fastapi/static/icons/bold/money-wavy-bold.svg", "file_type": "image", "degree": 2}, {"id": "chat_circle_bold_svg", "label": "Chat Circle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Circle Bold Icon", "community": 280, "community_name": "Community 280", "source_file": "servers/fastapi/static/icons/bold/chat-circle-bold.svg", "file_type": "image", "degree": 3}, {"id": "hand_eye_bold_svg", "label": "Hand Eye Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Eye Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/hand-eye-bold.svg", "file_type": "image", "degree": 1}, {"id": "broom_bold_svg", "label": "Broom Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Broom Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/broom-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_in_line_vertical_bold_svg", "label": "Arrows In Line Vertical Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows In Line Vertical Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/arrows-in-line-vertical-bold.svg", "file_type": "image", "degree": 1}, {"id": "chats_bold_svg", "label": "Chats Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chats Bold Icon", "community": 280, "community_name": "Community 280", "source_file": "servers/fastapi/static/icons/bold/chats-bold.svg", "file_type": "image", "degree": 2}, {"id": "lifebuoy_bold_svg", "label": "Lifebuoy Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lifebuoy Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/lifebuoy-bold.svg", "file_type": "image", "degree": 1}, {"id": "airplane_bold_svg", "label": "Airplane Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Airplane Bold Icon", "community": 274, "community_name": "Community 274", "source_file": "servers/fastapi/static/icons/bold/airplane-bold.svg", "file_type": "image", "degree": 2}, {"id": "television_bold_svg", "label": "Television Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Television Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/television-bold.svg", "file_type": "image", "degree": 1}, {"id": "skip_back_bold_svg", "label": "Skip Back Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Skip Back Bold Icon", "community": 301, "community_name": "Community 301", "source_file": "servers/fastapi/static/icons/bold/skip-back-bold.svg", "file_type": "image", "degree": 2}, {"id": "infinity_bold_svg", "label": "Infinity Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Infinity Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/infinity-bold.svg", "file_type": "image", "degree": 1}, {"id": "push_pin_slash_bold_svg", "label": "Push Pin Slash Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Push Pin Slash Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/push-pin-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "soccer_ball_bold_svg", "label": "Soccer Ball Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Soccer Ball Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/soccer-ball-bold.svg", "file_type": "image", "degree": 1}, {"id": "printer_bold_svg", "label": "Printer Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Printer Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/printer-bold.svg", "file_type": "image", "degree": 1}, {"id": "tumblr_logo_bold_svg", "label": "Tumblr Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tumblr Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/tumblr-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "phosphor_logo_bold_svg", "label": "Phosphor Logo Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phosphor Logo Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/phosphor-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_simple_x_bold_svg", "label": "Speaker Simple X Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker Simple X Bold Icon", "community": 302, "community_name": "Community 302", "source_file": "servers/fastapi/static/icons/bold/speaker-simple-x-bold.svg", "file_type": "image", "degree": 2}, {"id": "person_simple_walk_bold_svg", "label": "Person Simple Walk Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Simple Walk Bold Icon", "community": 300, "community_name": "Community 300", "source_file": "servers/fastapi/static/icons/bold/person-simple-walk-bold.svg", "file_type": "image", "degree": 2}, {"id": "network_x_bold_svg", "label": "Network X Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Network X Bold Icon", "community": 297, "community_name": "Community 297", "source_file": "servers/fastapi/static/icons/bold/network-x-bold.svg", "file_type": "image", "degree": 2}, {"id": "thumbs_down_bold_svg", "label": "Thumbs Down Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Thumbs Down Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/thumbs-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "bounding_box_bold_svg", "label": "Bounding Box Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bounding Box Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/bounding-box-bold.svg", "file_type": "image", "degree": 1}, {"id": "smiley_sad_bold_svg", "label": "Smiley Sad Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Sad Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/smiley-sad-bold.svg", "file_type": "image", "degree": 1}, {"id": "airplane_landing_bold_svg", "label": "Airplane Landing Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Airplane Landing Bold Icon", "community": 274, "community_name": "Community 274", "source_file": "servers/fastapi/static/icons/bold/airplane-landing-bold.svg", "file_type": "image", "degree": 2}, {"id": "cow_bold_svg", "label": "Cow Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cow Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cow-bold.svg", "file_type": "image", "degree": 1}, {"id": "wifi_high_bold_svg", "label": "WiFi High Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WiFi High Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/wifi-high-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_moon_bold_svg", "label": "Cloud Moon Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Moon Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/cloud-moon-bold.svg", "file_type": "image", "degree": 1}, {"id": "headlights_bold_svg", "label": "Headlights Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Headlights Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/headlights-bold.svg", "file_type": "image", "degree": 1}, {"id": "gauge_bold_svg", "label": "Gauge Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gauge Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/gauge-bold.svg", "file_type": "image", "degree": 1}, {"id": "battery_vertical_full_bold_svg", "label": "Battery Vertical Full Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Vertical Full Bold Icon", "community": 278, "community_name": "Community 278", "source_file": "servers/fastapi/static/icons/bold/battery-vertical-full-bold.svg", "file_type": "image", "degree": 2}, {"id": "skip_forward_bold_svg", "label": "Skip Forward Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Skip Forward Bold Icon", "community": 301, "community_name": "Community 301", "source_file": "servers/fastapi/static/icons/bold/skip-forward-bold.svg", "file_type": "image", "degree": 2}, {"id": "tipi_bold_svg", "label": "Tipi Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tipi Bold Icon", "community": 309, "community_name": "Community 309", "source_file": "servers/fastapi/static/icons/bold/tipi-bold.svg", "file_type": "image", "degree": 2}, {"id": "folder_simple_user_bold_svg", "label": "Folder Simple User Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Simple User Bold Icon", "community": 284, "community_name": "Community 284", "source_file": "servers/fastapi/static/icons/bold/folder-simple-user-bold.svg", "file_type": "image", "degree": 2}, {"id": "strategy_bold_svg", "label": "Strategy Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Strategy Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/strategy-bold.svg", "file_type": "image", "degree": 1}, {"id": "share_network_bold_svg", "label": "Share Network Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Share Network Bold Icon", "community": 297, "community_name": "Community 297", "source_file": "servers/fastapi/static/icons/bold/share-network-bold.svg", "file_type": "image", "degree": 2}, {"id": "fastapi_static_icons", "label": "FastAPI Static Icons Collection", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Static Icons Collection", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/placeholder-bold.svg", "file_type": "concept", "degree": 1}, {"id": "office_chair_bold_icon", "label": "Office Chair Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Office Chair Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/office-chair-bold.svg", "file_type": "image", "degree": 1}, {"id": "pen_bold_icon", "label": "Pen Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pen Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/pen-bold.svg", "file_type": "image", "degree": 1}, {"id": "stop_bold_icon", "label": "Stop Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stop Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/stop-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_down_left_bold_icon", "label": "Arrow Down Left Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Down Left Bold Icon", "community": 1, "community_name": "Community 1", "source_file": "servers/fastapi/static/icons/bold/arrow-down-left-bold.svg", "file_type": "image", "degree": 3}, {"id": "parallelogram_bold_icon", "label": "Parallelogram Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parallelogram Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/parallelogram-bold.svg", "file_type": "image", "degree": 1}, {"id": "video_camera_slash_bold_icon", "label": "Video Camera Slash Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Video Camera Slash Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/video-camera-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_circle_plus_bold_icon", "label": "User Circle Plus Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Circle Plus Bold Icon", "community": 236, "community_name": "Community 236", "source_file": "servers/fastapi/static/icons/bold/user-circle-plus-bold.svg", "file_type": "image", "degree": 2}, {"id": "floppy_disk_bold_icon", "label": "Floppy Disk Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Floppy Disk Bold Icon", "community": 283, "community_name": "Community 283", "source_file": "servers/fastapi/static/icons/bold/floppy-disk-bold.svg", "file_type": "image", "degree": 3}, {"id": "boot_bold_icon", "label": "Boot Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Boot Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/boot-bold.svg", "file_type": "image", "degree": 1}, {"id": "plus_minus_bold_icon", "label": "Plus Minus Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plus Minus Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/plus-minus-bold.svg", "file_type": "image", "degree": 1}, {"id": "sun_bold_icon", "label": "Sun Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sun Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/sun-bold.svg", "file_type": "image", "degree": 1}, {"id": "subset_proper_of_bold_icon", "label": "Subset Proper Of Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Subset Proper Of Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/subset-proper-of-bold.svg", "file_type": "image", "degree": 1}, {"id": "ghost_bold_icon", "label": "Ghost Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ghost Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/ghost-bold.svg", "file_type": "image", "degree": 1}, {"id": "plant_bold_icon", "label": "Plant Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Plant Bold Icon", "community": 228, "community_name": "Community 228", "source_file": "servers/fastapi/static/icons/bold/plant-bold.svg", "file_type": "image", "degree": 3}, {"id": "file_js_bold_icon", "label": "File JS Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File JS Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/file-js-bold.svg", "file_type": "image", "degree": 1}, {"id": "users_four_bold_icon", "label": "Users Four Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Users Four Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/users-four-bold.svg", "file_type": "image", "degree": 1}, {"id": "person_simple_bold_icon", "label": "Person Simple Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Simple Bold Icon", "community": 225, "community_name": "Community 225", "source_file": "servers/fastapi/static/icons/bold/person-simple-bold.svg", "file_type": "image", "degree": 3}, {"id": "rug_bold_icon", "label": "Rug Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rug Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/rug-bold.svg", "file_type": "image", "degree": 1}, {"id": "scissors_bold_icon", "label": "Scissors Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Scissors Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/scissors-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_circle_seven_bold_icon", "label": "Number Circle Seven Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Circle Seven Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/number-circle-seven-bold.svg", "file_type": "image", "degree": 1}, {"id": "user_circle_dashed_bold_icon", "label": "User Circle Dashed Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Circle Dashed Bold Icon", "community": 236, "community_name": "Community 236", "source_file": "servers/fastapi/static/icons/bold/user-circle-dashed-bold.svg", "file_type": "image", "degree": 2}, {"id": "desktop_bold_icon", "label": "Desktop Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Desktop Bold Icon", "community": 221, "community_name": "Community 221", "source_file": "servers/fastapi/static/icons/bold/desktop-bold.svg", "file_type": "image", "degree": 2}, {"id": "square_split_vertical_bold_icon", "label": "Square Split Vertical Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Square Split Vertical Bold Icon", "community": 232, "community_name": "Community 232", "source_file": "servers/fastapi/static/icons/bold/square-split-vertical-bold.svg", "file_type": "image", "degree": 2}, {"id": "dice_one_bold_icon", "label": "Dice One Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dice One Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/dice-one-bold.svg", "file_type": "image", "degree": 1}, {"id": "square_split_horizontal_bold_icon", "label": "Square Split Horizontal Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Square Split Horizontal Bold Icon", "community": 232, "community_name": "Community 232", "source_file": "servers/fastapi/static/icons/bold/square-split-horizontal-bold.svg", "file_type": "image", "degree": 2}, {"id": "rows_plus_bottom_bold_icon", "label": "Rows Plus Bottom Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rows Plus Bottom Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/rows-plus-bottom-bold.svg", "file_type": "image", "degree": 1}, {"id": "globe_x_bold_icon", "label": "Globe X Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Globe X Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/globe-x-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_five_bold_icon", "label": "Number Five Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Five Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/number-five-bold.svg", "file_type": "image", "degree": 1}, {"id": "patreon_logo_bold_icon", "label": "Patreon Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Patreon Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/patreon-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "road_horizon_bold_icon", "label": "Road Horizon Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Road Horizon Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/road-horizon-bold.svg", "file_type": "image", "degree": 1}, {"id": "wifi_low_bold_icon", "label": "Wifi Low Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wifi Low Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/wifi-low-bold.svg", "file_type": "image", "degree": 1}, {"id": "chef_hat_bold_icon", "label": "Chef Hat Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chef Hat Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/chef-hat-bold.svg", "file_type": "image", "degree": 1}, {"id": "smiley_wink_bold_icon", "label": "Smiley Wink Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Wink Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/smiley-wink-bold.svg", "file_type": "image", "degree": 1}, {"id": "seal_bold_icon", "label": "Seal Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Seal Bold Icon", "community": 261, "community_name": "Community 261", "source_file": "servers/fastapi/static/icons/bold/seal-bold.svg", "file_type": "image", "degree": 3}, {"id": "wind_bold_icon", "label": "Wind Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wind Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/wind-bold.svg", "file_type": "image", "degree": 2}, {"id": "lock_key_open_bold_icon", "label": "Lock Key Open Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Key Open Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/lock-key-open-bold.svg", "file_type": "image", "degree": 1}, {"id": "wine_bold_icon", "label": "Wine Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wine Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/wine-bold.svg", "file_type": "image", "degree": 1}, {"id": "person_simple_snowboard_bold_icon", "label": "Person Simple Snowboard Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Simple Snowboard Bold Icon", "community": 225, "community_name": "Community 225", "source_file": "servers/fastapi/static/icons/bold/person-simple-snowboard-bold.svg", "file_type": "image", "degree": 2}, {"id": "push_pin_simple_bold_icon", "label": "Push Pin Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Push Pin Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/push-pin-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_up_bold_icon", "label": "Arrow Up Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Up Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrow-up-bold.svg", "file_type": "image", "degree": 8}, {"id": "stethoscope_bold_icon", "label": "Stethoscope Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stethoscope Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/stethoscope-bold.svg", "file_type": "image", "degree": 1}, {"id": "share_bold_icon", "label": "Share Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Share Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/share-bold.svg", "file_type": "image", "degree": 1}, {"id": "rss_bold_icon", "label": "RSS Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RSS Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/rss-bold.svg", "file_type": "image", "degree": 1}, {"id": "git_commit_bold_icon", "label": "Git Commit Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Git Commit Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/git-commit-bold.svg", "file_type": "image", "degree": 1}, {"id": "rainbow_bold_icon", "label": "Rainbow Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rainbow Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/rainbow-bold.svg", "file_type": "image", "degree": 1}, {"id": "airplane_in_flight_bold_icon", "label": "Airplane In Flight Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Airplane In Flight Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/airplane-in-flight-bold.svg", "file_type": "image", "degree": 1}, {"id": "bluetooth_bold_icon", "label": "Bluetooth Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bluetooth Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bluetooth-bold.svg", "file_type": "image", "degree": 1}, {"id": "sign_in_bold_icon", "label": "Sign In Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sign In Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/sign-in-bold.svg", "file_type": "image", "degree": 1}, {"id": "intersect_square_bold_icon", "label": "Intersect Square Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Intersect Square Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/intersect-square-bold.svg", "file_type": "image", "degree": 1}, {"id": "gps_bold_icon", "label": "GPS Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GPS Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/gps-bold.svg", "file_type": "image", "degree": 1}, {"id": "tag_chevron_bold_icon", "label": "Tag Chevron Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tag Chevron Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/tag-chevron-bold.svg", "file_type": "image", "degree": 1}, {"id": "power_bold_icon", "label": "Power Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Power Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/power-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_center_vertical_simple_bold_icon", "label": "Align Center Vertical Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Center Vertical Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/align-center-vertical-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "mosque_bold_icon", "label": "Mosque Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mosque Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/mosque-bold.svg", "file_type": "image", "degree": 1}, {"id": "crane_bold_icon", "label": "Crane Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Crane Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/crane-bold.svg", "file_type": "image", "degree": 1}, {"id": "monitor_arrow_up_bold_icon", "label": "Monitor Arrow Up Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Monitor Arrow Up Bold Icon", "community": 221, "community_name": "Community 221", "source_file": "servers/fastapi/static/icons/bold/monitor-arrow-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "cardholder_bold_icon", "label": "Cardholder Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cardholder Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cardholder-bold.svg", "file_type": "image", "degree": 1}, {"id": "bowl_steam_bold_icon", "label": "Bowl Steam Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bowl Steam Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bowl-steam-bold.svg", "file_type": "image", "degree": 1}, {"id": "potted_plant_bold_icon", "label": "Potted Plant Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Potted Plant Bold Icon", "community": 228, "community_name": "Community 228", "source_file": "servers/fastapi/static/icons/bold/potted-plant-bold.svg", "file_type": "image", "degree": 2}, {"id": "wall_bold_icon", "label": "Wall Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wall Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/wall-bold.svg", "file_type": "image", "degree": 1}, {"id": "drop_slash_bold_icon", "label": "Drop Slash Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Drop Slash Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/drop-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "circle_bold_icon", "label": "Circle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Circle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "fire_truck_bold_icon", "label": "Fire Truck Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fire Truck Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/fire-truck-bold.svg", "file_type": "image", "degree": 1}, {"id": "trash_bold_icon", "label": "Trash Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trash Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/trash-bold.svg", "file_type": "image", "degree": 1}, {"id": "seal_question_bold_icon", "label": "Seal Question Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Seal Question Bold Icon", "community": 261, "community_name": "Community 261", "source_file": "servers/fastapi/static/icons/bold/seal-question-bold.svg", "file_type": "image", "degree": 2}, {"id": "funnel_simple_bold_icon", "label": "Funnel Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Funnel Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/funnel-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "gear_six_bold_icon", "label": "Gear Six Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gear Six Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/gear-six-bold.svg", "file_type": "image", "degree": 1}, {"id": "lightbulb_bold_icon", "label": "Lightbulb Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lightbulb Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/lightbulb-bold.svg", "file_type": "image", "degree": 1}, {"id": "tornado_bold_icon", "label": "Tornado Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tornado Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/tornado-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_slash_bold_icon", "label": "Cloud Slash Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Slash Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cloud-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "music_note_simple_bold_icon", "label": "Music Note Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Music Note Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/music-note-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "nut_bold_icon", "label": "Nut Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Nut Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/nut-bold.svg", "file_type": "image", "degree": 1}, {"id": "phone_incoming_bold_icon", "label": "Phone Incoming Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Phone Incoming Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/phone-incoming-bold.svg", "file_type": "image", "degree": 1}, {"id": "device_rotate_bold_icon", "label": "Device Rotate Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Rotate Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/device-rotate-bold.svg", "file_type": "image", "degree": 1}, {"id": "trademark_bold_svg", "label": "Trademark Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trademark Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/trademark-bold.svg", "file_type": "image", "degree": 1}, {"id": "graduation_cap_bold_svg", "label": "Graduation Cap Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Graduation Cap Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/graduation-cap-bold.svg", "file_type": "image", "degree": 2}, {"id": "magnifying_glass_bold_svg", "label": "Magnifying Glass Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Magnifying Glass Bold Icon", "community": 84, "community_name": "Community 84", "source_file": "servers/fastapi/static/icons/bold/magnifying-glass-bold.svg", "file_type": "image", "degree": 3}, {"id": "folder_dashed_bold_svg", "label": "Folder Dashed Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Dashed Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/folder-dashed-bold.svg", "file_type": "image", "degree": 1}, {"id": "house_bold_svg", "label": "House Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "House Bold Icon", "community": 292, "community_name": "Community 292", "source_file": "servers/fastapi/static/icons/bold/house-bold.svg", "file_type": "image", "degree": 3}, {"id": "key_return_bold_svg", "label": "Key Return Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Key Return Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/key-return-bold.svg", "file_type": "image", "degree": 1}, {"id": "number_circle_six_bold_svg", "label": "Number Circle Six Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Circle Six Bold Icon", "community": 177, "community_name": "Community 177", "source_file": "servers/fastapi/static/icons/bold/number-circle-six-bold.svg", "file_type": "image", "degree": 2}, {"id": "calendar_minus_bold_svg", "label": "Calendar Minus Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Minus Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/calendar-minus-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_line_down_bold_svg", "label": "Caret Line Down Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Line Down Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/caret-line-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "google_logo_bold_svg", "label": "Google Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Logo Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/google-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "person_simple_tai_chi_bold_svg", "label": "Person Simple Tai Chi Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Person Simple Tai Chi Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/person-simple-tai-chi-bold.svg", "file_type": "image", "degree": 1}, {"id": "pinterest_logo_bold_svg", "label": "Pinterest Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pinterest Logo Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/pinterest-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "bell_simple_ringing_bold_svg", "label": "Bell Simple Ringing Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bell Simple Ringing Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/bell-simple-ringing-bold.svg", "file_type": "image", "degree": 1}, {"id": "map_pin_simple_bold_svg", "label": "Map Pin Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Pin Simple Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/map-pin-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "upload_bold_svg", "label": "Upload Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/upload-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_left_bold_svg", "label": "Align Left Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Left Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/align-left-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_square_down_left_bold_svg", "label": "Arrow Square Down Left Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Square Down Left Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/arrow-square-down-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "article_bold_svg", "label": "Article Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Article Bold Icon", "community": 146, "community_name": "Community 146", "source_file": "servers/fastapi/static/icons/bold/article-bold.svg", "file_type": "image", "degree": 2}, {"id": "text_h_one_bold_svg", "label": "Text H One Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text H One Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/text-h-one-bold.svg", "file_type": "image", "degree": 1}, {"id": "whatsapp_logo_bold_svg", "label": "WhatsApp Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WhatsApp Logo Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/whatsapp-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "barbell_bold_svg", "label": "Barbell Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Barbell Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/barbell-bold.svg", "file_type": "image", "degree": 1}, {"id": "traffic_cone_bold_svg", "label": "Traffic Cone Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Traffic Cone Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/traffic-cone-bold.svg", "file_type": "image", "degree": 1}, {"id": "invoice_bold_svg", "label": "Invoice Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Invoice Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/invoice-bold.svg", "file_type": "image", "degree": 1}, {"id": "timer_bold_svg", "label": "Timer Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Timer Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/timer-bold.svg", "file_type": "image", "degree": 2}, {"id": "check_circle_bold_svg", "label": "Check Circle Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check Circle Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/check-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_circle_slash_bold_svg", "label": "Chat Circle Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Circle Slash Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/chat-circle-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "popcorn_bold_svg", "label": "Popcorn Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Popcorn Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/popcorn-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_simple_none_bold_svg", "label": "Speaker Simple None Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker Simple None Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/speaker-simple-none-bold.svg", "file_type": "image", "degree": 1}, {"id": "pencil_line_bold_svg", "label": "Pencil Line Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pencil Line Bold Icon", "community": 146, "community_name": "Community 146", "source_file": "servers/fastapi/static/icons/bold/pencil-line-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_archive_bold_svg", "label": "File Archive Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Archive Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/file-archive-bold.svg", "file_type": "image", "degree": 2}, {"id": "film_slate_bold_svg", "label": "Film Slate Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Film Slate Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/film-slate-bold.svg", "file_type": "image", "degree": 1}, {"id": "prescription_bold_svg", "label": "Prescription Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Prescription Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/prescription-bold.svg", "file_type": "image", "degree": 1}, {"id": "high_heel_bold_svg", "label": "High Heel Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "High Heel Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/high-heel-bold.svg", "file_type": "image", "degree": 1}, {"id": "discord_logo_bold_svg", "label": "Discord Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Discord Logo Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/discord-logo-bold.svg", "file_type": "image", "degree": 3}, {"id": "court_basketball_bold_svg", "label": "Court Basketball Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Court Basketball Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/court-basketball-bold.svg", "file_type": "image", "degree": 1}, {"id": "dev_to_logo_bold_svg", "label": "Dev To Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dev To Logo Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/dev-to-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "fingerprint_simple_bold_svg", "label": "Fingerprint Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fingerprint Simple Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/fingerprint-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_line_down_bold_svg", "label": "Arrow Line Down Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Line Down Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/arrow-line-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "fediverse_logo_bold_svg", "label": "Fediverse Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fediverse Logo Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/fediverse-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "prohibit_inset_bold_svg", "label": "Prohibit Inset Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Prohibit Inset Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/prohibit-inset-bold.svg", "file_type": "image", "degree": 1}, {"id": "charging_station_bold_svg", "label": "Charging Station Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Charging Station Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/charging-station-bold.svg", "file_type": "image", "degree": 1}, {"id": "shopping_cart_simple_bold_svg", "label": "Shopping Cart Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shopping Cart Simple Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/shopping-cart-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "magnet_straight_bold_svg", "label": "Magnet Straight Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Magnet Straight Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/magnet-straight-bold.svg", "file_type": "image", "degree": 1}, {"id": "list_checks_bold_svg", "label": "List Checks Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Checks Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/list-checks-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_up_down_bold_svg", "label": "Caret Up Down Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Up Down Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/caret-up-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "tea_bag_bold_svg", "label": "Tea Bag Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tea Bag Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/tea-bag-bold.svg", "file_type": "image", "degree": 1}, {"id": "note_pencil_bold_svg", "label": "Note Pencil Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Note Pencil Bold Icon", "community": 146, "community_name": "Community 146", "source_file": "servers/fastapi/static/icons/bold/note-pencil-bold.svg", "file_type": "image", "degree": 3}, {"id": "caret_double_down_bold_svg", "label": "Caret Double Down Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Double Down Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/caret-double-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrows_down_up_bold_svg", "label": "Arrows Down Up Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Down Up Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/arrows-down-up-bold.svg", "file_type": "image", "degree": 10}, {"id": "columns_plus_right_bold_svg", "label": "Columns Plus Right Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Columns Plus Right Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/columns-plus-right-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_jsx_bold_svg", "label": "File JSX Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File JSX Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/file-jsx-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_c_bold_svg", "label": "File C Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File C Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/file-c-bold.svg", "file_type": "image", "degree": 2}, {"id": "medal_bold_svg", "label": "Medal Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Medal Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/medal-bold.svg", "file_type": "image", "degree": 2}, {"id": "chart_bar_horizontal_bold_svg", "label": "Chart Bar Horizontal Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Bar Horizontal Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/chart-bar-horizontal-bold.svg", "file_type": "image", "degree": 1}, {"id": "shuffle_bold_svg", "label": "Shuffle Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shuffle Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/shuffle-bold.svg", "file_type": "image", "degree": 1}, {"id": "bomb_bold_svg", "label": "Bomb Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bomb Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/bomb-bold.svg", "file_type": "image", "degree": 1}, {"id": "envelope_bold_svg", "label": "Envelope Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Envelope Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/envelope-bold.svg", "file_type": "image", "degree": 1}, {"id": "heart_straight_break_bold_svg", "label": "Heart Straight Break Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Heart Straight Break Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/heart-straight-break-bold.svg", "file_type": "image", "degree": 1}, {"id": "tip_jar_bold_svg", "label": "Tip Jar Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tip Jar Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/tip-jar-bold.svg", "file_type": "image", "degree": 1}, {"id": "gps_slash_bold_svg", "label": "GPS Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GPS Slash Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/gps-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "currency_krw_bold_svg", "label": "Currency KRW Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency KRW Bold Icon", "community": 147, "community_name": "Community 147", "source_file": "servers/fastapi/static/icons/bold/currency-krw-bold.svg", "file_type": "image", "degree": 4}, {"id": "cowboy_hat_bold_svg", "label": "Cowboy Hat Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cowboy Hat Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/cowboy-hat-bold.svg", "file_type": "image", "degree": 1}, {"id": "question_mark_bold_svg", "label": "Question Mark Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Question Mark Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/question-mark-bold.svg", "file_type": "image", "degree": 1}, {"id": "drop_half_bottom_bold_svg", "label": "Drop Half Bottom Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Drop Half Bottom Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/drop-half-bottom-bold.svg", "file_type": "image", "degree": 1}, {"id": "leaf_bold_svg", "label": "Leaf Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Leaf Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/leaf-bold.svg", "file_type": "image", "degree": 1}, {"id": "fingerprint_bold_svg", "label": "Fingerprint Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fingerprint Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/fingerprint-bold.svg", "file_type": "image", "degree": 2}, {"id": "certificate_bold_svg", "label": "Certificate Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Certificate Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/certificate-bold.svg", "file_type": "image", "degree": 2}, {"id": "hourglass_simple_medium_bold_svg", "label": "Hourglass Simple Medium Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hourglass Simple Medium Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/hourglass-simple-medium-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrows_out_cardinal_bold_svg", "label": "Arrows Out Cardinal Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Out Cardinal Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/arrows-out-cardinal-bold.svg", "file_type": "image", "degree": 2}, {"id": "skype_logo_bold_svg", "label": "Skype Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Skype Logo Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/skype-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "student_bold_svg", "label": "Student Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Student Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/student-bold.svg", "file_type": "image", "degree": 2}, {"id": "picture_in_picture_bold_svg", "label": "Picture In Picture Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Picture In Picture Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/picture-in-picture-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_dashed_bold_svg", "label": "File Dashed Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Dashed Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/file-dashed-bold.svg", "file_type": "image", "degree": 2}, {"id": "compass_bold_svg", "label": "Compass Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compass Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/compass-bold.svg", "file_type": "image", "degree": 2}, {"id": "messenger_logo_bold_svg", "label": "Messenger Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Messenger Logo Bold Icon", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/messenger-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "bold_icon_style_concept", "label": "Bold Icon Style", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Bold Icon Style", "community": 8, "community_name": "Community 8", "source_file": "servers/fastapi/static/icons/bold/", "file_type": "concept", "degree": 81}, {"id": "number_square_four_bold_icon", "label": "Number Square Four Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Square Four Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/number-square-four-bold.svg", "file_type": "image", "degree": 1}, {"id": "dropbox_logo_bold_icon", "label": "Dropbox Logo Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dropbox Logo Bold Icon", "community": 124, "community_name": "Community 124", "source_file": "servers/fastapi/static/icons/bold/dropbox-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_tsx_bold_icon", "label": "File TSX Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "File TSX Bold Icon", "community": 134, "community_name": "Community 134", "source_file": "servers/fastapi/static/icons/bold/file-tsx-bold.svg", "file_type": "image", "degree": 4}, {"id": "gitlab_logo_simple_bold_icon", "label": "GitLab Logo Simple Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GitLab Logo Simple Bold Icon", "community": 124, "community_name": "Community 124", "source_file": "servers/fastapi/static/icons/bold/gitlab-logo-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "folder_lock_bold_icon", "label": "Folder Lock Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Lock Bold Icon", "community": 183, "community_name": "Community 183", "source_file": "servers/fastapi/static/icons/bold/folder-lock-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_fat_line_up_bold_icon", "label": "Arrow Fat Line Up Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Fat Line Up Bold Icon", "community": 123, "community_name": "Community 123", "source_file": "servers/fastapi/static/icons/bold/arrow-fat-line-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "moped_bold_icon", "label": "Moped Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Moped Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/moped-bold.svg", "file_type": "image", "degree": 1}, {"id": "superset_proper_of_bold_icon", "label": "Superset Proper Of Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Superset Proper Of Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/superset-proper-of-bold.svg", "file_type": "image", "degree": 1}, {"id": "lectern_bold_icon", "label": "Lectern Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lectern Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/lectern-bold.svg", "file_type": "image", "degree": 1}, {"id": "avocado_bold_icon", "label": "Avocado Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Avocado Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/avocado-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_down_bold_icon", "label": "Arrow Down Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Down Bold Icon", "community": 123, "community_name": "Community 123", "source_file": "servers/fastapi/static/icons/bold/arrow-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "image_broken_bold_icon", "label": "Image Broken Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Image Broken Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/image-broken-bold.svg", "file_type": "image", "degree": 1}, {"id": "music_note_bold_icon", "label": "Music Note Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Music Note Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/music-note-bold.svg", "file_type": "image", "degree": 3}, {"id": "eyedropper_sample_bold_icon", "label": "Eyedropper Sample Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eyedropper Sample Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/eyedropper-sample-bold.svg", "file_type": "image", "degree": 1}, {"id": "hourglass_medium_bold_icon", "label": "Hourglass Medium Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hourglass Medium Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/hourglass-medium-bold.svg", "file_type": "image", "degree": 1}, {"id": "hands_praying_bold_icon", "label": "Hands Praying Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hands Praying Bold Icon", "community": 150, "community_name": "Community 150", "source_file": "servers/fastapi/static/icons/bold/hands-praying-bold.svg", "file_type": "image", "degree": 2}, {"id": "beach_ball_bold_icon", "label": "Beach Ball Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Beach Ball Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/beach-ball-bold.svg", "file_type": "image", "degree": 1}, {"id": "radical_bold_icon", "label": "Radical Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Radical Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/radical-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_pointing_bold_icon", "label": "Hand Pointing Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Pointing Bold Icon", "community": 150, "community_name": "Community 150", "source_file": "servers/fastapi/static/icons/bold/hand-pointing-bold.svg", "file_type": "image", "degree": 2}, {"id": "camera_slash_bold_icon", "label": "Camera Slash Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Camera Slash Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/camera-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "grains_slash_bold_icon", "label": "Grains Slash Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Grains Slash Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/grains-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "fallout_shelter_bold_icon", "label": "Fallout Shelter Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fallout Shelter Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/fallout-shelter-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_slash_bold_icon", "label": "Chat Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Slash Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/chat-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "confetti_bold_icon", "label": "Confetti Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Confetti Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/confetti-bold.svg", "file_type": "image", "degree": 1}, {"id": "instagram_logo_bold_icon", "label": "Instagram Logo Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Instagram Logo Bold Icon", "community": 124, "community_name": "Community 124", "source_file": "servers/fastapi/static/icons/bold/instagram-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "folder_plus_bold_icon", "label": "Folder Plus Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Plus Bold Icon", "community": 183, "community_name": "Community 183", "source_file": "servers/fastapi/static/icons/bold/folder-plus-bold.svg", "file_type": "image", "degree": 2}, {"id": "atom_bold_icon", "label": "Atom Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Atom Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/atom-bold.svg", "file_type": "image", "degree": 1}, {"id": "faders_bold_icon", "label": "Faders Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Faders Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/faders-bold.svg", "file_type": "image", "degree": 1}, {"id": "stop_circle_bold_icon", "label": "Stop Circle Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stop Circle Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/stop-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "stack_bold_icon", "label": "Stack Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stack Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/stack-bold.svg", "file_type": "image", "degree": 1}, {"id": "bookmark_bold_icon", "label": "Bookmark Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bookmark Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/bookmark-bold.svg", "file_type": "image", "degree": 1}, {"id": "cake_bold_icon", "label": "Cake Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cake Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/cake-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_x_bold_icon", "label": "Speaker X Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker X Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/speaker-x-bold.svg", "file_type": "image", "degree": 1}, {"id": "tractor_bold_icon", "label": "Tractor Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tractor Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/tractor-bold.svg", "file_type": "image", "degree": 1}, {"id": "vinyl_record_bold_icon", "label": "Vinyl Record Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vinyl Record Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/vinyl-record-bold.svg", "file_type": "image", "degree": 1}, {"id": "equalizer_bold_icon", "label": "Equalizer Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Equalizer Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/equalizer-bold.svg", "file_type": "image", "degree": 1}, {"id": "washing_machine_bold_icon", "label": "Washing Machine Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Washing Machine Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/washing-machine-bold.svg", "file_type": "image", "degree": 1}, {"id": "sphere_bold_icon", "label": "Sphere Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sphere Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/sphere-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_c_sharp_bold_icon", "label": "File C Sharp Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "File C Sharp Bold Icon", "community": 134, "community_name": "Community 134", "source_file": "servers/fastapi/static/icons/bold/file-c-sharp-bold.svg", "file_type": "image", "degree": 4}, {"id": "square_half_bold_icon", "label": "Square Half Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Square Half Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/square-half-bold.svg", "file_type": "image", "degree": 1}, {"id": "flower_tulip_bold_icon", "label": "Flower Tulip Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flower Tulip Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/flower-tulip-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_arc_left_bold_icon", "label": "Arrow Arc Left Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Arc Left Bold Icon", "community": 123, "community_name": "Community 123", "source_file": "servers/fastapi/static/icons/bold/arrow-arc-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "dribbble_logo_bold_icon", "label": "Dribbble Logo Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dribbble Logo Bold Icon", "community": 124, "community_name": "Community 124", "source_file": "servers/fastapi/static/icons/bold/dribbble-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "empty_bold_icon", "label": "Empty Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Empty Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/empty-bold.svg", "file_type": "image", "degree": 1}, {"id": "funnel_x_bold_icon", "label": "Funnel X Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Funnel X Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/funnel-x-bold.svg", "file_type": "image", "degree": 1}, {"id": "binary_bold_icon", "label": "Binary Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Binary Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/binary-bold.svg", "file_type": "image", "degree": 1}, {"id": "video_conference_bold_icon", "label": "Video Conference Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Video Conference Bold Icon", "community": 262, "community_name": "Community 262", "source_file": "servers/fastapi/static/icons/bold/video-conference-bold.svg", "file_type": "image", "degree": 2}, {"id": "yin_yang_bold_icon", "label": "Yin Yang Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Yin Yang Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/yin-yang-bold.svg", "file_type": "image", "degree": 1}, {"id": "paint_brush_household_bold_icon", "label": "Paint Brush Household Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paint Brush Household Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/paint-brush-household-bold.svg", "file_type": "image", "degree": 2}, {"id": "paint_brush_bold_icon", "label": "Paint Brush Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Paint Brush Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/paint-brush-bold.svg", "file_type": "image", "degree": 3}, {"id": "globe_hemisphere_east_bold_icon", "label": "Globe Hemisphere East Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Globe Hemisphere East Bold Icon", "community": 257, "community_name": "Community 257", "source_file": "servers/fastapi/static/icons/bold/globe-hemisphere-east-bold.svg", "file_type": "image", "degree": 2}, {"id": "video_camera_bold_icon", "label": "Video Camera Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Video Camera Bold Icon", "community": 262, "community_name": "Community 262", "source_file": "servers/fastapi/static/icons/bold/video-camera-bold.svg", "file_type": "image", "degree": 2}, {"id": "option_bold_icon", "label": "Option Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Option Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/option-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_fist_bold_icon", "label": "Hand Fist Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Fist Bold Icon", "community": 150, "community_name": "Community 150", "source_file": "servers/fastapi/static/icons/bold/hand-fist-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_bold_icon", "label": "File Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Bold Icon", "community": 134, "community_name": "Community 134", "source_file": "servers/fastapi/static/icons/bold/file-bold.svg", "file_type": "image", "degree": 2}, {"id": "fish_bold_icon", "label": "Fish Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fish Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/fish-bold.svg", "file_type": "image", "degree": 1}, {"id": "microphone_stage_bold_icon", "label": "Microphone Stage Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microphone Stage Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/microphone-stage-bold.svg", "file_type": "image", "degree": 1}, {"id": "device_mobile_camera_bold_icon", "label": "Device Mobile Camera Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Mobile Camera Bold Icon", "community": 182, "community_name": "Community 182", "source_file": "servers/fastapi/static/icons/bold/device-mobile-camera-bold.svg", "file_type": "image", "degree": 2}, {"id": "graphics_card_bold_icon", "label": "Graphics Card Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Graphics Card Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/graphics-card-bold.svg", "file_type": "image", "degree": 1}, {"id": "three_d_bold_icon", "label": "Three D Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Three D Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/three-d-bold.svg", "file_type": "image", "degree": 1}, {"id": "devices_bold_icon", "label": "Devices Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Devices Bold Icon", "community": 182, "community_name": "Community 182", "source_file": "servers/fastapi/static/icons/bold/devices-bold.svg", "file_type": "image", "degree": 2}, {"id": "flask_bold_icon", "label": "Flask Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flask Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/flask-bold.svg", "file_type": "image", "degree": 1}, {"id": "baseball_cap_bold_icon", "label": "Baseball Cap Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Baseball Cap Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/baseball-cap-bold.svg", "file_type": "image", "degree": 1}, {"id": "shield_chevron_bold_icon", "label": "Shield Chevron Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shield Chevron Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/shield-chevron-bold.svg", "file_type": "image", "degree": 1}, {"id": "pepper_bold_icon", "label": "Pepper Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pepper Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/pepper-bold.svg", "file_type": "image", "degree": 1}, {"id": "circle_half_tilt_bold_icon", "label": "Circle Half Tilt Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Circle Half Tilt Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/circle-half-tilt-bold.svg", "file_type": "image", "degree": 1}, {"id": "webhooks_logo_bold_icon", "label": "Webhooks Logo Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Webhooks Logo Bold Icon", "community": 124, "community_name": "Community 124", "source_file": "servers/fastapi/static/icons/bold/webhooks-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "high_definition_bold_icon", "label": "High Definition Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "High Definition Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/high-definition-bold.svg", "file_type": "image", "degree": 1}, {"id": "cell_signal_high_bold_icon", "label": "Cell Signal High Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cell Signal High Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/cell-signal-high-bold.svg", "file_type": "image", "degree": 1}, {"id": "airplane_tilt_bold_icon", "label": "Airplane Tilt Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Airplane Tilt Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/airplane-tilt-bold.svg", "file_type": "image", "degree": 1}, {"id": "paper_plane_tilt_bold_icon", "label": "Paper Plane Tilt Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paper Plane Tilt Bold Icon", "community": 5, "community_name": "Community 5", "source_file": "servers/fastapi/static/icons/bold/paper-plane-tilt-bold.svg", "file_type": "image", "degree": 1}, {"id": "concept_file_icon", "label": "File Type Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "File Type Icon", "community": 134, "community_name": "Community 134", "source_file": "servers/fastapi/static/icons/bold/file-bold.svg", "file_type": "concept", "degree": 4}, {"id": "concept_arrow_icon", "label": "Arrow Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Icon", "community": 123, "community_name": "Community 123", "source_file": "servers/fastapi/static/icons/bold/arrow-down-bold.svg", "file_type": "concept", "degree": 6}, {"id": "concept_logo_icon", "label": "Logo/Brand Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Logo/Brand Icon", "community": 124, "community_name": "Community 124", "source_file": "servers/fastapi/static/icons/bold/dropbox-logo-bold.svg", "file_type": "concept", "degree": 5}, {"id": "concept_folder_icon", "label": "Folder Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Icon", "community": 183, "community_name": "Community 183", "source_file": "servers/fastapi/static/icons/bold/folder-lock-bold.svg", "file_type": "concept", "degree": 2}, {"id": "concept_hand_icon", "label": "Hand Gesture Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Gesture Icon", "community": 150, "community_name": "Community 150", "source_file": "servers/fastapi/static/icons/bold/hand-pointing-bold.svg", "file_type": "concept", "degree": 3}, {"id": "concept_globe_icon", "label": "Globe Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Globe Icon", "community": 257, "community_name": "Community 257", "source_file": "servers/fastapi/static/icons/bold/globe-hemisphere-east-bold.svg", "file_type": "concept", "degree": 1}, {"id": "concept_device_icon", "label": "Device Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Icon", "community": 182, "community_name": "Community 182", "source_file": "servers/fastapi/static/icons/bold/devices-bold.svg", "file_type": "concept", "degree": 2}, {"id": "function_bold_svg", "label": "Function Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Function Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/function-bold.svg", "file_type": "image", "degree": 1}, {"id": "shooting_star_bold_svg", "label": "Shooting Star Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shooting Star Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/shooting-star-bold.svg", "file_type": "image", "degree": 1}, {"id": "apple_logo_bold_svg", "label": "Apple Logo Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Apple Logo Bold Icon", "community": 205, "community_name": "Community 205", "source_file": "servers/fastapi/static/icons/bold/apple-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "yarn_bold_svg", "label": "Yarn Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Yarn Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/yarn-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_elbow_down_left_bold_svg", "label": "Arrow Elbow Down Left Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Elbow Down Left Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/arrow-elbow-down-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "user_circle_gear_bold_svg", "label": "User Circle Gear Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "User Circle Gear Bold Icon", "community": 174, "community_name": "Community 174", "source_file": "servers/fastapi/static/icons/bold/user-circle-gear-bold.svg", "file_type": "image", "degree": 3}, {"id": "popsicle_bold_svg", "label": "Popsicle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Popsicle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/popsicle-bold.svg", "file_type": "image", "degree": 1}, {"id": "intersection_bold_svg", "label": "Intersection Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Intersection Bold Icon", "community": 175, "community_name": "Community 175", "source_file": "servers/fastapi/static/icons/bold/intersection-bold.svg", "file_type": "image", "degree": 2}, {"id": "subtract_square_bold_svg", "label": "Subtract Square Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Subtract Square Bold Icon", "community": 175, "community_name": "Community 175", "source_file": "servers/fastapi/static/icons/bold/subtract-square-bold.svg", "file_type": "image", "degree": 2}, {"id": "caret_double_right_bold_svg", "label": "Caret Double Right Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Double Right Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/caret-double-right-bold.svg", "file_type": "image", "degree": 1}, {"id": "cigarette_bold_svg", "label": "Cigarette Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cigarette Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cigarette-bold.svg", "file_type": "image", "degree": 1}, {"id": "minus_circle_bold_svg", "label": "Minus Circle Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Minus Circle Bold Icon", "community": 212, "community_name": "Community 212", "source_file": "servers/fastapi/static/icons/bold/minus-circle-bold.svg", "file_type": "image", "degree": 3}, {"id": "square_bold_svg", "label": "Square Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Square Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/square-bold.svg", "file_type": "image", "degree": 1}, {"id": "wifi_none_bold_svg", "label": "Wifi None Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wifi None Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/wifi-none-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_soap_bold_svg", "label": "Hand Soap Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Soap Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/hand-soap-bold.svg", "file_type": "image", "degree": 1}, {"id": "shuffle_simple_bold_svg", "label": "Shuffle Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shuffle Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/shuffle-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "bulldozer_bold_svg", "label": "Bulldozer Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bulldozer Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bulldozer-bold.svg", "file_type": "image", "degree": 1}, {"id": "beanie_bold_svg", "label": "Beanie Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Beanie Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/beanie-bold.svg", "file_type": "image", "degree": 1}, {"id": "handbag_simple_bold_svg", "label": "Handbag Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handbag Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/handbag-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "campfire_bold_svg", "label": "Campfire Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Campfire Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/campfire-bold.svg", "file_type": "image", "degree": 1}, {"id": "package_bold_svg", "label": "Package Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Package Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/package-bold.svg", "file_type": "image", "degree": 1}, {"id": "rabbit_bold_svg", "label": "Rabbit Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rabbit Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/rabbit-bold.svg", "file_type": "image", "degree": 1}, {"id": "frame_corners_bold_svg", "label": "Frame Corners Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Frame Corners Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/frame-corners-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_fat_line_left_bold_svg", "label": "Arrow Fat Line Left Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Fat Line Left Bold Icon", "community": 275, "community_name": "Community 275", "source_file": "servers/fastapi/static/icons/bold/arrow-fat-line-left-bold.svg", "file_type": "image", "degree": 3}, {"id": "currency_dollar_simple_bold_svg", "label": "Currency Dollar Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency Dollar Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/currency-dollar-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "plugs_connected_bold_svg", "label": "Plugs Connected Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Plugs Connected Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/plugs-connected-bold.svg", "file_type": "image", "degree": 1}, {"id": "marker_circle_bold_svg", "label": "Marker Circle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Marker Circle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/marker-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "apple_podcasts_logo_bold_svg", "label": "Apple Podcasts Logo Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Apple Podcasts Logo Bold Icon", "community": 205, "community_name": "Community 205", "source_file": "servers/fastapi/static/icons/bold/apple-podcasts-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "selection_all_bold_svg", "label": "Selection All Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Selection All Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/selection-all-bold.svg", "file_type": "image", "degree": 1}, {"id": "address_book_bold_svg", "label": "Address Book Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Address Book Bold Icon", "community": 203, "community_name": "Community 203", "source_file": "servers/fastapi/static/icons/bold/address-book-bold.svg", "file_type": "image", "degree": 3}, {"id": "champagne_bold_svg", "label": "Champagne Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Champagne Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/champagne-bold.svg", "file_type": "image", "degree": 1}, {"id": "seal_check_bold_svg", "label": "Seal Check Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Seal Check Bold Icon", "community": 173, "community_name": "Community 173", "source_file": "servers/fastapi/static/icons/bold/seal-check-bold.svg", "file_type": "image", "degree": 2}, {"id": "trash_simple_bold_svg", "label": "Trash Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trash Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/trash-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "pizza_bold_svg", "label": "Pizza Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pizza Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/pizza-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_left_simple_bold_svg", "label": "Align Left Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Left Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/align-left-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "eye_bold_svg", "label": "Eye Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eye Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/eye-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_strikethrough_bold_svg", "label": "Text Strikethrough Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Strikethrough Bold Icon", "community": 234, "community_name": "Community 234", "source_file": "servers/fastapi/static/icons/bold/text-strikethrough-bold.svg", "file_type": "image", "degree": 2}, {"id": "shipping_container_bold_svg", "label": "Shipping Container Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shipping Container Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/shipping-container-bold.svg", "file_type": "image", "degree": 1}, {"id": "speaker_high_bold_svg", "label": "Speaker High Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker High Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/speaker-high-bold.svg", "file_type": "image", "degree": 1}, {"id": "camera_rotate_bold_svg", "label": "Camera Rotate Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Camera Rotate Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/camera-rotate-bold.svg", "file_type": "image", "degree": 1}, {"id": "clock_user_bold_svg", "label": "Clock User Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clock User Bold Icon", "community": 174, "community_name": "Community 174", "source_file": "servers/fastapi/static/icons/bold/clock-user-bold.svg", "file_type": "image", "degree": 2}, {"id": "unite_bold_svg", "label": "Unite Bold Icon", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Unite Bold Icon", "community": 175, "community_name": "Community 175", "source_file": "servers/fastapi/static/icons/bold/unite-bold.svg", "file_type": "image", "degree": 3}, {"id": "megaphone_bold_svg", "label": "Megaphone Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Megaphone Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/megaphone-bold.svg", "file_type": "image", "degree": 1}, {"id": "jeep_bold_svg", "label": "Jeep Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Jeep Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/jeep-bold.svg", "file_type": "image", "degree": 1}, {"id": "code_simple_bold_svg", "label": "Code Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Code Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/code-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "books_bold_svg", "label": "Books Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Books Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/books-bold.svg", "file_type": "image", "degree": 1}, {"id": "church_bold_svg", "label": "Church Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Church Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/church-bold.svg", "file_type": "image", "degree": 1}, {"id": "shield_slash_bold_svg", "label": "Shield Slash Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shield Slash Bold Icon", "community": 230, "community_name": "Community 230", "source_file": "servers/fastapi/static/icons/bold/shield-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "map_pin_simple_line_bold_svg", "label": "Map Pin Simple Line Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map Pin Simple Line Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/map-pin-simple-line-bold.svg", "file_type": "image", "degree": 1}, {"id": "tilde_bold_svg", "label": "Tilde Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tilde Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/tilde-bold.svg", "file_type": "image", "degree": 1}, {"id": "not_equals_bold_svg", "label": "Not Equals Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Not Equals Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/not-equals-bold.svg", "file_type": "image", "degree": 1}, {"id": "check_square_bold_svg", "label": "Check Square Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check Square Bold Icon", "community": 173, "community_name": "Community 173", "source_file": "servers/fastapi/static/icons/bold/check-square-bold.svg", "file_type": "image", "degree": 3}, {"id": "horse_bold_svg", "label": "Horse Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Horse Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/horse-bold.svg", "file_type": "image", "degree": 1}, {"id": "shield_star_bold_svg", "label": "Shield Star Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shield Star Bold Icon", "community": 230, "community_name": "Community 230", "source_file": "servers/fastapi/static/icons/bold/shield-star-bold.svg", "file_type": "image", "degree": 2}, {"id": "microsoft_outlook_logo_bold_svg", "label": "Microsoft Outlook Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft Outlook Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/microsoft-outlook-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_circle_text_bold_svg", "label": "Chat Circle Text Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Circle Text Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/chat-circle-text-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_subscript_bold_svg", "label": "Text Subscript Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Subscript Bold Icon", "community": 234, "community_name": "Community 234", "source_file": "servers/fastapi/static/icons/bold/text-subscript-bold.svg", "file_type": "image", "degree": 2}, {"id": "escalator_down_bold_svg", "label": "Escalator Down Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Escalator Down Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/escalator-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "envelope_simple_bold_svg", "label": "Envelope Simple Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Envelope Simple Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/envelope-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "beer_bottle_bold_svg", "label": "Beer Bottle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Beer Bottle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/beer-bottle-bold.svg", "file_type": "image", "degree": 1}, {"id": "identification_badge_bold_svg", "label": "Identification Badge Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Identification Badge Bold Icon", "community": 203, "community_name": "Community 203", "source_file": "servers/fastapi/static/icons/bold/identification-badge-bold.svg", "file_type": "image", "degree": 2}, {"id": "football_helmet_bold_svg", "label": "Football Helmet Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Football Helmet Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/football-helmet-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_circle_up_down_bold_svg", "label": "Caret Circle Up Down Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Circle Up Down Bold Icon", "community": 212, "community_name": "Community 212", "source_file": "servers/fastapi/static/icons/bold/caret-circle-up-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "dice_two_bold_svg", "label": "Dice Two Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dice Two Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/dice-two-bold.svg", "file_type": "image", "degree": 1}, {"id": "x_logo_bold_svg", "label": "X Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "X Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/x-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "jar_label_bold_svg", "label": "Jar Label Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Jar Label Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/jar-label-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_u_left_up_bold_svg", "label": "Arrow U Left Up Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow U Left Up Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/arrow-u-left-up-bold.svg", "file_type": "image", "degree": 1}, {"id": "google_cardboard_logo_bold_svg", "label": "Google Cardboard Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Cardboard Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/google-cardboard-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "gas_pump_bold_svg", "label": "Gas Pump Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gas Pump Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/gas-pump-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_snow_bold_svg", "label": "Cloud Snow Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Snow Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/cloud-snow-bold.svg", "file_type": "image", "degree": 1}, {"id": "list_numbers_bold_svg", "label": "List Numbers Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Numbers Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/list-numbers-bold.svg", "file_type": "image", "degree": 1}, {"id": "check_bold_svg", "label": "Check Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check Bold Icon", "community": 173, "community_name": "Community 173", "source_file": "servers/fastapi/static/icons/bold/check-bold.svg", "file_type": "image", "degree": 3}, {"id": "currency_ngn_bold_svg", "label": "Currency NGN Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency NGN Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/currency-ngn-bold.svg", "file_type": "image", "degree": 1}, {"id": "toilet_bold_svg", "label": "Toilet Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Toilet Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/toilet-bold.svg", "file_type": "image", "degree": 1}, {"id": "pinwheel_bold_svg", "label": "Pinwheel Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pinwheel Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/pinwheel-bold.svg", "file_type": "image", "degree": 1}, {"id": "cursor_bold_svg", "label": "Cursor Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cursor Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/cursor-bold.svg", "file_type": "image", "degree": 1}, {"id": "split_vertical_bold_svg", "label": "Split Vertical Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Split Vertical Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/split-vertical-bold.svg", "file_type": "image", "degree": 1}, {"id": "figma_logo_bold_svg", "label": "Figma Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Figma Logo Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/figma-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "toolbox_bold_svg", "label": "Toolbox Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Toolbox Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/toolbox-bold.svg", "file_type": "image", "degree": 1}, {"id": "finn_the_human_bold_svg", "label": "Finn The Human Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Finn The Human Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/finn-the-human-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_palm_bold_svg", "label": "Hand Palm Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Palm Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/hand-palm-bold.svg", "file_type": "image", "degree": 2}, {"id": "standard_definition_bold_svg", "label": "Standard Definition Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Standard Definition Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/standard-definition-bold.svg", "file_type": "image", "degree": 1}, {"id": "hand_arrow_down_bold_svg", "label": "Hand Arrow Down Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Arrow Down Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/hand-arrow-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "cloud_lightning_bold_svg", "label": "Cloud Lightning Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Lightning Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/cloud-lightning-bold.svg", "file_type": "image", "degree": 1}, {"id": "suitcase_rolling_bold_svg", "label": "Suitcase Rolling Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Suitcase Rolling Bold Icon", "community": 201, "community_name": "Community 201", "source_file": "servers/fastapi/static/icons/bold/suitcase-rolling-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_image_bold_svg", "label": "File Image Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File Image Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/file-image-bold.svg", "file_type": "image", "degree": 1}, {"id": "steam_logo_bold_svg", "label": "Steam Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Steam Logo Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/steam-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_superscript_bold_svg", "label": "Text Superscript Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Superscript Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/text-superscript-bold.svg", "file_type": "image", "degree": 2}, {"id": "caret_circle_down_bold_svg", "label": "Caret Circle Down Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Circle Down Bold Icon", "community": 249, "community_name": "Community 249", "source_file": "servers/fastapi/static/icons/bold/caret-circle-down-bold.svg", "file_type": "image", "degree": 4}, {"id": "number_zero_bold_svg", "label": "Number Zero Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Zero Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/number-zero-bold.svg", "file_type": "image", "degree": 1}, {"id": "shield_warning_bold_svg", "label": "Shield Warning Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shield Warning Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/shield-warning-bold.svg", "file_type": "image", "degree": 1}, {"id": "calendar_blank_bold_svg", "label": "Calendar Blank Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Blank Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/calendar-blank-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_t_bold_svg", "label": "Text T Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text T Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/text-t-bold.svg", "file_type": "image", "degree": 2}, {"id": "suitcase_simple_bold_svg", "label": "Suitcase Simple Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Suitcase Simple Bold Icon", "community": 201, "community_name": "Community 201", "source_file": "servers/fastapi/static/icons/bold/suitcase-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "unite_square_bold_svg", "label": "Unite Square Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Unite Square Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/unite-square-bold.svg", "file_type": "image", "degree": 1}, {"id": "hospital_bold_svg", "label": "Hospital Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hospital Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/hospital-bold.svg", "file_type": "image", "degree": 1}, {"id": "less_than_bold_svg", "label": "Less Than Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Less Than Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/less-than-bold.svg", "file_type": "image", "degree": 1}, {"id": "at_bold_svg", "label": "At Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "At Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/at-bold.svg", "file_type": "image", "degree": 6}, {"id": "app_store_logo_bold_svg", "label": "App Store Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "App Store Logo Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/app-store-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "drop_bold_svg", "label": "Drop Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Drop Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/drop-bold.svg", "file_type": "image", "degree": 2}, {"id": "coffee_bold_svg", "label": "Coffee Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Coffee Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/coffee-bold.svg", "file_type": "image", "degree": 1}, {"id": "telegram_logo_bold_svg", "label": "Telegram Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Telegram Logo Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/telegram-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "microsoft_word_logo_bold_svg", "label": "Microsoft Word Logo Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft Word Logo Bold Icon", "community": 199, "community_name": "Community 199", "source_file": "servers/fastapi/static/icons/bold/microsoft-word-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "gif_bold_svg", "label": "GIF Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GIF Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/gif-bold.svg", "file_type": "image", "degree": 2}, {"id": "git_diff_bold_svg", "label": "Git Diff Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Git Diff Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/git-diff-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_underline_bold_svg", "label": "Text Underline Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Underline Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/text-underline-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_fat_left_bold_svg", "label": "Arrow Fat Left Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Fat Left Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/arrow-fat-left-bold.svg", "file_type": "image", "degree": 1}, {"id": "brandy_bold_svg", "label": "Brandy Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Brandy Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/brandy-bold.svg", "file_type": "image", "degree": 1}, {"id": "tree_bold_svg", "label": "Tree Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tree Bold Icon", "community": 202, "community_name": "Community 202", "source_file": "servers/fastapi/static/icons/bold/tree-bold.svg", "file_type": "image", "degree": 2}, {"id": "mastodon_logo_bold_svg", "label": "Mastodon Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mastodon Logo Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/mastodon-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "rectangle_bold_svg", "label": "Rectangle Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rectangle Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/rectangle-bold.svg", "file_type": "image", "degree": 1}, {"id": "line_segments_bold_svg", "label": "Line Segments Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Line Segments Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/line-segments-bold.svg", "file_type": "image", "degree": 1}, {"id": "virtual_reality_bold_svg", "label": "Virtual Reality Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Virtual Reality Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/virtual-reality-bold.svg", "file_type": "image", "degree": 1}, {"id": "coin_bold_svg", "label": "Coin Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Coin Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/coin-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_elbow_down_right_bold_svg", "label": "Arrow Elbow Down Right Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Elbow Down Right Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/arrow-elbow-down-right-bold.svg", "file_type": "image", "degree": 1}, {"id": "coins_bold_svg", "label": "Coins Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Coins Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/coins-bold.svg", "file_type": "image", "degree": 2}, {"id": "van_bold_svg", "label": "Van Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Van Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/van-bold.svg", "file_type": "image", "degree": 2}, {"id": "microsoft_excel_logo_bold_svg", "label": "Microsoft Excel Logo Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft Excel Logo Bold Icon", "community": 199, "community_name": "Community 199", "source_file": "servers/fastapi/static/icons/bold/microsoft-excel-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "dice_three_bold_svg", "label": "Dice Three Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dice Three Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/dice-three-bold.svg", "file_type": "image", "degree": 1}, {"id": "oven_bold_svg", "label": "Oven Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Oven Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/oven-bold.svg", "file_type": "image", "degree": 1}, {"id": "wave_sawtooth_bold_svg", "label": "Wave Sawtooth Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wave Sawtooth Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/wave-sawtooth-bold.svg", "file_type": "image", "degree": 2}, {"id": "waveform_bold_svg", "label": "Waveform Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Waveform Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/waveform-bold.svg", "file_type": "image", "degree": 2}, {"id": "play_circle_bold_svg", "label": "Play Circle Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Play Circle Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/play-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_left_bold_svg", "label": "Caret Left Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Left Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/caret-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "battery_warning_bold_svg", "label": "Battery Warning Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Battery Warning Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/battery-warning-bold.svg", "file_type": "image", "degree": 1}, {"id": "tram_bold_svg", "label": "Tram Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tram Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/tram-bold.svg", "file_type": "image", "degree": 1}, {"id": "pencil_slash_bold_svg", "label": "Pencil Slash Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pencil Slash Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/pencil-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "code_bold_svg", "label": "Code Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Code Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/code-bold.svg", "file_type": "image", "degree": 1}, {"id": "hourglass_bold_svg", "label": "Hourglass Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hourglass Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/hourglass-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_u_left_down_bold_svg", "label": "Arrow U Left Down Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow U Left Down Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrow-u-left-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "treasure_chest_bold_svg", "label": "Treasure Chest Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Treasure Chest Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/treasure-chest-bold.svg", "file_type": "image", "degree": 1}, {"id": "pentagon_bold_svg", "label": "Pentagon Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pentagon Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/pentagon-bold.svg", "file_type": "image", "degree": 1}, {"id": "textbox_bold_svg", "label": "Textbox Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Textbox Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/textbox-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_circle_dots_bold_svg", "label": "Chat Circle Dots Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Circle Dots Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/chat-circle-dots-bold.svg", "file_type": "image", "degree": 1}, {"id": "circles_three_bold_svg", "label": "Circles Three Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Circles Three Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/circles-three-bold.svg", "file_type": "image", "degree": 1}, {"id": "twitch_logo_bold_svg", "label": "Twitch Logo Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Twitch Logo Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/twitch-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_h_two_bold_svg", "label": "Text H Two Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text H Two Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/text-h-two-bold.svg", "file_type": "image", "degree": 2}, {"id": "smiley_melting_bold_svg", "label": "Smiley Melting Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley Melting Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/smiley-melting-bold.svg", "file_type": "image", "degree": 1}, {"id": "wrench_bold_svg", "label": "Wrench Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wrench Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/wrench-bold.svg", "file_type": "image", "degree": 1}, {"id": "tree_view_bold_svg", "label": "Tree View Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tree View Bold Icon", "community": 202, "community_name": "Community 202", "source_file": "servers/fastapi/static/icons/bold/tree-view-bold.svg", "file_type": "image", "degree": 2}, {"id": "radio_button_bold_svg", "label": "Radio Button Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Radio Button Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/radio-button-bold.svg", "file_type": "image", "degree": 1}, {"id": "orange_bold_svg", "label": "Orange Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Orange Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/orange-bold.svg", "file_type": "image", "degree": 1}, {"id": "dots_three_vertical_bold_svg", "label": "Dots Three Vertical Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Three Vertical Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/dots-three-vertical-bold.svg", "file_type": "image", "degree": 1}, {"id": "bug_droid_bold_svg", "label": "Bug Droid Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bug Droid Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/bug-droid-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_top_simple_bold_svg", "label": "Align Top Simple Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Top Simple Bold Icon", "community": 3, "community_name": "Community 3", "source_file": "servers/fastapi/static/icons/bold/align-top-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "flow_arrow_bold_svg", "label": "Flow Arrow Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flow Arrow Bold Icon", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/flow-arrow-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_u_right_down_bold_svg", "label": "Arrow U Right Down Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow U Right Down Bold Icon", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/arrow-u-right-down-bold.svg", "file_type": "image", "degree": 2}, {"id": "shopping_bag_bold_svg", "label": "Shopping Bag Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shopping Bag Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/shopping-bag-bold.svg", "file_type": "image", "degree": 2}, {"id": "ladder_bold_svg", "label": "Ladder Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ladder Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/ladder-bold.svg", "file_type": "image", "degree": 1}, {"id": "alarm_bold_svg", "label": "Alarm Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Alarm Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/alarm-bold.svg", "file_type": "image", "degree": 1}, {"id": "pen_nib_bold_svg", "label": "Pen Nib Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pen Nib Bold Icon", "community": 242, "community_name": "Community 242", "source_file": "servers/fastapi/static/icons/bold/pen-nib-bold.svg", "file_type": "image", "degree": 2}, {"id": "panorama_bold_svg", "label": "Panorama Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Panorama Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/panorama-bold.svg", "file_type": "image", "degree": 1}, {"id": "anchor_simple_bold_svg", "label": "Anchor Simple Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Anchor Simple Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/anchor-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "lamp_bold_svg", "label": "Lamp Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lamp Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/lamp-bold.svg", "file_type": "image", "degree": 2}, {"id": "medal_military_bold_svg", "label": "Medal Military Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Medal Military Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/medal-military-bold.svg", "file_type": "image", "degree": 1}, {"id": "funnel_bold_svg", "label": "Funnel Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Funnel Bold Icon", "community": 243, "community_name": "Community 243", "source_file": "servers/fastapi/static/icons/bold/funnel-bold.svg", "file_type": "image", "degree": 2}, {"id": "sliders_bold_svg", "label": "Sliders Bold Icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sliders Bold Icon", "community": 243, "community_name": "Community 243", "source_file": "servers/fastapi/static/icons/bold/sliders-bold.svg", "file_type": "image", "degree": 2}, {"id": "text_align_left_bold_svg", "label": "Text Align Left Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text Align Left Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/text-align-left-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_video_bold_svg", "label": "File Video Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File Video Bold Icon", "community": 132, "community_name": "Community 132", "source_file": "servers/fastapi/static/icons/bold/file-video-bold.svg", "file_type": "image", "degree": 3}, {"id": "ranking_bold_svg", "label": "Ranking Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ranking Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/ranking-bold.svg", "file_type": "image", "degree": 1}, {"id": "dots_three_outline_vertical_bold_svg", "label": "Dots Three Outline Vertical Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Three Outline Vertical Bold Icon", "community": 240, "community_name": "Community 240", "source_file": "servers/fastapi/static/icons/bold/dots-three-outline-vertical-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrows_vertical_bold_svg", "label": "Arrows Vertical Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Vertical Bold Icon", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/arrows-vertical-bold.svg", "file_type": "image", "degree": 3}, {"id": "hockey_bold_svg", "label": "Hockey Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hockey Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/hockey-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_circle_down_right_bold_svg", "label": "Arrow Circle Down Right Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Circle Down Right Bold Icon", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/arrow-circle-down-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "onigiri_bold_svg", "label": "Onigiri Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Onigiri Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/onigiri-bold.svg", "file_type": "image", "degree": 1}, {"id": "rocket_launch_bold_svg", "label": "Rocket Launch Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rocket Launch Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/rocket-launch-bold.svg", "file_type": "image", "degree": 1}, {"id": "bowling_ball_bold_svg", "label": "Bowling Ball Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bowling Ball Bold Icon", "community": 239, "community_name": "Community 239", "source_file": "servers/fastapi/static/icons/bold/bowling-ball-bold.svg", "file_type": "image", "degree": 2}, {"id": "triangle_dashed_bold_svg", "label": "Triangle Dashed Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Triangle Dashed Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/triangle-dashed-bold.svg", "file_type": "image", "degree": 1}, {"id": "soundcloud_logo_bold_svg", "label": "SoundCloud Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SoundCloud Logo Bold Icon", "community": 148, "community_name": "Community 148", "source_file": "servers/fastapi/static/icons/bold/soundcloud-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "lock_laminated_bold_svg", "label": "Lock Laminated Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Laminated Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/lock-laminated-bold.svg", "file_type": "image", "degree": 2}, {"id": "speaker_simple_high_bold_svg", "label": "Speaker Simple High Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Speaker Simple High Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/speaker-simple-high-bold.svg", "file_type": "image", "degree": 1}, {"id": "link_bold_svg", "label": "Link Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Link Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/link-bold.svg", "file_type": "image", "degree": 1}, {"id": "cloud_fog_bold_svg", "label": "Cloud Fog Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cloud Fog Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/cloud-fog-bold.svg", "file_type": "image", "degree": 1}, {"id": "threads_logo_bold_svg", "label": "Threads Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Threads Logo Bold Icon", "community": 148, "community_name": "Community 148", "source_file": "servers/fastapi/static/icons/bold/threads-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "chart_line_up_bold_svg", "label": "Chart Line Up Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chart Line Up Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/chart-line-up-bold.svg", "file_type": "image", "degree": 1}, {"id": "qr_code_bold_svg", "label": "QR Code Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QR Code Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/qr-code-bold.svg", "file_type": "image", "degree": 1}, {"id": "cards_three_bold_svg", "label": "Cards Three Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cards Three Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/cards-three-bold.svg", "file_type": "image", "degree": 1}, {"id": "paper_plane_bold_svg", "label": "Paper Plane Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paper Plane Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/paper-plane-bold.svg", "file_type": "image", "degree": 1}, {"id": "syringe_bold_svg", "label": "Syringe Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Syringe Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/syringe-bold.svg", "file_type": "image", "degree": 1}, {"id": "note_blank_bold_svg", "label": "Note Blank Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Note Blank Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/note-blank-bold.svg", "file_type": "image", "degree": 1}, {"id": "webcam_bold_svg", "label": "Webcam Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Webcam Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/webcam-bold.svg", "file_type": "image", "degree": 1}, {"id": "face_mask_bold_svg", "label": "Face Mask Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Face Mask Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/face-mask-bold.svg", "file_type": "image", "degree": 1}, {"id": "currency_cny_bold_svg", "label": "Currency CNY Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency CNY Bold Icon", "community": 147, "community_name": "Community 147", "source_file": "servers/fastapi/static/icons/bold/currency-cny-bold.svg", "file_type": "image", "degree": 3}, {"id": "file_arrow_up_bold_svg", "label": "File Arrow Up Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "File Arrow Up Bold Icon", "community": 132, "community_name": "Community 132", "source_file": "servers/fastapi/static/icons/bold/file-arrow-up-bold.svg", "file_type": "image", "degree": 5}, {"id": "diamonds_four_bold_svg", "label": "Diamonds Four Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Diamonds Four Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/diamonds-four-bold.svg", "file_type": "image", "degree": 1}, {"id": "ticket_bold_svg", "label": "Ticket Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ticket Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/ticket-bold.svg", "file_type": "image", "degree": 1}, {"id": "umbrella_bold_svg", "label": "Umbrella Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Umbrella Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/umbrella-bold.svg", "file_type": "image", "degree": 1}, {"id": "eye_closed_bold_svg", "label": "Eye Closed Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eye Closed Bold Icon", "community": 241, "community_name": "Community 241", "source_file": "servers/fastapi/static/icons/bold/eye-closed-bold.svg", "file_type": "image", "degree": 2}, {"id": "identification_card_bold_svg", "label": "Identification Card Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Identification Card Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/identification-card-bold.svg", "file_type": "image", "degree": 1}, {"id": "upload_simple_bold_svg", "label": "Upload Simple Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload Simple Bold Icon", "community": 132, "community_name": "Community 132", "source_file": "servers/fastapi/static/icons/bold/upload-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "text_h_four_bold_svg", "label": "Text H Four Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text H Four Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/text-h-four-bold.svg", "file_type": "image", "degree": 1}, {"id": "dots_six_vertical_bold_svg", "label": "Dots Six Vertical Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Six Vertical Bold Icon", "community": 240, "community_name": "Community 240", "source_file": "servers/fastapi/static/icons/bold/dots-six-vertical-bold.svg", "file_type": "image", "degree": 2}, {"id": "brackets_square_bold_svg", "label": "Brackets Square Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Brackets Square Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/brackets-square-bold.svg", "file_type": "image", "degree": 1}, {"id": "columns_bold_svg", "label": "Columns Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Columns Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/columns-bold.svg", "file_type": "image", "degree": 1}, {"id": "contactless_payment_bold_svg", "label": "Contactless Payment Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Contactless Payment Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/contactless-payment-bold.svg", "file_type": "image", "degree": 1}, {"id": "less_than_or_equal_bold_svg", "label": "Less Than Or Equal Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Less Than Or Equal Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/less-than-or-equal-bold.svg", "file_type": "image", "degree": 1}, {"id": "eye_slash_bold_svg", "label": "Eye Slash Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Eye Slash Bold Icon", "community": 241, "community_name": "Community 241", "source_file": "servers/fastapi/static/icons/bold/eye-slash-bold.svg", "file_type": "image", "degree": 2}, {"id": "device_mobile_bold_svg", "label": "Device Mobile Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Device Mobile Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/device-mobile-bold.svg", "file_type": "image", "degree": 1}, {"id": "sidebar_simple_bold_svg", "label": "Sidebar Simple Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar Simple Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/sidebar-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "folder_simple_plus_bold_svg", "label": "Folder Simple Plus Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Simple Plus Bold Icon", "community": 178, "community_name": "Community 178", "source_file": "servers/fastapi/static/icons/bold/folder-simple-plus-bold.svg", "file_type": "image", "degree": 3}, {"id": "file_png_bold_svg", "label": "File PNG Bold Icon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File PNG Bold Icon", "community": 132, "community_name": "Community 132", "source_file": "servers/fastapi/static/icons/bold/file-png-bold.svg", "file_type": "image", "degree": 3}, {"id": "waves_bold_svg", "label": "Waves Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Waves Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/waves-bold.svg", "file_type": "image", "degree": 1}, {"id": "goggles_bold_svg", "label": "Goggles Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Goggles Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/goggles-bold.svg", "file_type": "image", "degree": 1}, {"id": "tree_palm_bold_svg", "label": "Tree Palm Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tree Palm Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/tree-palm-bold.svg", "file_type": "image", "degree": 1}, {"id": "trolley_bold_svg", "label": "Trolley Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trolley Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/trolley-bold.svg", "file_type": "image", "degree": 1}, {"id": "selection_slash_bold_svg", "label": "Selection Slash Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Selection Slash Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/selection-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_line_up_bold_svg", "label": "Caret Line Up Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Line Up Bold Icon", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/caret-line-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "hexagon_bold_svg", "label": "Hexagon Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hexagon Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/hexagon-bold.svg", "file_type": "image", "degree": 1}, {"id": "envelope_open_bold_svg", "label": "Envelope Open Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Envelope Open Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/envelope-open-bold.svg", "file_type": "image", "degree": 1}, {"id": "wifi_medium_bold_svg", "label": "Wifi Medium Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wifi Medium Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/wifi-medium-bold.svg", "file_type": "image", "degree": 1}, {"id": "share_fat_bold_svg", "label": "Share Fat Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Share Fat Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/share-fat-bold.svg", "file_type": "image", "degree": 1}, {"id": "exclude_bold_svg", "label": "Exclude Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Exclude Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/exclude-bold.svg", "file_type": "image", "degree": 1}, {"id": "boules_bold_svg", "label": "Boules Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Boules Bold Icon", "community": 239, "community_name": "Community 239", "source_file": "servers/fastapi/static/icons/bold/boules-bold.svg", "file_type": "image", "degree": 2}, {"id": "not_subset_of_bold_svg", "label": "Not Subset Of Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Not Subset Of Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/not-subset-of-bold.svg", "file_type": "image", "degree": 1}, {"id": "medium_logo_bold_svg", "label": "Medium Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Medium Logo Bold Icon", "community": 148, "community_name": "Community 148", "source_file": "servers/fastapi/static/icons/bold/medium-logo-bold.svg", "file_type": "image", "degree": 2}, {"id": "currency_eur_bold_svg", "label": "Currency EUR Bold Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency EUR Bold Icon", "community": 147, "community_name": "Community 147", "source_file": "servers/fastapi/static/icons/bold/currency-eur-bold.svg", "file_type": "image", "degree": 6}, {"id": "navigation_arrow_bold_svg", "label": "Navigation Arrow Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigation Arrow Bold Icon", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/navigation-arrow-bold.svg", "file_type": "image", "degree": 2}, {"id": "acorn_bold_svg", "label": "Acorn Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Acorn Bold Icon", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/acorn-bold.svg", "file_type": "image", "degree": 1}, {"id": "bold_icon_concept", "label": "Bold Icon Style Concept", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Bold Icon Style Concept", "community": 14, "community_name": "Community 14", "source_file": "servers/fastapi/static/icons/bold/arrows-clockwise-bold.svg", "file_type": "concept", "degree": 81}, {"id": "arrow_icon_concept", "label": "Arrow Icon Category", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Icon Category", "community": 89, "community_name": "Community 89", "source_file": "servers/fastapi/static/icons/bold/arrows-clockwise-bold.svg", "file_type": "concept", "degree": 8}, {"id": "currency_icon_concept", "label": "Currency Icon Category", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency Icon Category", "community": 147, "community_name": "Community 147", "source_file": "servers/fastapi/static/icons/bold/currency-cny-bold.svg", "file_type": "concept", "degree": 3}, {"id": "file_icon_concept", "label": "File Icon Category", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File Icon Category", "community": 132, "community_name": "Community 132", "source_file": "servers/fastapi/static/icons/bold/file-video-bold.svg", "file_type": "concept", "degree": 3}, {"id": "folder_icon_concept", "label": "Folder Icon Category", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Folder Icon Category", "community": 178, "community_name": "Community 178", "source_file": "servers/fastapi/static/icons/bold/folder-simple-lock-bold.svg", "file_type": "concept", "degree": 2}, {"id": "social_logo_concept", "label": "Social Logo Icon Category", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Social Logo Icon Category", "community": 148, "community_name": "Community 148", "source_file": "servers/fastapi/static/icons/bold/soundcloud-logo-bold.svg", "file_type": "concept", "degree": 3}, {"id": "wheelchair_bold_svg", "label": "Wheelchair Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wheelchair Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/wheelchair-bold.svg", "file_type": "image", "degree": 1}, {"id": "bluetooth_slash_bold_svg", "label": "Bluetooth Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bluetooth Slash Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/bluetooth-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "crane_tower_bold_svg", "label": "Crane Tower Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Crane Tower Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/crane-tower-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_circle_down_left_bold_svg", "label": "Arrow Circle Down Left Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Circle Down Left Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/arrow-circle-down-left-bold.svg", "file_type": "image", "degree": 1}, {"id": "calendar_check_bold_svg", "label": "Calendar Check Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Check Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/calendar-check-bold.svg", "file_type": "image", "degree": 1}, {"id": "train_regional_bold_svg", "label": "Train Regional Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Train Regional Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/train-regional-bold.svg", "file_type": "image", "degree": 2}, {"id": "tooth_bold_svg", "label": "Tooth Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tooth Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/tooth-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_centered_text_bold_svg", "label": "Chat Centered Text Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Centered Text Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/chat-centered-text-bold.svg", "file_type": "image", "degree": 2}, {"id": "gender_female_bold_svg", "label": "Gender Female Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender Female Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/gender-female-bold.svg", "file_type": "image", "degree": 1}, {"id": "dots_three_circle_vertical_bold_svg", "label": "Dots Three Circle Vertical Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Three Circle Vertical Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/dots-three-circle-vertical-bold.svg", "file_type": "image", "degree": 2}, {"id": "caret_circle_double_left_bold_svg", "label": "Caret Circle Double Left Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Circle Double Left Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/caret-circle-double-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrows_in_bold_svg", "label": "Arrows In Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows In Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrows-in-bold.svg", "file_type": "image", "degree": 2}, {"id": "tray_bold_svg", "label": "Tray Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tray Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/tray-bold.svg", "file_type": "image", "degree": 1}, {"id": "sketch_logo_bold_svg", "label": "Sketch Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sketch Logo Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/sketch-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_right_simple_bold_svg", "label": "Align Right Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Right Simple Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/align-right-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "four_k_bold_svg", "label": "Four K Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Four K Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/four-k-bold.svg", "file_type": "image", "degree": 1}, {"id": "hard_drive_bold_svg", "label": "Hard Drive Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hard Drive Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/hard-drive-bold.svg", "file_type": "image", "degree": 1}, {"id": "train_simple_bold_svg", "label": "Train Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Train Simple Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/train-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_bend_left_down_bold_svg", "label": "Arrow Bend Left Down Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Left Down Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-left-down-bold.svg", "file_type": "image", "degree": 1}, {"id": "align_center_horizontal_bold_svg", "label": "Align Center Horizontal Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Align Center Horizontal Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/align-center-horizontal-bold.svg", "file_type": "image", "degree": 2}, {"id": "selection_background_bold_svg", "label": "Selection Background Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Selection Background Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/selection-background-bold.svg", "file_type": "image", "degree": 1}, {"id": "chat_teardrop_bold_svg", "label": "Chat Teardrop Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Teardrop Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/chat-teardrop-bold.svg", "file_type": "image", "degree": 3}, {"id": "ny_times_logo_bold_svg", "label": "NY Times Logo Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NY Times Logo Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/ny-times-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "alien_bold_svg", "label": "Alien Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Alien Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/alien-bold.svg", "file_type": "image", "degree": 1}, {"id": "circles_four_bold_svg", "label": "Circles Four Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Circles Four Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/circles-four-bold.svg", "file_type": "image", "degree": 3}, {"id": "number_circle_four_bold_svg", "label": "Number Circle Four Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Number Circle Four Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/number-circle-four-bold.svg", "file_type": "image", "degree": 2}, {"id": "subtitles_slash_bold_svg", "label": "Subtitles Slash Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Subtitles Slash Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/subtitles-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrows_out_bold_svg", "label": "Arrows Out Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrows Out Bold Icon", "community": 51, "community_name": "Community 51", "source_file": "servers/fastapi/static/icons/bold/arrows-out-bold.svg", "file_type": "image", "degree": 11}, {"id": "fire_bold_svg", "label": "Fire Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fire Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/fire-bold.svg", "file_type": "image", "degree": 2}, {"id": "hand_coins_bold_svg", "label": "Hand Coins Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Coins Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/hand-coins-bold.svg", "file_type": "image", "degree": 1}, {"id": "chalkboard_teacher_bold_svg", "label": "Chalkboard Teacher Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chalkboard Teacher Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/chalkboard-teacher-bold.svg", "file_type": "image", "degree": 1}, {"id": "file_csv_bold_svg", "label": "File CSV Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File CSV Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/file-csv-bold.svg", "file_type": "image", "degree": 1}, {"id": "tote_simple_bold_svg", "label": "Tote Simple Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tote Simple Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/tote-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "pi_bold_svg", "label": "Pi Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pi Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/pi-bold.svg", "file_type": "image", "degree": 1}, {"id": "pulse_bold_svg", "label": "Pulse Bold Icon", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pulse Bold Icon", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/pulse-bold.svg", "file_type": "image", "degree": 2}, {"id": "bold_icon_set", "label": "Bold Icon Set", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bold Icon Set", "community": 18, "community_name": "Community 18", "source_file": "servers/fastapi/static/icons/bold/", "file_type": "concept", "degree": 42}, {"id": "smiley_x_eyes_bold_icon", "label": "Smiley X Eyes Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Smiley X Eyes Bold Icon", "community": 131, "community_name": "Community 131", "source_file": "servers/fastapi/static/icons/bold/smiley-x-eyes-bold.svg", "file_type": "image", "degree": 2}, {"id": "fish_simple_bold_icon", "label": "Fish Simple Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fish Simple Bold Icon", "community": 131, "community_name": "Community 131", "source_file": "servers/fastapi/static/icons/bold/fish-simple-bold.svg", "file_type": "image", "degree": 2}, {"id": "file_txt_bold_icon", "label": "File TXT Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File TXT Bold Icon", "community": 131, "community_name": "Community 131", "source_file": "servers/fastapi/static/icons/bold/file-txt-bold.svg", "file_type": "image", "degree": 2}, {"id": "shield_checkered_bold_icon", "label": "Shield Checkered Bold Icon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shield Checkered Bold Icon", "community": 131, "community_name": "Community 131", "source_file": "servers/fastapi/static/icons/bold/shield-checkered-bold.svg", "file_type": "image", "degree": 2}, {"id": "toggle_right_bold_icon", "label": "Toggle Right Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Toggle Right Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/toggle-right-bold.svg", "file_type": "image", "degree": 1}, {"id": "open_ai_logo_bold_icon", "label": "OpenAI Logo Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAI Logo Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/open-ai-logo-bold.svg", "file_type": "image", "degree": 1}, {"id": "calendar_star_bold_icon", "label": "Calendar Star Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar Star Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/calendar-star-bold.svg", "file_type": "image", "degree": 1}, {"id": "pencil_circle_bold_icon", "label": "Pencil Circle Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pencil Circle Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/pencil-circle-bold.svg", "file_type": "image", "degree": 1}, {"id": "vault_bold_icon", "label": "Vault Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vault Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/vault-bold.svg", "file_type": "image", "degree": 1}, {"id": "ambulance_bold_icon", "label": "Ambulance Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ambulance Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/ambulance-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_bend_up_left_bold_icon", "label": "Arrow Bend Up Left Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Up Left Bold Icon", "community": 206, "community_name": "Community 206", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-up-left-bold.svg", "file_type": "image", "degree": 2}, {"id": "hand_swipe_right_bold_icon", "label": "Hand Swipe Right Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Swipe Right Bold Icon", "community": 219, "community_name": "Community 219", "source_file": "servers/fastapi/static/icons/bold/hand-swipe-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "arrow_bend_left_up_bold_icon", "label": "Arrow Bend Left Up Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Bend Left Up Bold Icon", "community": 206, "community_name": "Community 206", "source_file": "servers/fastapi/static/icons/bold/arrow-bend-left-up-bold.svg", "file_type": "image", "degree": 2}, {"id": "guitar_bold_icon", "label": "Guitar Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guitar Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/guitar-bold.svg", "file_type": "image", "degree": 1}, {"id": "engine_bold_icon", "label": "Engine Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Engine Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/engine-bold.svg", "file_type": "image", "degree": 1}, {"id": "wheelchair_motion_bold_icon", "label": "Wheelchair Motion Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wheelchair Motion Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/wheelchair-motion-bold.svg", "file_type": "image", "degree": 1}, {"id": "wave_sine_bold_icon", "label": "Wave Sine Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wave Sine Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/wave-sine-bold.svg", "file_type": "image", "degree": 1}, {"id": "club_bold_icon", "label": "Club Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Club Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/club-bold.svg", "file_type": "image", "degree": 1}, {"id": "dots_nine_bold_icon", "label": "Dots Nine Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dots Nine Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/dots-nine-bold.svg", "file_type": "image", "degree": 1}, {"id": "brain_bold_icon", "label": "Brain Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Brain Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/brain-bold.svg", "file_type": "image", "degree": 1}, {"id": "paperclip_bold_icon", "label": "Paperclip Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Paperclip Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/paperclip-bold.svg", "file_type": "image", "degree": 1}, {"id": "list_magnifying_glass_bold_icon", "label": "List Magnifying Glass Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List Magnifying Glass Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/list-magnifying-glass-bold.svg", "file_type": "image", "degree": 1}, {"id": "caret_line_right_bold_icon", "label": "Caret Line Right Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Caret Line Right Bold Icon", "community": 214, "community_name": "Community 214", "source_file": "servers/fastapi/static/icons/bold/caret-line-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "bell_ringing_bold_icon", "label": "Bell Ringing Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bell Ringing Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/bell-ringing-bold.svg", "file_type": "image", "degree": 1}, {"id": "selection_plus_bold_icon", "label": "Selection Plus Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Selection Plus Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/selection-plus-bold.svg", "file_type": "image", "degree": 1}, {"id": "mountains_bold_icon", "label": "Mountains Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mountains Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/mountains-bold.svg", "file_type": "image", "degree": 1}, {"id": "git_fork_bold_icon", "label": "Git Fork Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Git Fork Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/git-fork-bold.svg", "file_type": "image", "degree": 1}, {"id": "seatbelt_bold_icon", "label": "Seatbelt Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Seatbelt Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/seatbelt-bold.svg", "file_type": "image", "degree": 2}, {"id": "hand_tap_bold_icon", "label": "Hand Tap Bold Icon", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hand Tap Bold Icon", "community": 219, "community_name": "Community 219", "source_file": "servers/fastapi/static/icons/bold/hand-tap-bold.svg", "file_type": "image", "degree": 2}, {"id": "sun_dim_bold_icon", "label": "Sun Dim Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sun Dim Bold Icon", "community": 176, "community_name": "Community 176", "source_file": "servers/fastapi/static/icons/bold/sun-dim-bold.svg", "file_type": "image", "degree": 3}, {"id": "chat_centered_dots_bold_icon", "label": "Chat Centered Dots Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Chat Centered Dots Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/chat-centered-dots-bold.svg", "file_type": "image", "degree": 1}, {"id": "resize_bold_icon", "label": "Resize Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Resize Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/resize-bold.svg", "file_type": "image", "degree": 1}, {"id": "text_t_slash_bold_icon", "label": "Text T Slash Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Text T Slash Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/text-t-slash-bold.svg", "file_type": "image", "degree": 1}, {"id": "arrow_circle_right_bold_icon", "label": "Arrow Circle Right Bold Icon", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Circle Right Bold Icon", "community": 214, "community_name": "Community 214", "source_file": "servers/fastapi/static/icons/bold/arrow-circle-right-bold.svg", "file_type": "image", "degree": 2}, {"id": "circles_three_plus_bold_icon", "label": "Circles Three Plus Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Circles Three Plus Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/circles-three-plus-bold.svg", "file_type": "image", "degree": 1}, {"id": "hourglass_simple_bold_icon", "label": "Hourglass Simple Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hourglass Simple Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/hourglass-simple-bold.svg", "file_type": "image", "degree": 1}, {"id": "brackets_round_bold_icon", "label": "Brackets Round Bold Icon", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Brackets Round Bold Icon", "community": 0, "community_name": "Community 0", "source_file": "servers/fastapi/static/icons/bold/brackets-round-bold.svg", "file_type": "image", "degree": 1}, {"id": "sun_horizon_bold_icon", "label": "Sun Horizon Bold Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sun Horizon Bold Icon", "community": 176, "community_name": "Community 176", "source_file": "servers/fastapi/static/icons/bold/sun-horizon-bold.svg", "file_type": "image", "degree": 3}, {"id": "arrow_bend_up_left_bold_concept", "label": "Arrow Navigation Concept", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Arrow Navigation Concept", "community": 356, "community_name": "Community 356", "source_file": "", "file_type": "concept", "degree": 0}, {"id": "sun_concept", "label": "Sun/Light Concept", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sun/Light Concept", "community": 176, "community_name": "Community 176", "source_file": "", "file_type": "concept", "degree": 2}];
const RAW_EDGES = [{"from": "start_js", "to": "presenton_start_filename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_dirname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_fastapidir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_nextjsdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_args", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "models_user_config_userconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_userdatadir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_setupnodemodules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_setupuserconfigfromenv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_startservers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_startnginx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_js", "to": "presenton_start_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenton_start_main", "to": "presenton_start_setupnodemodules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenton_start_main", "to": "presenton_start_setupuserconfigfromenv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenton_start_main", "to": "presenton_start_startservers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presenton_start_main", "to": "presenton_start_startnginx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_json", "to": "presenton_package_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_json", "to": "presenton_package_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_json", "to": "presenton_package_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_json", "to": "presenton_package_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_read_text_safe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_parse_rfc822_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_find_python_site_packages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_detect_python_venv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_scan_python_packages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_find_license_file_in_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_scan_node_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_format_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_py", "to": "scripts_rebuild_notice_all_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_scan_python_packages", "to": "scripts_rebuild_notice_all_read_text_safe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_scan_python_packages", "to": "scripts_rebuild_notice_all_parse_rfc822_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_main", "to": "scripts_rebuild_notice_all_find_python_site_packages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_main", "to": "scripts_rebuild_notice_all_detect_python_venv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_detect_python_venv", "to": "fastapi_openai_spec_properties_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scripts_rebuild_notice_all_main", "to": "scripts_rebuild_notice_all_scan_python_packages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_main", "to": "scripts_rebuild_notice_all_scan_node_modules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_main", "to": "scripts_rebuild_notice_all_format_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_rebuild_notice_all_main", "to": "fastapi_openai_spec_properties_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_openai_spec_json", "to": "fastapi_openai_spec_openapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_openai_spec_json", "to": "fastapi_openai_spec_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_openai_spec_json", "to": "fastapi_openai_spec_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_openai_spec_json", "to": "fastapi_openai_spec_components", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_info", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_info", "to": "fastapi_openai_spec_info_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_paths", "to": "fastapi_openai_spec_paths_api_v1_ppt_presentation_generate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_paths", "to": "fastapi_openai_spec_paths_api_v1_ppt_template_management_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_paths_api_v1_ppt_presentation_generate", "to": "fastapi_openai_spec_api_v1_ppt_presentation_generate_post", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_get_tags", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_get_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_get_operationid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_post_requestbody", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_get_responses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_post_requestbody", "to": "fastapi_openai_spec_200_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_post_requestbody", "to": "fastapi_openai_spec_requestbody_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_200_content", "to": "fastapi_openai_spec_content_multipart_form_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_content_multipart_form_data", "to": "fastapi_openai_spec_multipart_form_data_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_body_generate_presentation_api_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_requestbody_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_presentationpathandeditpath", "to": "fastapi_openai_spec_requestbody_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_validationerror", "to": "fastapi_openai_spec_requestbody_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_getpresentationsummaryresponse", "to": "fastapi_openai_spec_requestbody_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_presentationsummary", "to": "fastapi_openai_spec_requestbody_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_errorresponse", "to": "fastapi_openai_spec_requestbody_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_get_responses", "to": "fastapi_openai_spec_responses_200", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_responses_200", "to": "fastapi_openai_spec_200_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_responses_200", "to": "fastapi_openai_spec_200_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_responses_422", "to": "fastapi_openai_spec_200_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_template_management_summary_get", "to": "fastapi_openai_spec_200_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_responses_500", "to": "fastapi_openai_spec_200_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_200_content", "to": "fastapi_openai_spec_200_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_200_content", "to": "fastapi_openai_spec_content_application_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_responses_422", "to": "fastapi_openai_spec_200_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_responses_500", "to": "fastapi_openai_spec_200_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_200_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_200_content", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_200_content", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_get_responses", "to": "fastapi_openai_spec_responses_422", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_paths_api_v1_ppt_template_management_summary", "to": "fastapi_openai_spec_api_v1_ppt_template_management_summary_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_template_management_summary_get", "to": "fastapi_openai_spec_get_tags", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_template_management_summary_get", "to": "fastapi_openai_spec_get_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_template_management_summary_get", "to": "fastapi_openai_spec_get_operationid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_api_v1_ppt_template_management_summary_get", "to": "fastapi_openai_spec_get_responses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_get_responses", "to": "fastapi_openai_spec_responses_500", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components", "to": "fastapi_openai_spec_components_schemas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components", "to": "servers_nextjs_cypress_support_commands_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components", "to": "support_component_chainable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components_schemas", "to": "fastapi_openai_spec_schemas_body_generate_presentation_api_api_v1_ppt_presentation_generate_post", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components_schemas", "to": "fastapi_openai_spec_schemas_presentationpathandeditpath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components_schemas", "to": "fastapi_openai_spec_schemas_httpvalidationerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components_schemas", "to": "fastapi_openai_spec_schemas_validationerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components_schemas", "to": "fastapi_openai_spec_schemas_getpresentationsummaryresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components_schemas", "to": "fastapi_openai_spec_schemas_presentationsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_components_schemas", "to": "fastapi_openai_spec_schemas_errorresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_body_generate_presentation_api_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_errorresponse_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_body_generate_presentation_api_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_body_generate_presentation_api_api_v1_ppt_presentation_generate_post", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_n_slides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_n_slides", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_n_slides", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_n_slides", "to": "fastapi_openai_spec_success_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_template", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_template", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_template", "to": "fastapi_openai_spec_success_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_template", "to": "fastapi_openai_spec_files_anyof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_files", "to": "fastapi_openai_spec_files_anyof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_files", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_loc_items", "to": "fastapi_openai_spec_files_anyof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_message", "to": "fastapi_openai_spec_files_anyof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_last_updated_at", "to": "fastapi_openai_spec_files_anyof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_error_code", "to": "fastapi_openai_spec_files_anyof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_export_as", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_export_as", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_export_as", "to": "fastapi_openai_spec_export_as_enum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_export_as", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_export_as", "to": "fastapi_openai_spec_success_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_presentationpathandeditpath", "to": "fastapi_openai_spec_errorresponse_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_presentationpathandeditpath", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_presentationpathandeditpath", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_path", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_path", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_edit_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_edit_path", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_edit_path", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_httpvalidationerror", "to": "fastapi_openai_spec_errorresponse_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_httpvalidationerror", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_httpvalidationerror", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_detail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_detail", "to": "fastapi_openai_spec_loc_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_detail", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_detail", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_loc_items", "to": "fastapi_openai_spec_items_ref", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_validationerror", "to": "fastapi_openai_spec_errorresponse_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_validationerror", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_validationerror", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_loc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_loc", "to": "fastapi_openai_spec_loc_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_loc", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_loc", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "fastapi_openai_spec_loc_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "upload_type_languagetype", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_msg", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_loc_type", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_success", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_total_presentations", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_total_layouts", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_getpresentationsummaryresponse", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_layout_count", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_presentationsummary", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_errorresponse", "to": "fastapi_openai_spec_loc_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "upload_type_languagetype", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_msg", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_success", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_total_presentations", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_total_layouts", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_message", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_getpresentationsummaryresponse", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_layout_count", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_last_updated_at", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_presentationsummary", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_error_code", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_errorresponse", "to": "fastapi_openai_spec_loc_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_msg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_getpresentationsummaryresponse", "to": "fastapi_openai_spec_errorresponse_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_properties_success", "to": "fastapi_openai_spec_success_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_total_presentations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_total_layouts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_presentationsummary", "to": "fastapi_openai_spec_errorresponse_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_layout_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_last_updated_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_schemas_errorresponse", "to": "fastapi_openai_spec_errorresponse_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "upload_type_languagetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "dashboard_types_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fastapi_openai_spec_errorresponse_properties", "to": "fastapi_openai_spec_properties_error_code", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "upload_type_languagetype", "to": "fastapi_openai_spec_success_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_mcp_server", "to": "fastapi_mcp_server_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_enums_tone_py", "to": "enum", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_enums_tone_py", "to": "enums_tone_tone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enums_tone_tone", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enums_tone_tone", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_generate_presentation_request_py", "to": "enums_tone_tone", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "enums_webhook_event_webhookevent", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enums_verbosity_verbosity", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enums_llm_call_type_llmcalltype", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_imageprovider", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enums_webhook_event_webhookevent", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enums_verbosity_verbosity", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_llmprovider", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "enum", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxboxshapeenum", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxobjectfitenum", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhook_router_subscribetowebhookrequest", "to": "enums_webhook_event_webhookevent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webhook_router_subscribetowebhookresponse", "to": "enums_webhook_event_webhookevent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_webhook_service", "to": "enums_webhook_event_webhookevent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_generate_presentation_request_py", "to": "enums_verbosity_verbosity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_tests_test_gemini_schema_support_py", "to": "tests_test_gemini_schema_support_headingdescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_gemini_schema_support_py", "to": "types_slide_slidecontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_gemini_schema_support_py", "to": "tests_test_gemini_schema_support_columncontentmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_gemini_schema_support_py", "to": "tests_test_gemini_schema_support_twocolumnslidemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_gemini_schema_support_headingdescription", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_slide_slidecontent", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_gemini_schema_support_columncontentmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_gemini_schema_support_twocolumnslidemodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_openai_schema_support_headingdescription", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_openai_schema_support_slidecontenttest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_openai_schema_support_columncontentmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_openai_schema_support_twocolumnslidemodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_presentation_from_template_slidecontentupdate", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_presentation_from_template_editpresentationrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tool_call_llmtoolcall", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tool_call_openaitoolcall", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_decomposed_file_info_py", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_json_path_guide_dictguide", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_json_path_guide_listguide", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_json_path_guide_jsonpathguide", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_with_slides_py", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxspacingmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxpositionmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxfontmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxfillmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxstrokemodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxshadowmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxtextrunmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxparagraphmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxobjectfitmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxpicturemodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxshapemodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxslidemodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxpresentationmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_generate_presentation_request_py", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_presentation_layout_slidelayoutmodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_layout_py", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_sse_response_sseresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_sse_response_ssestatusresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_sse_response_sseerrorresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_sse_response_ssecompleteresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tools_llmtool", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_api_error_model_apierrormodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_presentation_outline_model_slideoutlinemodel", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_outline_model_py", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_ollama_model_status_ollamamodelstatus", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_ollama_model_metadata_py", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_and_path_py", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_config_userconfig", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_structure_model_py", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_document_chunk_documentchunk", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_llmmessage", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_slide_layout_index_slidelayoutindex", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_image_prompt_imageprompt", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhook_router_subscribetowebhookrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhook_router_subscribetowebhookresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_slidetohtmlrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_slidetohtmlresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_htmleditresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_htmltoreactrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_htmltoreactresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_layoutdata", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_savelayoutsrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_savelayoutsresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_getlayoutsresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_presentationsummary", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_getpresentationsummaryresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_errorresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_templatecreaterequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_templatecreateresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_templateinfo", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pdf_slides_pdfslidedata", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pdf_slides_pdfslidesresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_slidedata", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_fontanalysisresult", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_pptxslidesresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_pptxfontsresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_fontuploadresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_fontlistresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_pptx_creator_test_pptx_creator", "to": "agents_pptx_presentation_creator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_tests_test_slide_to_html_py", "to": "tests_test_slide_to_html_test_slide_to_html_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_slide_to_html_py", "to": "tests_test_slide_to_html_test_slide_to_html_invalid_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_slide_to_html_py", "to": "tests_test_slide_to_html_test_slide_to_html_missing_xml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_slide_to_html_rationale_12", "to": "tests_test_slide_to_html_test_slide_to_html_endpoint", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_slide_to_html_rationale_75", "to": "tests_test_slide_to_html_test_slide_to_html_invalid_path", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_slide_to_html_rationale_92", "to": "tests_test_slide_to_html_test_slide_to_html_missing_xml", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_mcp_server_py", "to": "architecture_mcp_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_mcp_server_py", "to": "tests_test_mcp_server_teststartpresentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_mcp_server_py", "to": "tests_test_mcp_server_testhelp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_mcp_server_py", "to": "tests_test_mcp_server_testcontinueworkflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_mcp_server_py", "to": "tests_test_mcp_server_testexportpresentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_mcp_server_py", "to": "tests_test_mcp_server_testshowlayouts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_mcp_server_py", "to": "tests_test_mcp_server_testgetstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_mcp_server_py", "to": "tests_test_mcp_server_testchooselayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_teststartpresentation", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_teststartpresentation", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_teststartpresentation", "to": "tests_test_mcp_server_teststartpresentation_test_missing_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_teststartpresentation", "to": "tests_test_mcp_server_teststartpresentation_test_invalid_prompt_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_47", "to": "tests_test_mcp_server_teststartpresentation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_90", "to": "tests_test_mcp_server_teststartpresentation_test_missing_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_103", "to": "tests_test_mcp_server_teststartpresentation_test_invalid_prompt_type", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testhelp", "to": "tests_test_mcp_server_testhelp_test_help", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_118", "to": "tests_test_mcp_server_testhelp", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_123", "to": "tests_test_mcp_server_testhelp_test_help", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testcontinueworkflow", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testcontinueworkflow", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_144", "to": "tests_test_mcp_server_testcontinueworkflow", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testexportpresentation", "to": "tests_test_mcp_server_testexportpresentation_test_success_pptx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testexportpresentation", "to": "tests_test_mcp_server_testexportpresentation_test_success_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testexportpresentation", "to": "tests_test_mcp_server_testexportpresentation_test_invalid_format", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testexportpresentation", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_183", "to": "tests_test_mcp_server_testexportpresentation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_188", "to": "tests_test_mcp_server_testexportpresentation_test_success_pptx", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_188", "to": "tests_test_mcp_server_testexportpresentation_test_success_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_228", "to": "tests_test_mcp_server_testexportpresentation_test_invalid_format", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testshowlayouts", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testshowlayouts", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_257", "to": "tests_test_mcp_server_testshowlayouts", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testgetstatus", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testgetstatus", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_299", "to": "tests_test_mcp_server_testgetstatus", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testchooselayout", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_52", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_149", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_262", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_304", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_346", "to": "tests_test_mcp_server_testgetstatus_test_success", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testchooselayout", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_77", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_168", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_284", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_326", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_367", "to": "tests_test_mcp_server_testgetstatus_test_missing_session_id", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_testchooselayout", "to": "tests_test_mcp_server_testchooselayout_test_missing_layout_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_341", "to": "tests_test_mcp_server_testchooselayout", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_mcp_server_rationale_381", "to": "tests_test_mcp_server_testchooselayout_test_missing_layout_name", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_openai_schema_support_py", "to": "tests_test_openai_schema_support_headingdescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_openai_schema_support_py", "to": "tests_test_openai_schema_support_slidecontenttest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_openai_schema_support_py", "to": "tests_test_openai_schema_support_columncontentmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_openai_schema_support_py", "to": "tests_test_openai_schema_support_twocolumnslidemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_pptx_slides_processing_py", "to": "tests_test_pptx_slides_processing_create_sample_pptx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_pptx_slides_processing_py", "to": "tests_test_pptx_slides_processing_test_invalid_file_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_pptx_slides_processing_rationale_74", "to": "servers_fastapi_tests_test_pptx_slides_processing_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_pptx_slides_processing_rationale_15", "to": "tests_test_pptx_slides_processing_create_sample_pptx", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_pptx_slides_processing_rationale_112", "to": "tests_test_pptx_slides_processing_test_invalid_file_type", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_image_generation_py", "to": "tests_test_image_generation_testimagegenerationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_image_generation_py", "to": "tests_test_image_generation_rationale_312", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_image_generation_py", "to": "tests_test_image_generation_sample_image_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_image_generation_py", "to": "tests_test_image_generation_testimagegenerationendpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_image_generation_py", "to": "tests_test_image_generation_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_image_generation_py", "to": "tests_test_image_generation_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_image_generation_service_initialization", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pixabay_selected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pexels_selected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_is_stock_provider_selected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_generate_image_with_pexels_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_generate_image_with_dalle3_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_generate_image_no_provider_selected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_generate_image_provider_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_from_pexels_real_function", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_from_pixabay_real_function", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_15", "to": "tests_test_image_generation_testimagegenerationservice", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "models_image_prompt_imageprompt", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "agents_image_generation_service", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_testimagegenerationservice", "to": "architecture_image_asset", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_sample_image_prompt", "to": "models_image_prompt_imageprompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_rationale_36", "to": "tests_test_image_generation_testimagegenerationservice_test_image_generation_service_initialization", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice_test_image_generation_service_initialization", "to": "agents_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_rationale_47", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pixabay_selected", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pixabay_selected", "to": "agents_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_rationale_61", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pexels_selected", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_75", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pexels_selected", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice_test_get_image_gen_func_pexels_selected", "to": "agents_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_rationale_89", "to": "tests_test_image_generation_testimagegenerationservice_test_is_stock_provider_selected", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationservice_test_is_stock_provider_selected", "to": "agents_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_rationale_113", "to": "tests_test_image_generation_testimagegenerationservice_test_generate_image_with_pexels_success", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_113", "to": "tests_test_image_generation_testimagegenerationservice_test_generate_image_with_dalle3_success", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_181", "to": "tests_test_image_generation_testimagegenerationservice_test_generate_image_no_provider_selected", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_203", "to": "tests_test_image_generation_testimagegenerationservice_test_generate_image_provider_error", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_229", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_from_pexels_real_function", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_262", "to": "tests_test_image_generation_testimagegenerationservice_test_get_image_from_pixabay_real_function", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationendpoint", "to": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_success_ai_provider", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationendpoint", "to": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_placeholder_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationendpoint", "to": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_with_async_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_294", "to": "tests_test_image_generation_testimagegenerationendpoint", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationendpoint", "to": "models_image_prompt_imageprompt", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_testimagegenerationendpoint", "to": "agents_image_generation_service", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_testimagegenerationendpoint", "to": "architecture_image_asset", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_rationale_318", "to": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_success_ai_provider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_335", "to": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_success_ai_provider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_success_ai_provider", "to": "architecture_image_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_image_generation_rationale_359", "to": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_placeholder_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_image_generation_rationale_378", "to": "tests_test_image_generation_testimagegenerationendpoint_test_generate_image_endpoint_with_async_client", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_mockaiohttpresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_mockaiohttpsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_mock_get_layout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_mock_generate_ppt_outline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_patch_presentation_api", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_export_as_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_no_content", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_n_slides_less_than_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_invalid_export_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "servers_fastapi_models_presentation_layout_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_tests_test_presentation_generation_api_py", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpresponse", "to": "tests_test_presentation_generation_api_mockaiohttpsession_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpresponse", "to": "tests_test_presentation_generation_api_mockaiohttpsession_aenter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpresponse", "to": "tests_test_presentation_generation_api_mockaiohttpsession_aexit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpresponse", "to": "tests_test_presentation_generation_api_mockaiohttpresponse_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpresponse", "to": "tests_test_presentation_generation_api_mockaiohttpresponse_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession_post", "to": "tests_test_presentation_generation_api_mockaiohttpresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession_get", "to": "tests_test_presentation_generation_api_mockaiohttpresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpresponse", "to": "servers_fastapi_models_presentation_layout_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpresponse", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_export_as_pdf", "to": "tests_test_presentation_generation_api_mockaiohttpresponse_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession", "to": "tests_test_presentation_generation_api_mockaiohttpsession_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession", "to": "tests_test_presentation_generation_api_mockaiohttpsession_aenter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession", "to": "tests_test_presentation_generation_api_mockaiohttpsession_aexit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession", "to": "tests_test_presentation_generation_api_mockaiohttpsession_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession", "to": "tests_test_presentation_generation_api_mockaiohttpsession_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_patch_presentation_api", "to": "tests_test_presentation_generation_api_mockaiohttpsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession", "to": "servers_fastapi_models_presentation_layout_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_presentation_generation_api_mockaiohttpsession", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_export_as_pdf", "to": "tests_test_presentation_generation_api_mockaiohttpsession_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_no_content", "to": "tests_test_presentation_generation_api_mockaiohttpsession_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_n_slides_less_than_one", "to": "tests_test_presentation_generation_api_mockaiohttpsession_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_presentation_generation_api_testpresentationgenerationapi_test_generate_presentation_with_invalid_export_type", "to": "tests_test_presentation_generation_api_mockaiohttpsession_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_model_availability_py", "to": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_get_env_get_can_change_keys_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_openai_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_openai_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_available_models_list_available_openai_compatible_models", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_google_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_get_env_get_google_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_available_models_list_available_google_models", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_anthropic_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_anthropic_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_available_models_list_available_anthropic_models", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_llm_provider_is_ollama_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_ollama_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_ollama_pull_ollama_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_llm_provider_is_custom_llm_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_get_env_get_custom_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_custom_llm_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_custom_llm_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_image_provider_is_image_generation_disabled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_image_provider_get_selected_image_provider", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_get_env_get_pexels_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_pixabay_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_comfyui_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "to": "utils_set_env_set_comfyui_workflow_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_lifespan_app_lifespan", "to": "utils_model_availability_check_llm_and_image_provider_api_or_model_availability", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_image_utils_py", "to": "utils_image_utils_clip_image", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_utils_py", "to": "utils_image_utils_round_image_corners", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_utils_py", "to": "utils_image_utils_invert_image", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_utils_py", "to": "utils_image_utils_create_circle_image", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_utils_py", "to": "utils_image_utils_set_image_opacity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_utils_py", "to": "utils_image_utils_fit_image", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "to": "utils_image_utils_clip_image", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "to": "utils_image_utils_round_image_corners", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "to": "utils_image_utils_invert_image", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "to": "utils_image_utils_create_circle_image", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "to": "utils_image_utils_set_image_opacity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "to": "utils_image_utils_fit_image", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_export_utils_py", "to": "utils_export_utils_export_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "utils_export_utils_export_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_export_utils_export_presentation", "to": "agents_pptx_presentation_creator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_export_utils_export_presentation", "to": "utils_asset_directory_utils_get_exports_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_export_utils_export_presentation", "to": "servers_fastapi_models_presentation_and_path_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "utils_export_utils_export_presentation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_edit_presentation_with_new_content", "to": "utils_export_utils_export_presentation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_derive_presentation_from_existing_one", "to": "utils_export_utils_export_presentation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_dict_utils_py", "to": "utils_dict_utils_get_dict_paths_with_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_dict_utils_py", "to": "utils_dict_utils_get_dict_at_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_dict_utils_py", "to": "utils_dict_utils_deep_update", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_dict_utils_py", "to": "utils_dict_utils_has_more_than_n_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_schema_utils_remove_fields_from_schema", "to": "utils_dict_utils_get_dict_paths_with_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_process_slides_process_slide_and_fetch_assets", "to": "utils_dict_utils_get_dict_paths_with_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_process_slides_process_old_and_new_slides_and_fetch_assets", "to": "utils_dict_utils_get_dict_paths_with_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_process_slides_process_slide_add_placeholder_assets", "to": "utils_dict_utils_get_dict_paths_with_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_schema_utils_remove_fields_from_schema", "to": "utils_dict_utils_get_dict_at_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_process_slides_process_slide_and_fetch_assets", "to": "utils_dict_utils_get_dict_at_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_process_slides_process_old_and_new_slides_and_fetch_assets", "to": "utils_dict_utils_get_dict_at_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_process_slides_process_slide_add_placeholder_assets", "to": "utils_dict_utils_get_dict_at_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_edit_presentation_with_new_content", "to": "utils_dict_utils_deep_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_derive_presentation_from_existing_one", "to": "utils_dict_utils_deep_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_schema_utils_ensure_strict_json_schema", "to": "utils_dict_utils_has_more_than_n_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_schema_utils_py", "to": "utils_schema_utils_remove_fields_from_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_schema_utils_py", "to": "utils_schema_utils_add_field_in_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_schema_utils_py", "to": "utils_schema_utils_ensure_strict_json_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_schema_utils_py", "to": "utils_schema_utils_resolve_ref", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_schema_utils_py", "to": "utils_schema_utils_flatten_json_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_schema_utils_py", "to": "utils_schema_utils_remove_titles_from_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_schema_utils_py", "to": "utils_schema_utils_generate_constraint_sentences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_schema_utils_remove_fields_from_schema", "to": "slices_undoredoslice_deepcopy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_get_edited_slide_content", "to": "utils_schema_utils_remove_fields_from_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "to": "utils_schema_utils_remove_fields_from_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_schema_utils_add_field_in_schema", "to": "nextjs_package_dependencies_next", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_schema_utils_add_field_in_schema", "to": "slices_undoredoslice_deepcopy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_get_edited_slide_content", "to": "utils_schema_utils_add_field_in_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "to": "utils_schema_utils_add_field_in_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_schema_utils_ensure_strict_json_schema", "to": "utils_schema_utils_resolve_ref", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_schema_utils_rationale_97", "to": "utils_schema_utils_ensure_strict_json_schema", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_openai_structured", "to": "utils_schema_utils_ensure_strict_json_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_openai_structured", "to": "utils_schema_utils_ensure_strict_json_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_openai", "to": "utils_schema_utils_ensure_strict_json_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_schema_utils_flatten_json_schema", "to": "slices_undoredoslice_deepcopy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_google_structured", "to": "utils_schema_utils_flatten_json_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_google_structured", "to": "utils_schema_utils_flatten_json_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_google", "to": "utils_schema_utils_flatten_json_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_schema_utils_remove_titles_from_schema", "to": "slices_undoredoslice_deepcopy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_google_structured", "to": "utils_schema_utils_remove_titles_from_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_google_structured", "to": "utils_schema_utils_remove_titles_from_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_google", "to": "utils_schema_utils_remove_titles_from_schema", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_schema_utils_rationale_313", "to": "utils_schema_utils_generate_constraint_sentences", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_ppt_utils_py", "to": "utils_ppt_utils_get_presentation_title_from_outlines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_ppt_utils_py", "to": "utils_ppt_utils_find_slide_layout_index_by_regex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_ppt_utils_py", "to": "utils_ppt_utils_select_toc_or_list_slide_layout_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "utils_ppt_utils_get_presentation_title_from_outlines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_ppt_utils_select_toc_or_list_slide_layout_index", "to": "utils_ppt_utils_find_slide_layout_index_by_regex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_presentation_prepare_presentation", "to": "utils_ppt_utils_select_toc_or_list_slide_layout_index", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "utils_ppt_utils_select_toc_or_list_slide_layout_index", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_validators_py", "to": "utils_validators_validate_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_files_upload_files", "to": "utils_validators_validate_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_temp_directory_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_user_config_path_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_llm_provider_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_ollama_url_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_custom_llm_url_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_openai_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_openai_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_google_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_google_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_anthropic_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_anthropic_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_custom_llm_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_ollama_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_custom_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_pexels_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_image_provider_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_pixabay_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_disable_image_generation_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_tool_calls_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_disable_thinking_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_extended_reasoning_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_web_grounding_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_comfyui_url_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_comfyui_workflow_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_dall_e_3_quality_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_set_env_py", "to": "utils_set_env_set_gpt_image_1_5_quality_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_temp_directory_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice_init", "to": "utils_set_env_set_temp_directory_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_user_config_path_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_user_config_path_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_llm_provider_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_provider_py", "to": "utils_set_env_set_llm_provider_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_llm_provider_is_openai_selected", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_llm_provider_is_google_selected", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_llm_provider_is_anthropic_selected", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_llm_provider_is_ollama_selected", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_llm_provider_is_custom_llm_selected", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_llm_provider_get_model", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_set_env_set_llm_provider_env", "to": "architecture_llmprovider", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_init", "to": "utils_set_env_set_llm_provider_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_ollama_url_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_ollama_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_ollama_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_ollama_pull_ollama_model", "to": "utils_set_env_set_ollama_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_ollama_list_pulled_ollama_models", "to": "utils_set_env_set_ollama_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_get_ollama_client", "to": "utils_set_env_set_ollama_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_custom_llm_url_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_custom_llm_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_custom_llm_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_get_custom_client", "to": "utils_set_env_set_custom_llm_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_openai_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_openai_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_openai_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_get_openai_client", "to": "utils_set_env_set_openai_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_openai_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_openai_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_openai_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_llm_provider_get_model", "to": "utils_set_env_set_openai_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_google_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_google_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_google_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_get_google_client", "to": "utils_set_env_set_google_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_google_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_anthropic_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_anthropic_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_anthropic_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_get_anthropic_client", "to": "utils_set_env_set_anthropic_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_anthropic_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_anthropic_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_anthropic_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_llm_provider_get_model", "to": "utils_set_env_set_anthropic_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_custom_llm_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_custom_llm_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_custom_llm_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_get_custom_client", "to": "utils_set_env_set_custom_llm_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_ollama_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_ollama_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_ollama_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_llm_provider_get_model", "to": "utils_set_env_set_ollama_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_custom_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_pexels_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_image_provider_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_image_provider_get_selected_image_provider", "to": "utils_set_env_set_image_provider_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_image_provider_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_image_provider_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_pixabay_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_pixabay_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_pixabay_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_from_pixabay", "to": "utils_set_env_set_pixabay_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_disable_image_generation_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_tool_calls_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_tool_calls_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_tool_calls_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_use_tool_calls_for_structured_output", "to": "utils_set_env_set_tool_calls_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_disable_thinking_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_disable_thinking_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_disable_thinking_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_disable_thinking", "to": "utils_set_env_set_disable_thinking_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_extended_reasoning_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_extended_reasoning_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_extended_reasoning_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_web_grounding_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_comfyui_url_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_comfyui_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_comfyui_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "to": "utils_set_env_set_comfyui_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_comfyui_workflow_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_comfyui_workflow_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_comfyui_workflow_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "to": "utils_set_env_set_comfyui_workflow_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_set_env_set_dall_e_3_quality_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_set_env_set_dall_e_3_quality_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_dall_e_3_quality_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_openai", "to": "utils_set_env_set_dall_e_3_quality_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_set_env_set_gpt_image_1_5_quality_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_llm_client_error_handler_py", "to": "utils_llm_client_error_handler_handle_llm_client_exceptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_generate_structure", "to": "utils_llm_client_error_handler_handle_llm_client_exceptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_get_edited_slide_content", "to": "utils_llm_client_error_handler_handle_llm_client_exceptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "to": "utils_llm_client_error_handler_handle_llm_client_exceptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_html_get_edited_slide_html", "to": "utils_llm_client_error_handler_handle_llm_client_exceptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_presentation_outlines_generate_ppt_outline", "to": "utils_llm_client_error_handler_handle_llm_client_exceptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_select_slide_type_on_edit_get_slide_layout_from_prompt", "to": "utils_llm_client_error_handler_handle_llm_client_exceptions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_asset_directory_utils_py", "to": "utils_asset_directory_utils_get_images_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_asset_directory_utils_py", "to": "utils_asset_directory_utils_get_exports_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_asset_directory_utils_py", "to": "utils_asset_directory_utils_get_uploads_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_asset_directory_utils_get_images_directory", "to": "utils_get_env_get_app_data_directory_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_convert_slide_to_html", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_convert_html_to_react", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_edit_slide", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_pdf_slides_process_pdf_slides", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_stream_presentation", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_images_generate_image", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_images_upload_image", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "utils_asset_directory_utils_get_images_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_asset_directory_utils_get_exports_directory", "to": "utils_get_env_get_app_data_directory_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_asset_directory_utils_get_uploads_directory", "to": "utils_get_env_get_app_data_directory_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_download_helpers_py", "to": "utils_download_helpers_download_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_fetch_network_assets", "to": "utils_download_helpers_download_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_is_image_generation_disabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_is_pixels_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_is_pixabay_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_is_gemini_flash_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_is_nanobanana_pro_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_is_dalle3_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_is_gpt_image_1_5_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_is_comfyui_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_image_provider_py", "to": "utils_image_provider_get_selected_image_provider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_image_provider_is_image_generation_disabled", "to": "utils_parsers_parse_bool_or_none", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_is_image_generation_disabled", "to": "utils_get_env_get_disable_image_generation_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_init", "to": "utils_image_provider_is_image_generation_disabled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_is_pixels_selected", "to": "utils_image_provider_get_selected_image_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "to": "utils_image_provider_is_pixels_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_is_stock_provider_selected", "to": "utils_image_provider_is_pixels_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_is_pixabay_selected", "to": "utils_image_provider_get_selected_image_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "to": "utils_image_provider_is_pixabay_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_is_stock_provider_selected", "to": "utils_image_provider_is_pixabay_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_is_gemini_flash_selected", "to": "utils_image_provider_get_selected_image_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "to": "utils_image_provider_is_gemini_flash_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_is_nanobanana_pro_selected", "to": "utils_image_provider_get_selected_image_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "to": "utils_image_provider_is_nanobanana_pro_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_is_dalle3_selected", "to": "utils_image_provider_get_selected_image_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "to": "utils_image_provider_is_dalle3_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_is_gpt_image_1_5_selected", "to": "utils_image_provider_get_selected_image_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "to": "utils_image_provider_is_gpt_image_1_5_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_is_comfyui_selected", "to": "utils_image_provider_get_selected_image_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "to": "utils_image_provider_is_comfyui_selected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_image_provider_rationale_42", "to": "utils_image_provider_get_selected_image_provider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_image_provider_get_selected_image_provider", "to": "architecture_imageprovider", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_parsers_py", "to": "utils_parsers_parse_bool_or_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_user_config_get_user_config", "to": "utils_parsers_parse_bool_or_none", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_use_tool_calls_for_structured_output", "to": "utils_parsers_parse_bool_or_none", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_enable_web_grounding", "to": "utils_parsers_parse_bool_or_none", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_disable_thinking", "to": "utils_parsers_parse_bool_or_none", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_can_change_keys_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_database_url_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_app_data_directory_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_google_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_custom_model_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_pexels_api_key_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_disable_image_generation_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_web_grounding_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_env_py", "to": "utils_get_env_get_gpt_image_1_5_quality_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_middlewares_userconfigenvupdatemiddleware_dispatch", "to": "utils_get_env_get_can_change_keys_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_db_utils_get_database_url_and_connect_args", "to": "utils_get_env_get_database_url_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_db_utils_get_database_url_and_connect_args", "to": "utils_get_env_get_app_data_directory_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_lifespan_app_lifespan", "to": "utils_get_env_get_app_data_directory_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_fonts_get_fonts_directory", "to": "utils_get_env_get_app_data_directory_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_get_user_config", "to": "utils_get_env_get_google_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_llm_provider_get_model", "to": "utils_get_env_get_google_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_get_user_config", "to": "utils_get_env_get_custom_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_llm_provider_get_model", "to": "utils_get_env_get_custom_model_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_get_user_config", "to": "utils_get_env_get_pexels_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_get_image_from_pexels", "to": "utils_get_env_get_pexels_api_key_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_get_user_config", "to": "utils_get_env_get_disable_image_generation_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_get_user_config", "to": "utils_get_env_get_web_grounding_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_enable_web_grounding", "to": "utils_get_env_get_web_grounding_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_get_user_config", "to": "utils_get_env_get_gpt_image_1_5_quality_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_openai", "to": "utils_get_env_get_gpt_image_1_5_quality_env", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_get_user_config", "to": "models_user_config_userconfig", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_user_config_update_env_with_user_config", "to": "utils_user_config_get_user_config", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_config_userconfig", "to": "utils_user_config_update_env_with_user_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_middlewares_userconfigenvupdatemiddleware_dispatch", "to": "utils_user_config_update_env_with_user_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_datetime_utils_py", "to": "utils_datetime_utils_get_current_utc_datetime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_layout_by_name_py", "to": "servers_fastapi_models_presentation_layout_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "servers_fastapi_utils_get_layout_by_name_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_layouts_get_layout_detail", "to": "servers_fastapi_utils_get_layout_by_name_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_file_utils_py", "to": "utils_file_utils_replace_file_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_file_utils_py", "to": "utils_file_utils_get_file_name_with_random_uuid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_file_utils_py", "to": "utils_file_utils_get_original_file_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_file_utils_py", "to": "utils_file_utils_get_file_ext_or_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_file_utils_py", "to": "utils_file_utils_set_file_ext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_file_utils_get_file_name_with_random_uuid", "to": "utils_file_utils_replace_file_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_images_upload_image", "to": "utils_file_utils_get_file_name_with_random_uuid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_file_utils_get_original_file_name", "to": "utils_file_utils_get_file_ext_or_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_file_utils_set_file_ext", "to": "utils_file_utils_get_file_ext_or_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_async_iterator_py", "to": "utils_async_iterator_iterator_to_async", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_google", "to": "utils_async_iterator_iterator_to_async", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_google_structured", "to": "utils_async_iterator_iterator_to_async", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_get_dynamic_models_py", "to": "utils_get_dynamic_models_get_presentation_outline_model_with_n_slides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_get_dynamic_models_py", "to": "utils_get_dynamic_models_get_presentation_structure_model_with_n_slides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_presentation_outlines_generate_ppt_outline", "to": "utils_get_dynamic_models_get_presentation_outline_model_with_n_slides", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_generate_structure", "to": "utils_get_dynamic_models_get_presentation_structure_model_with_n_slides", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_llm_provider_py", "to": "utils_llm_provider_is_openai_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_provider_py", "to": "utils_llm_provider_is_google_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_provider_py", "to": "utils_llm_provider_is_anthropic_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_provider_py", "to": "utils_llm_provider_is_ollama_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_provider_py", "to": "utils_llm_provider_is_custom_llm_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_provider_py", "to": "utils_llm_provider_get_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_generate_structure", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_get_edited_slide_content", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_html_get_edited_slide_html", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_presentation_outlines_generate_ppt_outline", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_select_slide_type_on_edit_get_slide_layout_from_prompt", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_search_openai", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_search_google", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_search_anthropic", "to": "utils_llm_provider_get_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_db_utils_py", "to": "utils_db_utils_get_database_url_and_connect_args", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_process_slides_py", "to": "utils_process_slides_process_slide_and_fetch_assets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_process_slides_py", "to": "utils_process_slides_process_old_and_new_slides_and_fetch_assets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_process_slides_py", "to": "utils_process_slides_process_slide_add_placeholder_assets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_process_slides_process_slide_and_fetch_assets", "to": "models_image_prompt_imageprompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "utils_process_slides_process_slide_and_fetch_assets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_process_slides_process_old_and_new_slides_and_fetch_assets", "to": "models_image_prompt_imageprompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_edit_slide", "to": "utils_process_slides_process_old_and_new_slides_and_fetch_assets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_ollama_py", "to": "utils_ollama_pull_ollama_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_ollama_py", "to": "utils_ollama_list_pulled_ollama_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "utils_ollama_pull_ollama_model", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerutils_ts", "to": "utils_ollama_pull_ollama_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "utils_ollama_pull_ollama_model", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ppt_background_tasks_pull_ollama_model_background_task", "to": "utils_ollama_pull_ollama_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_ollama_list_pulled_ollama_models", "to": "models_ollama_model_status_ollamamodelstatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_ollama_get_available_models", "to": "utils_ollama_list_pulled_ollama_models", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_ollama_pull_model", "to": "utils_ollama_list_pulled_ollama_models", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_available_models_py", "to": "utils_available_models_list_available_openai_compatible_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_available_models_py", "to": "utils_available_models_list_available_anthropic_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_available_models_py", "to": "utils_available_models_list_available_google_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_openai_get_available_models", "to": "utils_available_models_list_available_openai_compatible_models", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_anthropic_get_available_models", "to": "utils_available_models_list_available_anthropic_models", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_google_get_available_models", "to": "utils_available_models_list_available_google_models", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_dummy_functions_py", "to": "utils_dummy_functions_do_nothing_async", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_generate_structure", "to": "llm_calls_generate_presentation_structure_get_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_presentation_structure_get_messages", "to": "models_llm_message_llmsystemmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_presentation_structure_get_messages", "to": "models_llm_message_llmusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_generate_structure", "to": "llm_calls_generate_presentation_structure_get_messages_for_slides_markdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_presentation_structure_get_messages_for_slides_markdown", "to": "models_llm_message_llmsystemmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_presentation_structure_get_messages_for_slides_markdown", "to": "models_llm_message_llmusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_edit_slide", "to": "llm_calls_edit_slide_get_system_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_edit_slide_get_messages", "to": "llm_calls_edit_slide_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_edit_slide", "to": "llm_calls_edit_slide_get_user_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_edit_slide_get_messages", "to": "llm_calls_edit_slide_get_user_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_edit_slide", "to": "llm_calls_edit_slide_get_messages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_edit_slide_get_edited_slide_content", "to": "llm_calls_edit_slide_get_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_edit_slide_get_messages", "to": "models_llm_message_llmsystemmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_get_messages", "to": "models_llm_message_llmusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_edit_slide", "to": "llm_calls_edit_slide_get_edited_slide_content", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_get_edited_slide_content", "to": "services_llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_llm_calls_generate_slide_content_py", "to": "llm_calls_generate_slide_content_get_system_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_calls_generate_slide_content_py", "to": "llm_calls_generate_slide_content_get_user_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_calls_generate_slide_content_py", "to": "llm_calls_generate_slide_content_get_messages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_calls_generate_slide_content_py", "to": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_slide_content_get_messages", "to": "llm_calls_generate_slide_content_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_slide_content_get_messages", "to": "llm_calls_generate_slide_content_get_user_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "to": "llm_calls_generate_slide_content_get_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_slide_content_get_messages", "to": "models_llm_message_llmsystemmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_slide_content_get_messages", "to": "models_llm_message_llmusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "to": "services_llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "llm_calls_generate_slide_content_get_slide_content_from_type_and_outline", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_edit_slide_html", "to": "llm_calls_edit_slide_html_get_user_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_edit_slide_html_get_edited_slide_html", "to": "llm_calls_edit_slide_html_get_user_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_edit_slide_html", "to": "llm_calls_edit_slide_html_get_edited_slide_html", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_html_get_edited_slide_html", "to": "llm_calls_edit_slide_html_extract_html_from_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_edit_slide_html_get_edited_slide_html", "to": "services_llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_html_get_edited_slide_html", "to": "models_llm_message_llmsystemmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_edit_slide_html_get_edited_slide_html", "to": "models_llm_message_llmusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_edit_slide_html", "to": "llm_calls_edit_slide_html_extract_html_from_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_generate_outlines", "to": "llm_calls_generate_presentation_outlines_get_system_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_presentation_outlines_get_messages", "to": "llm_calls_generate_presentation_outlines_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_generate_outlines", "to": "llm_calls_generate_presentation_outlines_get_user_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_presentation_outlines_get_messages", "to": "llm_calls_generate_presentation_outlines_get_user_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_generate_outlines", "to": "llm_calls_generate_presentation_outlines_get_messages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_presentation_outlines_generate_ppt_outline", "to": "llm_calls_generate_presentation_outlines_get_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_presentation_outlines_get_messages", "to": "models_llm_message_llmsystemmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_generate_presentation_outlines_get_messages", "to": "models_llm_message_llmusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_generate_outlines", "to": "llm_calls_generate_presentation_outlines_generate_ppt_outline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_generate_presentation_outlines_generate_ppt_outline", "to": "services_llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "llm_calls_generate_presentation_outlines_generate_ppt_outline", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_utils_llm_calls_select_slide_type_on_edit_py", "to": "llm_calls_select_slide_type_on_edit_get_messages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_utils_llm_calls_select_slide_type_on_edit_py", "to": "llm_calls_select_slide_type_on_edit_get_slide_layout_from_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_select_slide_type_on_edit_get_slide_layout_from_prompt", "to": "llm_calls_select_slide_type_on_edit_get_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_calls_select_slide_type_on_edit_get_messages", "to": "models_llm_message_llmsystemmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_select_slide_type_on_edit_get_messages", "to": "models_llm_message_llmusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_select_slide_type_on_edit_get_slide_layout_from_prompt", "to": "services_llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_calls_select_slide_type_on_edit_get_slide_layout_from_prompt", "to": "models_slide_layout_index_slidelayoutindex", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_edit_slide", "to": "llm_calls_select_slide_type_on_edit_get_slide_layout_from_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_presentation_from_template_py", "to": "models_presentation_from_template_slidecontentupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_from_template_py", "to": "models_presentation_from_template_editpresentationrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_llm_tool_call_py", "to": "models_llm_tool_call_llmtoolcall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_llm_tool_call_py", "to": "models_llm_tool_call_openaitoolcall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_llm_tool_call_py", "to": "models_llm_tool_call_googletoolcall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_llm_tool_call_py", "to": "models_llm_tool_call_anthropictoolcall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tool_call_openaitoolcall", "to": "models_llm_tool_call_llmtoolcall", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tool_call_googletoolcall", "to": "models_llm_tool_call_llmtoolcall", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tool_call_anthropictoolcall", "to": "models_llm_tool_call_llmtoolcall", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_tool_call_llmtoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_tool_call_openaitoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_tool_call_openaitoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_openai", "to": "models_llm_tool_call_openaitoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_openai_structured", "to": "models_llm_tool_call_openaitoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_openai", "to": "models_llm_tool_call_openaitoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_openai_structured", "to": "models_llm_tool_call_openaitoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_tool_call_googletoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_tool_call_googletoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_google", "to": "models_llm_tool_call_googletoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_google_structured", "to": "models_llm_tool_call_googletoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_google", "to": "models_llm_tool_call_googletoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_google_structured", "to": "models_llm_tool_call_googletoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_llmmessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_llmusermessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_llmsystemmessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_openaiassistantmessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_googleassistantmessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_anthropicassistantmessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_anthropictoolcallmessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_anthropicusermessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_openaitoolcallmessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_googletoolcallmessage", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_tool_call_anthropictoolcall", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_anthropic", "to": "models_llm_tool_call_anthropictoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_anthropic_structured", "to": "models_llm_tool_call_anthropictoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_anthropic", "to": "models_llm_tool_call_anthropictoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_anthropic_structured", "to": "models_llm_tool_call_anthropictoolcall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_files_decompose_files", "to": "servers_fastapi_models_decomposed_file_info_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_json_path_guide_jsonpathguide", "to": "models_json_path_guide_dictguide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_json_path_guide_jsonpathguide", "to": "models_json_path_guide_listguide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_with_slides_py", "to": "sql_slide_slidemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_get_all_presentations", "to": "servers_fastapi_models_presentation_with_slides_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_get_presentation", "to": "servers_fastapi_models_presentation_with_slides_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_update_presentation", "to": "servers_fastapi_models_presentation_with_slides_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxboxshapeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxobjectfitenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxspacingmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxpositionmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_for_textbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxfontmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxfillmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxstrokemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxshadowmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxtextrunmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxparagraphmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxobjectfitmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxpicturemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxshapemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxtextboxmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxautoshapeboxmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxpictureboxmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxconnectormodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxslidemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_pptx_models_py", "to": "models_pptx_models_pptxpresentationmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxboxshapeenum", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_pptx_models_all", "to": "models_pptx_models_pptxspacingmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxspacingmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_pptx_models_pptxpositionmodel", "to": "models_pptx_models_pptxpositionmodel_to_pt_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxpositionmodel", "to": "models_pptx_models_pptxpositionmodel_to_pt_xyxy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxpositionmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser", "to": "models_pptx_models_pptxfontmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxfontmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxfillmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxstrokemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxshadowmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser", "to": "models_pptx_models_pptxtextrunmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxtextrunmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxparagraphmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_pptx_models_pptxtextboxmodel", "to": "models_pptx_models_pptxshapemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxautoshapeboxmodel", "to": "models_pptx_models_pptxshapemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxpictureboxmodel", "to": "models_pptx_models_pptxshapemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_pptx_models_pptxconnectormodel", "to": "models_pptx_models_pptxshapemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxtextboxmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxautoshapeboxmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxpictureboxmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxconnectormodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxslidemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "models_pptx_models_pptxpresentationmodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_presentation_layout_py", "to": "models_presentation_layout_slidelayoutmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_layout_py", "to": "models_presentation_layout_presentationlayoutmodel_get_slide_layout_index", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_layout_py", "to": "models_presentation_layout_presentationlayoutmodel_to_presentation_structure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_layout_py", "to": "models_presentation_layout_presentationlayoutmodel_to_string", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_layout_py", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "architecture_presentation_model", "to": "servers_fastapi_models_presentation_layout_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sql_presentation_presentationmodel_get_layout", "to": "servers_fastapi_models_presentation_layout_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_presentation_layout_slidelayoutmodel", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_presentation_layout_presentationlayoutmodel_to_presentation_structure", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_sse_response_py", "to": "models_sse_response_sseresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sse_response_py", "to": "models_sse_response_ssestatusresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sse_response_py", "to": "models_sse_response_sseerrorresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sse_response_py", "to": "models_sse_response_ssecompleteresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_sse_response_sseresponse_to_string", "to": "models_sse_response_sseresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_sse_response_ssestatusresponse", "to": "models_sse_response_sseresponse_to_string", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_sse_response_sseerrorresponse", "to": "models_sse_response_sseresponse_to_string", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_sse_response_ssecompleteresponse", "to": "models_sse_response_sseresponse_to_string", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_llm_tools_py", "to": "models_llm_tools_llmtool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_llm_tools_py", "to": "models_llm_tools_llmdynamictool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_llm_tools_py", "to": "models_llm_tools_searchwebtool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_llm_tools_py", "to": "models_llm_tools_getcurrentdatetimetool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tools_llmdynamictool", "to": "models_llm_tools_llmtool", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tools_searchwebtool", "to": "models_llm_tools_llmtool", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_tools_getcurrentdatetimetool", "to": "models_llm_tools_llmtool", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_tools_llmtool", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_tools_llmtool", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_tools_llmdynamictool", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_tools_llmdynamictool", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_openai_structured", "to": "models_llm_tools_llmdynamictool", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_openai_structured", "to": "models_llm_tools_llmdynamictool", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_tools_rationale_17", "to": "models_llm_tools_searchwebtool", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_tools_searchwebtool", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_tools_rationale_25", "to": "models_llm_tools_getcurrentdatetimetool", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_api_error_model_from_exception", "to": "models_api_error_model_apierrormodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_router_mock_presentation_generation_completed", "to": "models_api_error_model_apierrormodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_presentation_outline_model_py", "to": "models_presentation_outline_model_slideoutlinemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_presentation_outline_model_py", "to": "models_presentation_outline_model_presentationoutlinemodel_to_string", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "servers_fastapi_models_presentation_outline_model_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sql_presentation_presentationmodel_get_presentation_outline", "to": "servers_fastapi_models_presentation_outline_model_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_prepare_presentation", "to": "servers_fastapi_models_presentation_outline_model_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "servers_fastapi_models_presentation_outline_model_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_document_chunk_documentchunk", "to": "models_presentation_outline_model_slideoutlinemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_document_chunk_documentchunk_to_slide_outline", "to": "models_presentation_outline_model_slideoutlinemodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_prepare_presentation", "to": "models_presentation_outline_model_slideoutlinemodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "models_presentation_outline_model_slideoutlinemodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ppt_background_tasks_pull_ollama_model_background_task", "to": "models_ollama_model_status_ollamamodelstatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_ollama_pull_model", "to": "models_ollama_model_status_ollamamodelstatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_presentation_and_path_presentationpathandeditpath", "to": "servers_fastapi_models_presentation_and_path_py", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_user_config_py", "to": "models_user_config_userconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_configurationinitializer_tsx", "to": "models_user_config_userconfig", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_storehelpers_ts", "to": "models_user_config_userconfig", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_store_ts", "to": "models_user_config_userconfig", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_config_userconfig", "to": "types_llm_config_llmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_config_userconfig", "to": "slices_userconfig_initialstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_config_userconfig", "to": "slices_userconfig_userconfigslice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_generate_structure", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sql_presentation_presentationmodel_get_structure", "to": "servers_fastapi_models_presentation_structure_model_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_document_chunk_documentchunk", "to": "models_document_chunk_documentchunk_to_slide_outline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_score_based_chunker_scorebasedchunker", "to": "models_document_chunk_documentchunk", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_score_based_chunker_scorebasedchunker_get_chunks_from_headings", "to": "models_document_chunk_documentchunk", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_llm_message_llmusermessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_llmsystemmessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_openaiassistantmessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_googleassistantmessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_anthropicassistantmessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_anthropictoolcallmessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_anthropicusermessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_openaitoolcallmessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_llm_message_googletoolcallmessage", "to": "models_llm_message_llmmessage", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_message_llmmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_message_llmusermessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_message_llmsystemmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_message_openaiassistantmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_openai", "to": "models_llm_message_openaiassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_openai_structured", "to": "models_llm_message_openaiassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_openai", "to": "models_llm_message_openaiassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_openai_structured", "to": "models_llm_message_openaiassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_message_googleassistantmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_google", "to": "models_llm_message_googleassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_google_structured", "to": "models_llm_message_googleassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_google", "to": "models_llm_message_googleassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_google_structured", "to": "models_llm_message_googleassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_message_anthropicassistantmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_anthropic", "to": "models_llm_message_anthropicassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_anthropic_structured", "to": "models_llm_message_anthropicassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_anthropic", "to": "models_llm_message_anthropicassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_anthropic_structured", "to": "models_llm_message_anthropicassistantmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_message_anthropictoolcallmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_anthropic", "to": "models_llm_message_anthropictoolcallmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_message_anthropicusermessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_anthropic", "to": "models_llm_message_anthropicusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_anthropic_structured", "to": "models_llm_message_anthropicusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_anthropic", "to": "models_llm_message_anthropicusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_stream_anthropic_structured", "to": "models_llm_message_anthropicusermessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_message_openaitoolcallmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_openai", "to": "models_llm_message_openaitoolcallmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient", "to": "models_llm_message_googletoolcallmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "models_llm_message_googletoolcallmessage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_google", "to": "models_llm_message_googletoolcallmessage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_image_prompt_py", "to": "models_image_prompt_imageprompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_image_prompt_imageprompt", "to": "models_image_prompt_imageprompt_get_image_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "models_image_prompt_imageprompt", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_images_generate_image", "to": "models_image_prompt_imageprompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_sql_slide_py", "to": "sqlmodel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sql_slide_py", "to": "sql_slide_slidemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sql_slide_slidemodel", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sql_slide_slidemodel_get_new_slide", "to": "sql_slide_slidemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "sql_slide_slidemodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_models_sql_key_value_py", "to": "sqlmodel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sql_key_value_keyvaluesqlmodel", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "database_schema_webhook_subscriptions_table", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "database_schema_async_tasks_table", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sql_presentation_py", "to": "sqlmodel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "database_schema_presentation_layout_codes_table", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_image_asset", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sql_template_py", "to": "sqlmodel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sql_template_templatemodel", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sql_ollama_pull_status_ollamapullstatus", "to": "sqlmodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "sqlmodel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_images_py", "to": "sqlmodel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_webhook_service", "to": "sqlmodel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_database_py", "to": "sqlmodel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sql_key_value_py", "to": "sql_key_value_keyvaluesqlmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sql_presentation_py", "to": "architecture_presentation_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sql_presentation_presentationmodel_get_new_presentation", "to": "architecture_presentation_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "sql_presentation_presentationmodel_get_presentation_outline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "sql_presentation_presentationmodel_get_layout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "sql_presentation_presentationmodel_set_layout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "sql_presentation_presentationmodel_get_structure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "sql_presentation_presentationmodel_set_structure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sql_presentation_layout_code_rationale_11", "to": "database_schema_presentation_layout_codes_table", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_models_sql_template_py", "to": "sql_template_templatemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_slidetohtmlrequest", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_slidetohtmlresponse", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_htmleditresponse", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_htmltoreactrequest", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_htmltoreactresponse", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_layoutdata", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_savelayoutsrequest", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_savelayoutsresponse", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_getlayoutsresponse", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_presentationsummary", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_getpresentationsummaryresponse", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_errorresponse", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_templatecreaterequest", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_templatecreateresponse", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_templateinfo", "to": "sql_template_templatemodel", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_create_template", "to": "sql_template_templatemodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ppt_background_tasks_upsert_ollama_pull_status", "to": "sql_ollama_pull_status_ollamapullstatus", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sql_ollama_pull_status_ollamapullstatus", "to": "architecture_container_db", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_middlewares_py", "to": "api_middlewares_userconfigenvupdatemiddleware", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_middlewares_userconfigenvupdatemiddleware", "to": "basehttpmiddleware", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_middlewares_userconfigenvupdatemiddleware", "to": "api_middlewares_userconfigenvupdatemiddleware_dispatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_lifespan_py", "to": "api_lifespan_app_lifespan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_lifespan_rationale_15", "to": "api_lifespan_app_lifespan", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_lifespan_app_lifespan", "to": "services_database_create_db_and_tables", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_api_v1_webhook_router_py", "to": "webhook_router_subscribetowebhookrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_webhook_router_py", "to": "webhook_router_subscribetowebhookresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_webhook_router_py", "to": "webhook_router_subscribe_to_webhook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhook_router_subscribetowebhookrequest", "to": "database_schema_webhook_subscriptions_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webhook_router_subscribe_to_webhook", "to": "webhook_router_subscribetowebhookresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhook_router_subscribetowebhookresponse", "to": "database_schema_webhook_subscriptions_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webhook_router_subscribe_to_webhook", "to": "database_schema_webhook_subscriptions_table", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_api_v1_mock_router_py", "to": "mock_router_mock_presentation_generation_completed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_background_tasks_py", "to": "ppt_background_tasks_pull_ollama_model_background_task", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_background_tasks_py", "to": "ppt_background_tasks_upsert_ollama_pull_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ppt_background_tasks_pull_ollama_model_background_task", "to": "ppt_background_tasks_upsert_ollama_pull_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ppt_background_tasks_pull_ollama_model_background_task", "to": "services_database_get_container_db_async_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "servers_fastapi_api_v1_ppt_endpoints_prompts_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_slidetohtmlrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_slidetohtmlresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_htmleditresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_htmltoreactrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_htmltoreactresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_layoutdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_savelayoutsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_savelayoutsresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_getlayoutsresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_presentationsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_getpresentationsummaryresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_errorresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_templatecreaterequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_templatecreateresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_templateinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_generate_html_from_slide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_generate_react_component_from_html", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_edit_html_with_images", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_convert_slide_to_html", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_convert_html_to_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_edit_html_with_images_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_save_layouts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_get_layouts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_presentation_get_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_create_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_to_html_py", "to": "endpoints_slide_to_html_delete_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_slidetohtmlrequest", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_convert_slide_to_html", "to": "endpoints_slide_to_html_slidetohtmlresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_slidetohtmlresponse", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_edit_html_with_images_endpoint", "to": "endpoints_slide_to_html_htmleditresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_htmleditresponse", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_htmltoreactrequest", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_convert_html_to_react", "to": "endpoints_slide_to_html_htmltoreactresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_htmltoreactresponse", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_get_layouts", "to": "endpoints_slide_to_html_layoutdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_layoutdata", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_savelayoutsrequest", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_save_layouts", "to": "endpoints_slide_to_html_savelayoutsresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_savelayoutsresponse", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_get_layouts", "to": "endpoints_slide_to_html_getlayoutsresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_getlayoutsresponse", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_get_presentation", "to": "endpoints_slide_to_html_presentationsummary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_presentationsummary", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_get_presentation", "to": "endpoints_slide_to_html_getpresentationsummaryresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_getpresentationsummaryresponse", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_errorresponse", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_templatecreaterequest", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_create_template", "to": "endpoints_slide_to_html_templatecreateresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_templatecreateresponse", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_templateinfo", "to": "database_schema_presentation_layout_codes_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_convert_slide_to_html", "to": "endpoints_slide_to_html_generate_html_from_slide", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_rationale_137", "to": "endpoints_slide_to_html_generate_html_from_slide", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_convert_html_to_react", "to": "endpoints_slide_to_html_generate_react_component_from_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_rationale_235", "to": "endpoints_slide_to_html_generate_react_component_from_html", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_edit_html_with_images_endpoint", "to": "endpoints_slide_to_html_edit_html_with_images", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_rationale_341", "to": "endpoints_slide_to_html_edit_html_with_images", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_rationale_439", "to": "endpoints_slide_to_html_convert_slide_to_html", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_rationale_524", "to": "endpoints_slide_to_html_convert_html_to_react", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_rationale_341", "to": "endpoints_slide_to_html_edit_html_with_images_endpoint", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_rationale_706", "to": "endpoints_slide_to_html_save_layouts", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_save_layouts", "to": "database_schema_presentation_layout_codes_table", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_to_html_rationale_821", "to": "endpoints_slide_to_html_get_layouts", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_to_html_rationale_921", "to": "endpoints_presentation_get_presentation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_files_py", "to": "endpoints_files_upload_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_files_py", "to": "endpoints_files_decompose_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_files_py", "to": "endpoints_files_update_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_files_decompose_files", "to": "architecture_documents_loader", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_py", "to": "endpoints_slide_edit_slide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_slide_py", "to": "endpoints_slide_edit_slide_html", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "endpoints_slide_edit_slide", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_slide_edit_slide", "to": "agents_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_slide_edit_slide", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pdf_slides_py", "to": "endpoints_pdf_slides_pdfslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pdf_slides_py", "to": "endpoints_pdf_slides_pdfslidesresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pdf_slides_py", "to": "endpoints_pdf_slides_process_pdf_slides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pdf_slides_process_pdf_slides", "to": "endpoints_pdf_slides_pdfslidedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pdf_slides_pdfslidedata", "to": "architecture_documents_loader", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_pdf_slides_process_pdf_slides", "to": "endpoints_pdf_slides_pdfslidesresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pdf_slides_pdfslidesresponse", "to": "architecture_documents_loader", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_pdf_slides_rationale_33", "to": "endpoints_pdf_slides_process_pdf_slides", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_icons_py", "to": "endpoints_icons_search_icons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "endpoints_icons_search_icons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_icons_search_icons", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_google_py", "to": "endpoints_google_get_available_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_get_all_presentations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_get_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_delete_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_create_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_prepare_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_stream_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_update_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_check_if_api_request_is_valid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_generate_presentation_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "agents_generate_outlines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_check_async_presentation_generation_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_edit_presentation_with_new_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_presentation_py", "to": "endpoints_presentation_derive_presentation_from_existing_one", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dashboard_dashboardapi", "to": "endpoints_presentation_get_presentation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "endpoints_presentation_get_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_presentation_get_presentation", "to": "presentation_to_pptx_model_route_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dashboard_dashboardapi", "to": "endpoints_presentation_delete_presentation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_presentation_delete_presentation", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "endpoints_presentation_create_presentation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_presentation_create_presentation", "to": "architecture_presentation_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_create_presentation", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_presentation_prepare_presentation", "to": "agents_generate_structure", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_stream_presentation", "to": "agents_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_generate_outlines", "to": "endpoints_presentation_check_if_api_request_is_valid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_generate_outlines", "to": "endpoints_presentation_generate_presentation_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "architecture_documents_loader", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "agents_generate_structure", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "architecture_presentation_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_presentation_generate_presentation_handler", "to": "agents_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_openai_py", "to": "endpoints_openai_get_available_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_images_py", "to": "endpoints_images_generate_image", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_images_py", "to": "endpoints_images_get_generated_images", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_images_py", "to": "endpoints_images_upload_image", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_images_py", "to": "endpoints_images_get_uploaded_images", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_images_py", "to": "endpoints_images_delete_uploaded_image_by_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "endpoints_images_generate_image", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_images_generate_image", "to": "agents_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_images_generate_image", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_images_imagesapi", "to": "endpoints_images_upload_image", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_images_upload_image", "to": "architecture_image_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_images_upload_image", "to": "api_header_getheaderforformdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_images_imagesapi", "to": "endpoints_images_get_uploaded_images", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_anthropic_py", "to": "endpoints_anthropic_get_available_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_fontanalysisresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_pptxslidesresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_pptxfontsresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_insert_spaces_in_camel_case", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_normalize_font_family_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_extract_fonts_from_oxml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_check_google_font_availability", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_process_pptx_slides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_process_pptx_fonts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_create_font_alias_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_install_fonts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_extract_slide_xmls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_pptx_slides_py", "to": "endpoints_pptx_slides_convert_pptx_to_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "endpoints_pptx_slides_slidedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_slidedata", "to": "architecture_documents_loader", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "to": "endpoints_pptx_slides_fontanalysisresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_fontanalysisresult", "to": "architecture_documents_loader", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "endpoints_pptx_slides_pptxslidesresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_pptxslidesresponse", "to": "architecture_documents_loader", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_pptx_slides_process_pptx_fonts", "to": "endpoints_pptx_slides_pptxfontsresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_pptxfontsresponse", "to": "architecture_documents_loader", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "endpoints_pptx_slides_normalize_font_family_name", "to": "endpoints_pptx_slides_insert_spaces_in_camel_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "to": "endpoints_pptx_slides_normalize_font_family_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "endpoints_pptx_slides_normalize_font_family_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_create_font_alias_config", "to": "endpoints_pptx_slides_normalize_font_family_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "to": "endpoints_pptx_slides_extract_fonts_from_oxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "endpoints_pptx_slides_extract_fonts_from_oxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_convert_pptx_to_pdf", "to": "endpoints_pptx_slides_extract_fonts_from_oxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_148", "to": "endpoints_pptx_slides_extract_fonts_from_oxml", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "to": "endpoints_pptx_slides_check_google_font_availability", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_219", "to": "endpoints_pptx_slides_check_google_font_availability", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_fonts", "to": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_244", "to": "endpoints_pptx_slides_analyze_fonts_in_all_slides", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "endpoints_pptx_slides_install_fonts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "endpoints_pptx_slides_extract_slide_xmls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_slides", "to": "endpoints_pptx_slides_convert_pptx_to_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_294", "to": "endpoints_pptx_slides_process_pptx_slides", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_process_pptx_fonts", "to": "endpoints_pptx_slides_extract_slide_xmls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_411", "to": "endpoints_pptx_slides_process_pptx_fonts", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_convert_pptx_to_pdf", "to": "endpoints_pptx_slides_create_font_alias_config", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_444", "to": "endpoints_pptx_slides_create_font_alias_config", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_482", "to": "endpoints_pptx_slides_install_fonts", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_convert_pptx_to_pdf", "to": "endpoints_pptx_slides_extract_slide_xmls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_511", "to": "endpoints_pptx_slides_extract_slide_xmls", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_pptx_slides_rationale_547", "to": "endpoints_pptx_slides_convert_pptx_to_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "to": "endpoints_fonts_fontuploadresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "to": "endpoints_fonts_fontlistresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "to": "endpoints_fonts_get_fonts_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "to": "endpoints_fonts_is_valid_font_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "to": "endpoints_fonts_extract_font_name_from_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "to": "endpoints_fonts_upload_font", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "to": "endpoints_fonts_list_fonts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_fonts_py", "to": "endpoints_fonts_delete_font", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_upload_font", "to": "endpoints_fonts_fontuploadresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_list_fonts", "to": "endpoints_fonts_fontlistresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_upload_font", "to": "endpoints_fonts_get_fonts_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_list_fonts", "to": "endpoints_fonts_get_fonts_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_delete_font", "to": "endpoints_fonts_get_fonts_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_rationale_43", "to": "endpoints_fonts_get_fonts_directory", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_upload_font", "to": "endpoints_fonts_is_valid_font_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_rationale_51", "to": "endpoints_fonts_is_valid_font_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_list_fonts", "to": "endpoints_fonts_extract_font_name_from_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_rationale_73", "to": "endpoints_fonts_extract_font_name_from_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_rationale_131", "to": "endpoints_fonts_upload_font", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_rationale_194", "to": "endpoints_fonts_list_fonts", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "endpoints_fonts_rationale_249", "to": "endpoints_fonts_delete_font", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_layouts_py", "to": "endpoints_layouts_get_layouts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_layouts_py", "to": "endpoints_layouts_get_layout_detail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_outlines_py", "to": "endpoints_outlines_stream_outlines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_ollama_py", "to": "endpoints_ollama_get_supported_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_ollama_py", "to": "endpoints_ollama_get_available_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_api_v1_ppt_endpoints_ollama_py", "to": "endpoints_ollama_pull_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_create_dir_in_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_create_temp_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_create_temp_file_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_create_temp_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_read_temp_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_cleanup_temp_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_delete_dir_files", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_cleanup_temp_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice", "to": "services_temp_file_service_tempfileservice_cleanup_base_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice_init", "to": "services_temp_file_service_tempfileservice_cleanup_base_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice_create_temp_dir", "to": "services_temp_file_service_tempfileservice_create_dir_in_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice_create_temp_file", "to": "services_temp_file_service_tempfileservice_create_temp_file_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice_cleanup_temp_dir", "to": "services_temp_file_service_tempfileservice_delete_dir_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_temp_file_service_tempfileservice_cleanup_base_dir", "to": "services_temp_file_service_tempfileservice_cleanup_temp_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_html_to_text_runs_service_py", "to": "services_html_to_text_runs_service_inlinehtmltorunsparser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_html_to_text_runs_service_py", "to": "services_html_to_text_runs_service_parse_html_text_to_text_runs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser", "to": "htmlparser", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser", "to": "services_html_to_text_runs_service_inlinehtmltorunsparser_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser", "to": "services_html_to_text_runs_service_inlinehtmltorunsparser_current_font", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser", "to": "services_html_to_text_runs_service_inlinehtmltorunsparser_handle_starttag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser", "to": "services_html_to_text_runs_service_inlinehtmltorunsparser_handle_endtag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser", "to": "services_html_to_text_runs_service_inlinehtmltorunsparser_handle_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_html_to_text_runs_service_parse_html_text_to_text_runs", "to": "services_html_to_text_runs_service_inlinehtmltorunsparser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_html_to_text_runs_service_inlinehtmltorunsparser_handle_data", "to": "services_html_to_text_runs_service_inlinehtmltorunsparser_current_font", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_concurrent_service_concurrentservice", "to": "services_concurrent_service_concurrentservice_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_concurrent_service_concurrentservice", "to": "services_concurrent_service_concurrentservice_run_task", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_concurrent_service_concurrentservice", "to": "services_concurrent_service_concurrentservice_on_task_done", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_concurrent_service_concurrentservice_run_task", "to": "components_wrapper_wrapper", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_webhook_service", "to": "services_webhook_service_send_webhook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_webhook_service_send_webhook", "to": "services_webhook_service_send_request_to_webhook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_webhook_service_send_webhook", "to": "services_database_get_async_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_webhook_service", "to": "services_webhook_service_send_request_to_webhook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_score_based_chunker_scorebasedchunker", "to": "services_score_based_chunker_scorebasedchunker_extract_headings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_score_based_chunker_scorebasedchunker", "to": "services_score_based_chunker_scorebasedchunker_score_headings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_score_based_chunker_scorebasedchunker", "to": "services_score_based_chunker_scorebasedchunker_get_chunks_from_headings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_score_based_chunker_scorebasedchunker", "to": "services_score_based_chunker_scorebasedchunker_get_n_chunks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_score_based_chunker_scorebasedchunker_get_chunks_from_headings", "to": "services_score_based_chunker_scorebasedchunker_score_headings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_database_py", "to": "services_database_get_async_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_database_py", "to": "services_database_get_container_db_async_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_database_py", "to": "services_database_create_db_and_tables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_docling_service_doclingservice", "to": "services_docling_service_doclingservice_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_docling_service_doclingservice", "to": "services_docling_service_doclingservice_parse_to_markdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_docling_service_doclingservice", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_documents_loader_documentsloader_init", "to": "services_docling_service_doclingservice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_init", "to": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_get_image_gen_func", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_is_stock_provider_selected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image", "to": "services_image_generation_service_imagegenerationservice_is_stock_provider_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_generate_image", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_62", "to": "services_image_generation_service_imagegenerationservice_generate_image", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image", "to": "architecture_image_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_generate_image_openai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_generate_image_google", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_gemini_flash", "to": "services_image_generation_service_imagegenerationservice_generate_image_google", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_nanobanana_pro", "to": "services_image_generation_service_imagegenerationservice_generate_image_google", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_147", "to": "services_image_generation_service_imagegenerationservice_generate_image_google", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_generate_image_gemini_flash", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_172", "to": "services_image_generation_service_imagegenerationservice_generate_image_gemini_flash", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_generate_image_nanobanana_pro", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_180", "to": "services_image_generation_service_imagegenerationservice_generate_image_nanobanana_pro", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_get_image_from_pexels", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_get_image_from_pixabay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "to": "services_image_generation_service_imagegenerationservice_inject_prompt_into_workflow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "to": "services_image_generation_service_imagegenerationservice_submit_comfyui_workflow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "to": "services_image_generation_service_imagegenerationservice_wait_for_comfyui_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "to": "services_image_generation_service_imagegenerationservice_download_comfyui_image", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_205", "to": "services_image_generation_service_imagegenerationservice_generate_image_comfyui", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_inject_prompt_into_workflow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_264", "to": "services_image_generation_service_imagegenerationservice_inject_prompt_into_workflow", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_submit_comfyui_workflow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_289", "to": "services_image_generation_service_imagegenerationservice_submit_comfyui_workflow", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_wait_for_comfyui_completion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_320", "to": "services_image_generation_service_imagegenerationservice_wait_for_comfyui_completion", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_image_generation_service", "to": "services_image_generation_service_imagegenerationservice_download_comfyui_image", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_image_generation_service_rationale_370", "to": "services_image_generation_service_imagegenerationservice_download_comfyui_image", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_icon_finder_service_iconfinderservice", "to": "services_icon_finder_service_iconfinderservice_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_icon_finder_service_iconfinderservice", "to": "services_icon_finder_service_iconfinderservice_initialize_icons_collection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_icon_finder_service_iconfinderservice", "to": "services_icon_finder_service_iconfinderservice_search_icons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_icon_finder_service_iconfinderservice_init", "to": "services_icon_finder_service_iconfinderservice_initialize_icons_collection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_client_py", "to": "services_llm_client_llmclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_use_tool_calls_for_structured_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_enable_web_grounding", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_disable_thinking", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_openai_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_google_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_anthropic_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_ollama_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_custom_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_google_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_get_anthropic_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_openai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_google", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_anthropic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_ollama", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_custom", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_openai_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_google_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_anthropic_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_ollama_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_custom_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_generate_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_openai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_google", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_anthropic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_ollama", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_custom", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_openai_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_google_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_anthropic_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_ollama_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_custom_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_stream_structured", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_search_openai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_search_google", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "services_llm_client_llmclient_search_anthropic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient", "to": "architecture_llmprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_client_llmclient", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_generate_structure", "to": "services_llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_init", "to": "services_llm_client_llmclient_get_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_init", "to": "servers_fastapi_services_llm_tool_calls_handler_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_client_llmclient_generate_openai_structured", "to": "services_llm_client_llmclient_use_tool_calls_for_structured_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_openai_structured", "to": "services_llm_client_llmclient_use_tool_calls_for_structured_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_custom", "to": "services_llm_client_llmclient_disable_thinking", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_custom_structured", "to": "services_llm_client_llmclient_disable_thinking", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_custom", "to": "services_llm_client_llmclient_disable_thinking", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_custom_structured", "to": "services_llm_client_llmclient_disable_thinking", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_get_client", "to": "services_llm_client_llmclient_get_openai_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_get_client", "to": "services_llm_client_llmclient_get_google_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_get_client", "to": "services_llm_client_llmclient_get_anthropic_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_get_client", "to": "services_llm_client_llmclient_get_ollama_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_get_client", "to": "services_llm_client_llmclient_get_custom_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_google", "to": "services_llm_client_llmclient_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_anthropic", "to": "services_llm_client_llmclient_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_google_structured", "to": "services_llm_client_llmclient_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_anthropic_structured", "to": "services_llm_client_llmclient_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_google", "to": "services_llm_client_llmclient_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_anthropic", "to": "services_llm_client_llmclient_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_google_structured", "to": "services_llm_client_llmclient_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_anthropic_structured", "to": "services_llm_client_llmclient_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_google", "to": "services_llm_client_llmclient_get_google_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_google_structured", "to": "services_llm_client_llmclient_get_google_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_google", "to": "services_llm_client_llmclient_get_google_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_google_structured", "to": "services_llm_client_llmclient_get_google_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_anthropic", "to": "services_llm_client_llmclient_get_anthropic_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_anthropic_structured", "to": "services_llm_client_llmclient_get_anthropic_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_anthropic", "to": "services_llm_client_llmclient_get_anthropic_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_anthropic_structured", "to": "services_llm_client_llmclient_get_anthropic_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_ollama", "to": "services_llm_client_llmclient_generate_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_custom", "to": "services_llm_client_llmclient_generate_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate", "to": "services_llm_client_llmclient_generate_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate", "to": "services_llm_client_llmclient_generate_google", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate", "to": "services_llm_client_llmclient_generate_anthropic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate", "to": "services_llm_client_llmclient_generate_ollama", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate", "to": "services_llm_client_llmclient_generate_custom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_ollama_structured", "to": "services_llm_client_llmclient_generate_openai_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_custom_structured", "to": "services_llm_client_llmclient_generate_openai_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_structured", "to": "services_llm_client_llmclient_generate_openai_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_structured", "to": "services_llm_client_llmclient_generate_google_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_structured", "to": "services_llm_client_llmclient_generate_anthropic_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_structured", "to": "services_llm_client_llmclient_generate_ollama_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_generate_structured", "to": "services_llm_client_llmclient_generate_custom_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_ollama", "to": "services_llm_client_llmclient_stream_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_custom", "to": "services_llm_client_llmclient_stream_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream", "to": "services_llm_client_llmclient_stream_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream", "to": "services_llm_client_llmclient_stream_google", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream", "to": "services_llm_client_llmclient_stream_anthropic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream", "to": "services_llm_client_llmclient_stream_ollama", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream", "to": "services_llm_client_llmclient_stream_custom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_anthropic_structured", "to": "services_llm_client_llmclient_stream", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_ollama_structured", "to": "services_llm_client_llmclient_stream_openai_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_custom_structured", "to": "services_llm_client_llmclient_stream_openai_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_structured", "to": "services_llm_client_llmclient_stream_openai_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_structured", "to": "services_llm_client_llmclient_stream_google_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_structured", "to": "services_llm_client_llmclient_stream_anthropic_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_structured", "to": "services_llm_client_llmclient_stream_ollama_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_client_llmclient_stream_structured", "to": "services_llm_client_llmclient_stream_custom_structured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_init", "to": "dashboard_types_presentation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_get_sub_element", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_set_fill_opacity", "to": "services_pptx_presentation_creator_pptxpresentationcreator_get_sub_element", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_rationale_63", "to": "services_pptx_presentation_creator_pptxpresentationcreator_get_sub_element", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_fetch_network_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_create_ppt", "to": "services_pptx_presentation_creator_pptxpresentationcreator_fetch_network_assets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_create_ppt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_create_ppt", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_and_populate_slide", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_set_presentation_theme", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_and_populate_slide", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_and_populate_slide", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_fill_to_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_and_populate_slide", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_and_populate_slide", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_and_populate_slide", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_textbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_and_populate_slide", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_connector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_connector", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_connector", "to": "services_pptx_presentation_creator_pptxpresentationcreator_set_fill_opacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "to": "services_pptx_presentation_creator_pptxpresentationcreator_save", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_picture", "to": "services_pptx_presentation_creator_pptxpresentationcreator_get_margined_position", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_get_margined_position", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_fill_to_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_margin_to_text_box", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_stroke_to_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_shadow_to_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_border_radius_to_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_autoshape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_paragraphs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_textbox", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_textbox", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_fill_to_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_textbox", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_margin_to_text_box", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_textbox", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_paragraphs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_add_paragraphs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_add_paragraphs", "to": "services_pptx_presentation_creator_pptxpresentationcreator_populate_paragraph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_populate_paragraph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_populate_paragraph", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_spacing_to_paragraph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_populate_paragraph", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font_to_paragraph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_populate_paragraph", "to": "services_pptx_presentation_creator_pptxpresentationcreator_parse_html_text_to_text_runs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_populate_paragraph", "to": "services_pptx_presentation_creator_pptxpresentationcreator_populate_text_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_parse_html_text_to_text_runs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_populate_text_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_populate_text_run", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_border_radius_to_shape", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_fill_to_shape", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_apply_fill_to_shape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_set_fill_opacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_stroke_to_shape", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_apply_stroke_to_shape", "to": "services_pptx_presentation_creator_pptxpresentationcreator_set_fill_opacity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_shadow_to_shape", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_set_fill_opacity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_get_margined_position", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_margin_to_text_box", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_spacing_to_paragraph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font_to_paragraph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font_to_paragraph", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_pptx_presentation_creator_pptxpresentationcreator_apply_font", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_strike_to_font", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_apply_strike_to_font", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pptx_presentation_creator", "to": "services_pptx_presentation_creator_pptxpresentationcreator_save", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_get_tool_handler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tools", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_openai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_google", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_anthropic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_openai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_google", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_anthropic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_search_web_tool_call_handler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_search_web_tool_call_handler_anthropic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_get_current_datetime_tool_call_handler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_fastapi_services_llm_tool_calls_handler_py", "to": "architecture_llmprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_openai", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_get_tool_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_google", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_get_tool_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_handle_tool_calls_anthropic", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_get_tool_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_anthropic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_google", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_google", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_anthropic", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_parse_tool_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_llm_tool_calls_handler_llmtoolcallshandler_search_web_tool_call_handler", "to": "services_llm_tool_calls_handler_llmtoolcallshandler_search_web_tool_call_handler_anthropic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_documentsloader_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_documents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_images", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_documentsloader_load_documents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_documents_loader_documentsloader_load_documents", "to": "services_documents_loader_documentsloader_load_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_documents_loader_documentsloader_load_documents", "to": "services_documents_loader_documentsloader_load_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_documents_loader_documentsloader_load_documents", "to": "services_documents_loader_documentsloader_load_powerpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_documents_loader_documentsloader_load_documents", "to": "services_documents_loader_documentsloader_load_msword", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_documents_loader_rationale_40", "to": "services_documents_loader_documentsloader_load_documents", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_documentsloader_load_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_documents_loader_documentsloader_load_pdf", "to": "services_documents_loader_get_page_images_from_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_documentsloader_load_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_documentsloader_load_msword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_documentsloader_load_powerpoint", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_documents_loader", "to": "services_documents_loader_get_page_images_from_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_postcss_config_mjs", "to": "nextjs_postcss_config_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_tailwind_config_ts", "to": "nextjs_tailwind_config_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_private", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_scripts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_devdependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_overrides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_package_json", "to": "nextjs_package_peerdependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_scripts", "to": "nextjs_package_scripts_dev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_scripts", "to": "nextjs_package_scripts_build", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_scripts", "to": "nextjs_package_scripts_start", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_scripts", "to": "nextjs_package_scripts_lint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_babel_standalone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_dnd_kit_core", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_dnd_kit_sortable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_dnd_kit_utilities", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_paciolan_remote_component", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_accordion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_avatar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_dialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_dropdown_menu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_icons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_popover", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_radio_group", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_scroll_area", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_separator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_slider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_slot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_switch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_tabs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_toast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_radix_ui_react_tooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_reduxjs_toolkit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_tailwindcss_typography", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_tiptap_extension_underline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_tiptap_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_tiptap_starter_kit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_class_variance_authority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_clsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_cmdk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_html2canvas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_jsonrepair", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_lucide_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_marked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_mermaid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_mixpanel_browser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_next", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_next_themes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_prismjs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_puppeteer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_react_dom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_react_redux", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_react_simple_code_editor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_recharts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_sharp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_sonner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_tailwind_merge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_tailwindcss_animate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_tiptap_markdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_uuid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_dependencies", "to": "nextjs_package_dependencies_zod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_utils_cn", "to": "nextjs_package_dependencies_clsx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "presentation_to_pptx_model_route_convertsvgtopng", "to": "nextjs_package_dependencies_sharp", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "nextjs_package_peerdependencies", "to": "nextjs_package_dependencies_zod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_types_babel_standalone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_types_node", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_types_prismjs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_types_puppeteer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_types_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_types_uuid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_types_ws", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_cypress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_esbuild", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "tech_stack_tailwindcss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_devdependencies", "to": "nextjs_package_devdependencies_typescript", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_package_overrides", "to": "nextjs_package_overrides_brace_expansion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_json", "to": "nextjs_components_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_json", "to": "nextjs_components_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_json", "to": "nextjs_components_rsc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_json", "to": "nextjs_components_tsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_json", "to": "nextjs_components_tailwind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_json", "to": "nextjs_components_aliases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_tailwind", "to": "nextjs_components_tailwind_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_tailwind", "to": "nextjs_components_tailwind_css", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_tailwind", "to": "nextjs_components_tailwind_basecolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_tailwind", "to": "nextjs_components_tailwind_cssvariables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_tailwind", "to": "nextjs_components_tailwind_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_aliases", "to": "nextjs_components_aliases_components", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_aliases", "to": "nextjs_components_aliases_utils", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_aliases", "to": "nextjs_components_aliases_ui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_aliases", "to": "nextjs_components_aliases_lib", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_components_aliases", "to": "nextjs_components_aliases_hooks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_tsconfig_json", "to": "nextjs_tsconfig_compileroptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_tsconfig_json", "to": "nextjs_tsconfig_include", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_tsconfig_json", "to": "nextjs_tsconfig_exclude", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_lib", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_allowjs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_skiplibcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_strict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_forceconsistentcasinginfilenames", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_noemit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_esmoduleinterop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_moduleresolution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_resolvejsonmodule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_isolatedmodules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_jsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_incremental", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_plugins", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions", "to": "nextjs_tsconfig_compileroptions_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_tsconfig_compileroptions_paths", "to": "nextjs_tsconfig_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_configurationinitializer_tsx", "to": "types_llm_config_llmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "types_llm_config_llmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_user_config_route_ts", "to": "types_llm_config_llmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_storehelpers_ts", "to": "types_llm_config_llmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerutils_ts", "to": "types_llm_config_llmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "types_llm_config_llmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "types_llm_config_llmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "types_presentation_generaterequestbody", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "types_presentation_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_global_d_ts", "to": "types_global_d_shapeprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_global_d_ts", "to": "types_global_d_textframeprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxboxshapeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxobjectfitenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxalignment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxshapetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxconnectortype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxspacingmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxpositionmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxfontmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxfillmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxstrokemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxshadowmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxtextrunmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxparagraphmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxobjectfitmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxpicturemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxshapemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxtextboxmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxautoshapeboxmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxpictureboxmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxconnectormodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxslidemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_pptxpresentationmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_createpptxspacingall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_createpptxpositionfortextbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_positiontoptlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_pptx_models_ts", "to": "types_pptx_models_positiontoptxyxy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_types_pptx_models_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "servers_nextjs_types_pptx_models_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "servers_nextjs_types_pptx_models_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxboxshapeenum", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxobjectfitenum", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxalignment", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxshapetype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxconnectortype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxpositionmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxfontmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxfillmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxstrokemodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxshadowmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxparagraphmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxobjectfitmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxpicturemodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxtextboxmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxautoshapeboxmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxpictureboxmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxconnectormodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_pptx_models_pptxslidemodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "types_pptx_models_pptxpresentationmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "types_pptx_models_pptxpresentationmodel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_element_attibutes_ts", "to": "types_element_attibutes_elementattributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_types_element_attibutes_ts", "to": "types_element_attibutes_slideattributesresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "servers_nextjs_types_element_attibutes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "servers_nextjs_types_element_attibutes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "types_element_attibutes_elementattributes", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_element_attibutes_elementattributes", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "types_element_attibutes_slideattributesresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "types_element_attibutes_slideattributesresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_cypress_fixtures_example_json", "to": "fixtures_example_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_cypress_fixtures_example_json", "to": "fixtures_example_email", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_cypress_fixtures_example_json", "to": "fixtures_example_body", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_mixpanelinitializer_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_mixpanelinitializer_tsx", "to": "utils_mixpanel_initmixpanel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_mixpanelinitializer_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_mixpanelinitializer_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "servers_nextjs_app_mixpanelinitializer_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "app_providers_providers", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "servers_nextjs_components_ui_sonner_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "ui_sonner_toaster", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "app_layout_inter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "app_layout_instrument_sans", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "app_layout_roboto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "app_layout_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_layout_tsx", "to": "app_layout_rootlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_loading_tsx", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_loading_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_loading_tsx", "to": "app_loading_loading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_page_tsx", "to": "servers_nextjs_components_home_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_page_tsx", "to": "app_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_not_found_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_not_found_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_not_found_tsx", "to": "app_not_found_notfound", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_configurationinitializer_tsx", "to": "servers_nextjs_utils_storehelpers_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_configurationinitializer_tsx", "to": "utils_storehelpers_hasvalidllmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_configurationinitializer_tsx", "to": "servers_nextjs_utils_providerutils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_configurationinitializer_tsx", "to": "utils_providerutils_checkifselectedollamamodelispulled", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_layout_tsx", "to": "servers_nextjs_app_configurationinitializer_tsx", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_providers_providers", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_providers_providers", "to": "store_store_store", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_layout_tsx", "to": "presentation_generator_layout_layout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "components_fontmanager_fontmanager", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "hooks_usecustomlayout_usecustomlayout", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "hooks_usefontmanagement_usefontmanagement", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "hooks_usefileupload_usefileupload", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "hooks_useslideprocessing_useslideprocessing", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "hooks_uselayoutsaving_uselayoutsaving", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "hooks_useapikeycheck_useapikeycheck", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "components_loadingspinner_loadingspinner", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "components_fileuploadsection_fileuploadsection", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "components_savelayoutbutton_savelayoutbutton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "components_savelayoutmodal_savelayoutmodal", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "components_apikeywarning_apikeywarning", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_page_tsx", "to": "custom_template_page_customtemplatepage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "custom_template_page_customtemplatepage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "custom_template_page_customtemplatepage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "custom_template_page_customtemplatepage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "custom_template_page_customtemplatepage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "custom_template_page_customtemplatepage", "to": "hooks_useapikeycheck_useapikeycheck", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "custom_template_page_customtemplatepage", "to": "hooks_usefileupload_usefileupload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "custom_template_page_customtemplatepage", "to": "hooks_usecustomlayout_usecustomlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "custom_template_page_customtemplatepage", "to": "hooks_usefontmanagement_usefontmanagement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "custom_template_page_customtemplatepage", "to": "hooks_useslideprocessing_useslideprocessing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "custom_template_page_customtemplatepage", "to": "hooks_uselayoutsaving_uselayoutsaving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_uploadedfont", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_processedslide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_fontdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_eachslideprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_drawingcanvasprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_editcontrolsprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_slideactionsprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_slidecontentdisplayprops", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "to": "types_index_htmleditorprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_editcontrols_editcontrols", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_slideactions_slideactions", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useslideprocessing_useslideprocessing", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usefontmanagement_usefontmanagement", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usehtmledit_usehtmledit", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usecustomlayout_usecustomlayout", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_uselayoutsaving_uselayoutsaving", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useslideedit_useslideedit", "to": "servers_nextjs_app_presentation_generator_custom_template_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useslideprocessing_useslideprocessing", "to": "types_index_slidedata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usefontmanagement_usefontmanagement", "to": "types_index_uploadedfont", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_uselayoutsaving_uselayoutsaving", "to": "types_index_uploadedfont", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "types_index_processedslide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "types_index_processedslide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useslideprocessing_useslideprocessing", "to": "types_index_processedslide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usehtmledit_usehtmledit", "to": "types_index_processedslide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usecustomlayout_usecustomlayout", "to": "types_index_processedslide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_uselayoutsaving_uselayoutsaving", "to": "types_index_processedslide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useslideedit_useslideedit", "to": "types_index_processedslide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useslideprocessing_useslideprocessing", "to": "types_index_fontdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usefontmanagement_usefontmanagement", "to": "types_index_fontdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_uselayoutsaving_uselayoutsaving", "to": "types_index_fontdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "types_index_eachslideprops", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_editcontrols_editcontrols", "to": "types_index_editcontrolsprops", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_slideactions_slideactions", "to": "types_index_slideactionsprops", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "types_index_slidecontentdisplayprops", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_slidecontentdisplayprops", "to": "types_slide_slidecontent", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_slidecontentdisplayprops", "to": "servers_nextjs_app_presentation_generator_custom_template_components_timer_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutbutton_savelayoutbutton", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutbutton_savelayoutbutton", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "components_fontmanager_uploadedfont", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "components_fontmanager_fontdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "components_fontmanager_fontmanagerprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fontmanager_fontmanager", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "servers_nextjs_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "servers_nextjs_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "servers_nextjs_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "servers_nextjs_components_ui_dialog_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_dialog_dialogfooter", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_savelayoutmodal_savelayoutmodal", "to": "ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_loadingspinner_loadingspinner", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_timer_tsx", "to": "components_timer_timerprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_timer_tsx", "to": "components_timer_timer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "servers_nextjs_app_presentation_generator_custom_template_components_timer_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_apikeywarning_apikeywarning", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "ui_card_carddescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "servers_nextjs_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_fileuploadsection_fileuploadsection", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "eachslide_htmleditor_htmleditorprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "servers_nextjs_components_ui_sheet_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "ui_sheet_sheetcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "ui_sheet_sheetfooter", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "ui_sheet_sheetheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_htmleditor_htmleditor", "to": "ui_sheet_sheettitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "eachslide_htmleditor_htmleditor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_editcontrols_editcontrols", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_editcontrols_editcontrols", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_editcontrols_editcontrols", "to": "servers_nextjs_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_editcontrols_editcontrols", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "eachslide_editcontrols_editcontrols", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "hooks_usedrawingcanvas_usedrawingcanvas", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "hooks_usehtmledit_usehtmledit", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "eachslide_slideactions_slideactions", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "hooks_useslideedit_useslideedit", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_custom_template_components_eachslide_neweachslide_tsx", "to": "eachslide_neweachslide_eachslide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_neweachslide_eachslide", "to": "hooks_usedrawingcanvas_usedrawingcanvas", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_neweachslide_eachslide", "to": "hooks_useslideedit_useslideedit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_neweachslide_eachslide", "to": "hooks_usehtmledit_usehtmledit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eachslide_slideactions_slideactions", "to": "servers_nextjs_components_tooltip_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useslideprocessing_useslideprocessing", "to": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useslideprocessing_useslideprocessing", "to": "api_api_error_handler_apiresponsehandler", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_uselayoutsaving_uselayoutsaving", "to": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_uselayoutsaving_uselayoutsaving", "to": "api_api_error_handler_apiresponsehandler", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "servers_nextjs_utils_storehelpers_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "utils_storehelpers_handlesavellmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "servers_nextjs_utils_providerutils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "utils_providerutils_checkifselectedollamamodelispulled", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "servers_nextjs_components_llmselection_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "settings_settingpage_buttonstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "to": "settings_settingpage_settingspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_page_tsx", "to": "servers_nextjs_app_presentation_generator_settings_settingpage_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_loading_tsx", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_loading_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_loading_tsx", "to": "settings_loading_loadingprofile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_page_tsx", "to": "settings_page_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_settings_page_tsx", "to": "settings_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_types_slide_ts", "to": "types_slide_texttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_types_slide_ts", "to": "types_slide_textsize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_types_slide_ts", "to": "types_slide_slidecontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_types_slide_ts", "to": "types_slide_slide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "servers_nextjs_app_presentation_generator_types_slide_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sortablelistitem_sortablelistitem", "to": "servers_nextjs_app_presentation_generator_types_slide_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sortableslide_sortableslide", "to": "servers_nextjs_app_presentation_generator_types_slide_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "slices_undoredoslice_undoredoslice", "to": "servers_nextjs_app_presentation_generator_types_slide_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "servers_nextjs_app_presentation_generator_types_slide_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "types_slide_slidecontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "types_slide_slide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sortablelistitem_sortablelistitem", "to": "types_slide_slide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sortableslide_sortableslide", "to": "types_slide_slide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "slices_undoredoslice_undoredoslice", "to": "types_slide_slide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "types_slide_slide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_page_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_page_tsx", "to": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_page_tsx", "to": "pdf_maker_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "api_dashboard_dashboardapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "components_v1contentrender_v1contentrender", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_pdf_maker_pdfmakerpage_tsx", "to": "dashboard_types_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_utils_others_ts", "to": "utils_others_geticonfromfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_utils_others_ts", "to": "utils_others_isdarkcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_utils_others_ts", "to": "utils_others_removeuuid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_utils_others_ts", "to": "utils_others_sanitizefilename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_utils_others_ts", "to": "utils_others_getstaticfileurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "servers_nextjs_app_presentation_generator_utils_others_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "servers_nextjs_app_presentation_generator_utils_others_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_read_file_route_ts", "to": "servers_nextjs_app_presentation_generator_utils_others_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_export_as_pdf_route_ts", "to": "servers_nextjs_app_presentation_generator_utils_others_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "utils_others_geticonfromfile", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_read_file_route_ts", "to": "utils_others_sanitizefilename", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_export_as_pdf_route_ts", "to": "utils_others_sanitizefilename", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "read_file_route_post", "to": "utils_others_sanitizefilename", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "export_as_pdf_route_post", "to": "utils_others_sanitizefilename", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "utils_others_getstaticfileurl", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_types_ts", "to": "dashboard_types_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_types_ts", "to": "dashboard_types_presentationfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_presentationlistitem_presentationlistitem", "to": "servers_nextjs_app_presentation_generator_dashboard_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "to": "dashboard_types_presentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "api_dashboard_dashboardapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_app_presentation_generator_components_presentationrender_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "components_presentationgrid_presentationgridprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_presentationlistitem_presentationlistitem", "to": "dashboard_types_presentation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_dashboardpage_dashboardpage", "to": "dashboard_types_presentation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_page_tsx", "to": "dashboard_types_presentation", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "architecture_presentation_model", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "components_sidepanel_sidepanel", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_app_presentation_generator_presentation_components_help_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_app_presentation_generator_presentation_hooks_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_app_presentation_generator_presentation_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "types_index_presentationpageprops", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_app_presentation_generator_presentation_components_loadingstate_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "hooks_usefontloader_usefontloader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "hooks_presentationundoredo_usepresentationundoredo", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_types_presentation", "to": "components_presentationpage_presentationpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_loading_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_loading_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_loading_tsx", "to": "servers_nextjs_components_wrapper_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_loading_tsx", "to": "dashboard_loading_loading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_page_tsx", "to": "components_dashboardpage_dashboardpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_page_tsx", "to": "dashboard_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "to": "servers_nextjs_components_wrapper_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "to": "servers_nextjs_components_backbtn_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "to": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "to": "components_header_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_dashboardpage_dashboardpage", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_page_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_loading_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_page_tsx", "to": "servers_nextjs_app_presentation_generator_dashboard_components_header_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "components_header_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_header_tsx", "to": "components_header_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_header_header", "to": "hooks_presentationundoredo_usepresentationundoredo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "components_presentationlistitem_presentationlistitem", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_presentationlistitem_presentationlistitem", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_presentationlistitem_presentationlistitem", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "components_emptystate_emptystate", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_emptystate_emptystate", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_emptystate_emptystate", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_emptystate_emptystate", "to": "servers_nextjs_components_wrapper_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_dashboardpage_dashboardpage", "to": "servers_nextjs_components_wrapper_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_dashboardpage_dashboardpage", "to": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_dashboardpage_dashboardpage", "to": "api_dashboard_dashboardapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "presentation_templates_index_templates", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "servers_nextjs_app_presentation_templates_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "presentation_templates_utils_templatewithdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "hooks_usecustomtemplates_usecustomtemplatesummaries", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "hooks_usecustomtemplates_usecustomtemplatepreview", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "servers_nextjs_app_hooks_compilelayout_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "hooks_compilelayout_compiledlayout", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "template_preview_page_customtemplatecard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_page_tsx", "to": "template_preview_page_layoutpreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "template_preview_page_customtemplatecard", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "hooks_usecustomtemplates_usecustomtemplatepreview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "servers_nextjs_app_hooks_compilelayout_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "hooks_compilelayout_compiledlayout", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "components_customtemplatecard_layoutpreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_customtemplatecard", "to": "components_customtemplatecard_customtemplatecard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "template_preview_page_layoutpreview", "to": "hooks_usecustomtemplates_usecustomtemplatesummaries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "to": "types_index_layoutinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "to": "types_index_templatesetting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "to": "types_index_templateresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "to": "types_index_loadingstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "to": "types_index_navigationstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "to": "types_index_loadingstatetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "to": "types_index_componentprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_templates_route_ts", "to": "servers_nextjs_app_presentation_generator_template_preview_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_templates_route_ts", "to": "types_index_templatesetting", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_loadingstate", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_loadingstate", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_loadingstate", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_loadingstate", "to": "components_loadingstates_layoutgridskeleton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_types_index_ts", "to": "types_index_loadingstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "types_index_loadingstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "types_index_loadingstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "hooks_usefontloader_usefontloader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "servers_nextjs_app_presentation_generator_services_api_template_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "hooks_usecustomtemplates_customtemplatelayout", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "presentation_templates_index_templates", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "presentation_templates_index_gettemplatesbytemplatename", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_template_preview_slug_page_tsx", "to": "slug_page_grouplayoutpreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "slug_page_grouplayoutpreview", "to": "presentation_templates_index_gettemplatesbytemplatename", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "slug_page_grouplayoutpreview", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "to": "hooks_usetemplatelayoutsautosave_layoutpayload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "to": "hooks_usetemplatelayoutsautosave_savestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "to": "servers_nextjs_app_presentation_generator_services_api_header_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "to": "api_header_getheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "to": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "to": "api_api_error_handler_apiresponsehandler", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usetemplatelayoutsautosave_usetemplatelayoutsautosave", "to": "hooks_usecustomtemplates_customtemplatelayout", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_types_outlineitem", "to": "components_markdowneditor_markdowneditor", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_v1contentrender_v1contentrender", "to": "components_editablelayoutwrapper_editablelayoutwrapper", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_v1contentrender_v1contentrender", "to": "components_slideerrorboundary_slideerrorboundary", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_v1contentrender_v1contentrender", "to": "components_tiptaptextreplacer_tiptaptextreplacer", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_v1contentrender_v1contentrender", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_v1contentrender_v1contentrender", "to": "presentation_templates_index_getlayoutbylayoutid", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_v1contentrender_v1contentrender", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_v1contentrender_v1contentrender", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_presentationrender_tsx", "to": "components_v1contentrender_v1contentrender", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "components_v1contentrender_v1contentrender", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "components_v1contentrender_v1contentrender", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sortableslide_sortableslide", "to": "components_v1contentrender_v1contentrender", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_presentationrender_tsx", "to": "components_presentationrender_slidescale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "servers_nextjs_app_presentation_generator_components_presentationrender_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_tiptaptextreplacer_tiptaptextreplacer", "to": "components_tiptaptextreplacer_extensions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_tiptaptextreplacer_tiptaptextreplacer", "to": "components_tiptaptextreplacer_tiptaptextreplacerprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_tiptaptextreplacer_tiptaptextreplacer", "to": "servers_nextjs_app_presentation_generator_components_tiptaptext_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "to": "components_headernab_headernav", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_app_presentation_generator_components_headernab_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_editablelayoutwrapper_editablelayoutwrapper", "to": "components_editablelayoutwrapper_editableelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_editablelayoutwrapper_editablelayoutwrapper", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_editablelayoutwrapper_editablelayoutwrapper", "to": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_editablelayoutwrapper_editablelayoutwrapper", "to": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "servers_nextjs_components_ui_sheet_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "ui_sheet_sheetcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "ui_sheet_sheetheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "ui_sheet_sheettitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "servers_nextjs_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "components_iconseditor_iconseditorprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_iconseditor_tsx", "to": "components_iconseditor_iconseditor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_components_ui_sheet_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_sheet_sheetcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_sheet_sheetheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_sheet_sheettitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_components_ui_tabs_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_tabs_tabscontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_tabs_tabslist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_tabs_tabstrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_app_presentation_generator_services_api_params_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "api_params_previousgeneratedimagesresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_app_presentation_generator_services_api_images_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "api_images_imagesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "servers_nextjs_app_presentation_generator_services_api_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "api_types_imageassetresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "components_imageeditor_imageeditorprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_imageeditor_tsx", "to": "components_imageeditor_imageeditor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_imageeditor_imageeditor", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "hooks_usecustomtemplates_getcustomtemplatedetails", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "presentation_templates_index_gettemplatesbytemplatename", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "components_newslide_layoutitemprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "components_newslide_layoutitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "components_newslide_newslidev1props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "to": "components_newslide_newslidev1", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "servers_nextjs_app_presentation_generator_components_newslide_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_tiptaptext_tsx", "to": "components_tiptaptext_tiptaptextprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_components_tiptaptext_tsx", "to": "components_tiptaptext_tiptaptext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_slideerrorboundary_slideerrorboundary", "to": "components_slideerrorboundary_slideerrorboundarystate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_slideerrorboundary_slideerrorboundary", "to": "components_slideerrorboundary_slideerrorboundary_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_slideerrorboundary_slideerrorboundary", "to": "components_slideerrorboundary_slideerrorboundary_getderivedstatefromerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_slideerrorboundary_slideerrorboundary", "to": "components_slideerrorboundary_slideerrorboundary_componentdidcatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_slideerrorboundary_slideerrorboundary", "to": "components_slideerrorboundary_slideerrorboundary_render", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_types_ts", "to": "outline_types_chartdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_types_ts", "to": "outline_types_chartconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_types_ts", "to": "outline_types_apichartresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_types_ts", "to": "outline_types_outlineitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_types_outlineitem", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_types_outlineitem", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_types_outlineitem", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_types_outlineitem", "to": "servers_nextjs_components_tooltip_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_types_outlineitem", "to": "components_outlineitem_outlineitemprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_types_outlineitem", "to": "components_outlineitem_outlineitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "outline_types_outlineitem", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_loading_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_loading_tsx", "to": "outline_loading_createpageloadingskeleton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_page_tsx", "to": "components_outlinepage_outlinepage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_page_tsx", "to": "outline_page_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_page_tsx", "to": "outline_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_types_index_ts", "to": "types_index_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_types_index_ts", "to": "types_index_tabs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_types_index_ts", "to": "types_index_tabtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "servers_nextjs_app_presentation_generator_outline_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "servers_nextjs_app_presentation_generator_outline_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "servers_nextjs_app_presentation_generator_outline_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "types_index_template", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "types_index_template", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "types_index_template", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "types_index_tabs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "types_index_tabs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "components_outlineitem_outlineitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "presentation_templates_index_templates", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "servers_nextjs_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "servers_nextjs_app_presentation_templates_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "presentation_templates_utils_templatewithdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "hooks_usecustomtemplates_usecustomtemplatesummaries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_templateselection_templateselection", "to": "components_customtemplatecard_customtemplatecard", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "components_templateselection_templateselection", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "components_generatebutton_generatebuttonprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_generatebutton_generatebutton", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "components_generatebutton_generatebutton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "servers_nextjs_components_ui_tabs_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "ui_tabs_tabscontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "ui_tabs_tabslist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "ui_tabs_tabstrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "ui_overlay_loader_overlayloader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "servers_nextjs_components_wrapper_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "hooks_useoutlinestreaming_useoutlinestreaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "hooks_useoutlinemanagement_useoutlinemanagement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "hooks_usepresentationgeneration_usepresentationgeneration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_outlinepage_outlinepage", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "components_outlinecontent_outlinecontentprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_outline_components_outlinecontent_tsx", "to": "components_outlinecontent_outlinecontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "hooks_usepresentationgeneration_default_loading_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationgeneration_usepresentationgeneration", "to": "hooks_usecustomtemplates_getcustomtemplatedetails", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useoutlinestreaming_useoutlinestreaming", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useoutlinestreaming_useoutlinestreaming", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useoutlinestreaming_useoutlinestreaming", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useoutlinemanagement_useoutlinemanagement", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_use_keyboard_shortcut_usekeyboardshortcut", "to": "hooks_use_keyboard_shortcut_keyboardevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "to": "hooks_use_keyboard_shortcut_usekeyboardshortcut", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_presentationundoredo_usepresentationundoredo", "to": "hooks_use_keyboard_shortcut_usekeyboardshortcut", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_loading_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_loading_tsx", "to": "documents_preview_loading_loading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_page_tsx", "to": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_page_tsx", "to": "documents_preview_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "ui_overlay_loader_overlayloader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "components_markdownrenderer_markdownrenderer", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "servers_nextjs_components_tooltip_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "components_documentpreviewpage_loadingstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "components_documentpreviewpage_textcontents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "components_documentpreviewpage_fileitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_documents_preview_components_documentpreviewpage_tsx", "to": "components_documentpreviewpage_documentspreviewpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_markdownrenderer_markdownrenderer", "to": "components_markdownrenderer_markdownrendererprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_loading_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_loading_tsx", "to": "presentation_loading_loading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_page_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_page_tsx", "to": "presentation_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_types_index_ts", "to": "types_index_presentationstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_types_index_ts", "to": "types_index_streamstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_types_index_ts", "to": "types_index_presentationpageprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_presentationstate", "to": "architecture_presentation_model", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_index_presentationstate", "to": "database_schema_slides_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "servers_nextjs_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "servers_nextjs_components_tooltip_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "slices_undoredoslice_undoredoslice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_slidecontent_tsx", "to": "components_slidecontent_slidecontentprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "components_sidepanel_sidepanelprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "servers_nextjs_components_tooltip_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "components_sortableslide_sortableslide", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sidepanel_sidepanel", "to": "components_sortablelistitem_sortablelistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_help_tsx", "to": "servers_nextjs_components_ui_accordion_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_help_tsx", "to": "ui_accordion_accordioncontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_help_tsx", "to": "ui_accordion_accordionitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_help_tsx", "to": "ui_accordion_accordiontrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_help_tsx", "to": "components_help_helpquestions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_help_tsx", "to": "components_help_help", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_components_wrapper_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "ui_overlay_loader_overlayloader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "components_announcement_announcement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "hooks_presentationundoredo_usepresentationundoredo", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "servers_nextjs_components_tooltip_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_header_tsx", "to": "slices_undoredoslice_undoredoslice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_presentationpage_presentationpage", "to": "hooks_useautosave_useautosave", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "components_presentationpage_presentationpage", "to": "hooks_usepresentationdata_usepresentationdata", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "components_presentationpage_presentationpage", "to": "hooks_usepresentationnavigation_usepresentationnavigation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "components_presentationpage_presentationpage", "to": "hooks_usepresentationstreaming_usepresentationstreaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "components_presentationpage_presentationpage", "to": "hooks_presentationundoredo_usepresentationundoredo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_modal_tsx", "to": "components_modal_modal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_sortableslide_sortableslide", "to": "components_sortableslide_sortableslideprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_components_loadingstate_tsx", "to": "components_loadingstate_loadingstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useautosave_useautosave", "to": "hooks_useautosave_useautosaveoptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useautosave_useautosave", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useautosave_useautosave", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useautosave_useautosave", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useautosave_useautosave", "to": "slices_undoredoslice_undoredoslice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationstreaming_usepresentationstreaming", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationstreaming_usepresentationstreaming", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationstreaming_usepresentationstreaming", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationstreaming_usepresentationstreaming", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "to": "slices_undoredoslice_undoredoslice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_presentation_hooks_presentationundoredo_ts", "to": "hooks_presentationundoredo_usepresentationundoredo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationdata_usepresentationdata", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationdata_usepresentationdata", "to": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationdata_usepresentationdata", "to": "api_dashboard_dashboardapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usepresentationdata_usepresentationdata", "to": "slices_undoredoslice_undoredoslice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_template_ts", "to": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_template_ts", "to": "api_api_error_handler_apiresponsehandler", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_template_ts", "to": "api_template_templateservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "servers_nextjs_app_presentation_generator_services_api_template_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_template_templateservice", "to": "api_template_templateservice_getcustomtemplatesummaries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_template_templateservice", "to": "api_template_templateservice_getcustomtemplatedetails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_template_templateservice", "to": "api_template_templateservice_deletecustomtemplate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_images_ts", "to": "servers_nextjs_app_presentation_generator_services_api_header_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_images_ts", "to": "api_header_getheaderforformdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_images_ts", "to": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_images_ts", "to": "api_api_error_handler_apiresponsehandler", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_images_ts", "to": "servers_nextjs_app_presentation_generator_services_api_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_images_ts", "to": "api_types_imageassetresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_images_ts", "to": "api_images_imagesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_images_imagesapi", "to": "api_images_imagesapi_deleteimage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "to": "servers_nextjs_app_presentation_generator_services_api_header_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "to": "api_header_getheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "to": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "to": "api_api_error_handler_apiresponsehandler", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_dashboard_ts", "to": "api_dashboard_dashboardapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_types_ts", "to": "api_types_chartassignmentresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_types_ts", "to": "api_types_deplotresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_types_ts", "to": "api_types_imageassetresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "servers_nextjs_app_presentation_generator_services_api_header_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_header_getheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_header_getheaderforformdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "servers_nextjs_app_presentation_generator_services_api_params_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_params_iconsearch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_params_imagegenerate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_params_imagesearch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_params_previousgeneratedimagesresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_api_error_handler_apiresponsehandler", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_presentation_generation_presentationgenerationapi_uploaddoc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_presentation_generation_presentationgenerationapi_decomposedocuments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_presentation_generation_presentationgenerationapi_updatepresentationcontent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_presentation_generation_presentationgenerationapi_presentationprepare", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "api_presentation_generation_presentationgenerationapi_exportaspptx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_store_ts", "to": "api_presentation_generation_presentationgenerationapi", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "slices_presentationgeneration_presentationdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi", "to": "slices_presentationgeneration_initialstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi_uploaddoc", "to": "api_header_getheaderforformdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi_decomposedocuments", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi_updatepresentationcontent", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi_presentationprepare", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_presentation_generation_presentationgenerationapi_exportaspptx", "to": "api_header_getheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_header_ts", "to": "api_header_getheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_header_ts", "to": "api_header_getheaderforformdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "to": "api_api_error_handler_apierrorresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_api_error_handler_ts", "to": "api_api_error_handler_apiresponsehandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_api_error_handler_apiresponsehandler", "to": "api_api_error_handler_apiresponsehandler_handleresponse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_api_error_handler_apiresponsehandler", "to": "api_api_error_handler_apiresponsehandler_handleresponsewithresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_api_error_handler_apiresponsehandler", "to": "api_api_error_handler_apiresponsehandler_getstatusbasederrormessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_api_error_handler_apiresponsehandler_handleresponse", "to": "api_api_error_handler_apiresponsehandler_getstatusbasederrormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_api_error_handler_apiresponsehandler_handleresponsewithresult", "to": "api_api_error_handler_apiresponsehandler_getstatusbasederrormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_params_ts", "to": "api_params_imagesearch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_params_ts", "to": "api_params_imagegenerate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_params_ts", "to": "api_params_iconsearch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_services_api_params_ts", "to": "api_params_previousgeneratedimagesresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_type_ts", "to": "upload_type_uploadedfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_type_ts", "to": "upload_type_themetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_type_ts", "to": "upload_type_languagetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_type_ts", "to": "upload_type_presentationconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_type_ts", "to": "upload_type_tonetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_type_ts", "to": "upload_type_verbositytype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "servers_nextjs_app_presentation_generator_upload_type_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_app_presentation_generator_upload_type_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_slices_presentationgenupload_ts", "to": "servers_nextjs_app_presentation_generator_upload_type_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "upload_type_languagetype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "upload_type_languagetype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "upload_type_presentationconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "upload_type_presentationconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_slices_presentationgenupload_ts", "to": "upload_type_presentationconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "upload_type_tonetype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "upload_type_tonetype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "upload_type_verbositytype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "upload_type_verbositytype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_loading_tsx", "to": "ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_loading_tsx", "to": "upload_loading_loading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_page_tsx", "to": "components_uploadpage_uploadpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_page_tsx", "to": "upload_page_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_page_tsx", "to": "upload_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "components_uploadpage_loadingstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "components_configurationselects_configurationselects", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "servers_nextjs_app_presentation_generator_upload_components_promptinput_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "components_promptinput_promptinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "components_supportingdoc_supportingdoc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "ui_overlay_loader_overlayloader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "servers_nextjs_components_wrapper_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "servers_nextjs_store_slices_presentationgenupload_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_uploadpage_uploadpage", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_uploadpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_supportingdoc_supportingdoc", "to": "components_supportingdoc_filewithid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_supportingdoc_supportingdoc", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_supportingdoc_supportingdoc", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "components_configurationselects_configurationselectsprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "components_configurationselects_slideoption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "components_configurationselects_slidecountselect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "components_configurationselects_languageselect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_ui_select_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_ui_command_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_command_command", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_command_commandempty", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_command_commandgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_command_commandinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_command_commanditem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_command_commandlist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_ui_switch_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_ui_dialog_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_dialog_dialogfooter", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_configurationselects_configurationselects", "to": "servers_nextjs_components_tooltip_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_promptinput_tsx", "to": "servers_nextjs_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_promptinput_tsx", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_promptinput_tsx", "to": "components_promptinput_promptinputprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_promptinput_tsx", "to": "components_promptinput_promptinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "store_store_store", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_cy_createrouter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_cy_routerwrapper", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_cy_router", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_cy_checktoast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_cy_file1", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_cy_file2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_cy_imagefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_generator_upload_components_uploadpage_cy_tsx", "to": "components_uploadpage_cy_docfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_schema_page_tsx", "to": "servers_nextjs_app_hooks_usecustomtemplates_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_schema_page_tsx", "to": "hooks_usecustomtemplates_getcustomtemplatedetails", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_schema_page_tsx", "to": "servers_nextjs_app_presentation_templates_index_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_schema_page_tsx", "to": "presentation_templates_index_getschemabytemplateid", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_schema_page_tsx", "to": "presentation_templates_index_getsettingsbytemplateid", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_schema_page_tsx", "to": "schema_page_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_utils_templatewithdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_utils_templategroupsettings", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_utils_createtemplateentry", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_utils_templatelayoutswithsettings", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_introslidelayout_introslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_basicinfoslidelayout_basicinfoslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_metricsslidelayout_metricsslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_metricswithimageslidelayout_metricswithimageslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_numberedbulletsslidelayout_numberedbulletsslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_quoteslidelayout_quoteslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_tableinfoslidelayout_tableinfoslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "modern_tableofcontentslayout_tableofcontentslayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "general_teamslidelayout_teamslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_headlinetextwithbulletsandstats_headlinetextwithbulletsandstatsdata", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_headlinetextwithbulletsandstats_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_headlinedescriptionwithimage_headlinedescriptionwithimagelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_headlinedescriptionwithimage_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_headlinedescriptionwithdoubleimage_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_indexedthreecolumnlist_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_indexedthreecolumnlist_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_layouttextblockwithmetriccards_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_layouttextblockwithmetriccards_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_leftalignquote_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_leftalignquote_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptiontable_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titledescriptionwithtable_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_challengeandoutcomewithonestat_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_challengeandoutcomewithonestat_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_gridbasedeightmetricssnapshots_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_gridbasedeightmetricssnapshots_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_titletopdescriptionfourteammembersgrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titletopdescriptionfourteammembersgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_titlethreecolumnriskconstraints_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titlethreecolumnriskconstraints_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_thankyoucontactinfofooterimageslide_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_thankyoucontactinfofooterimageslide_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_timeline_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_timeline_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titlewithfullwidthchart_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titlemetricswithchart_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_titlewithgridbasedheadinganddescription_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titlewithgridbasedheadinganddescription_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_textsplitwithemphasisblock_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_textsplitwithemphasisblock_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_metricswithimageslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_numberedbulletsslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_quoteslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_tableofcontentwithoutpagenumber_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_tableofcontentwithoutpagenumber_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_titlemetricvaluemetriclabelfunnelstages_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titlemetricvaluemetriclabelfunnelstages_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_multichartgridslidelayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_introslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_bulletswithiconsdescriptiongrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_imageanddescriptionlayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_imageswithdescriptionlayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_metricswithdescription_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_tableofcontentslayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionbulletlist_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionbulletlist_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptioncontactlist_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptioncontactlist_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptiondualmetricsgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontimeline_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionicontimeline_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionimageright_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionimageright_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionmetricschart_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionmetricsimage_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptiontable_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncharts_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledualcomparisoncharts_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncards_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledualcomparisoncards_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titlehorizontalalternatingtimeline_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titlehorizontalalternatingtimeline_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titlekpisnapshotgrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titlekpisnapshotgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titlesubtitleschart_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titletwocolumnnumberedlist_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titletwocolumnnumberedlist_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionmultichartgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_introslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_introslidelayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_chartlefttextrightlayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_chartlefttextrightlayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_contactlayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_contactlayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_headingbulletimagedescriptionlayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_headingbulletimagedescriptionlayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_iconbulletdescriptionlayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_iconimagedescriptionlayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_imagelistwithdescriptionlayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_metricsdescriptionlayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_numberedbulletsingleimagelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_numberedbulletsingleimagelayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_tableofcontentslayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "standard_visualmetricsslidelayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titlebadgechart_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titlebadgechart_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionbulletlist_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptionbulletlist_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioncontactcards_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptioncontactcards_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioniconlist_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptioniconlist_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionimageright_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptionimageright_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionradialcards_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptionradialcards_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontable_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptiontable_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptiontimeline_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledualchartscomparison_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledualchartscomparison_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledualcomparisoncards_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledualcomparisoncards_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titlekpigrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titlekpigrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricschart_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titlemetricschart_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricsimage_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titlemetricsimage_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titlepointsdonutgrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titlepointsdonutgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptionmultichartgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_swift_introslidelayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_introslidelayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_bulletswithiconstitledescription_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_iconbulletlistdescription_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_swift_imagelistdescription_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_imagelistdescription_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_metricsnumbers_metricsnumbers", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_metricsnumbers_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_swift_simplebulletpointslayout_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_simplebulletpointslayout_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_tableofcontents_tableofcontents", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_tableofcontents_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_tableorchart_tableorchart", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_tableorchart_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_swift_timeline_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "swift_timeline_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titlecenteredchart_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titlecenteredchart_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titlechartmetricssidebar_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titlechartmetricssidebar_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionbulletlist_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledescriptionbulletlist_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptiondatatable_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledescriptiondatatable_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionimageright_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledescriptionimageright_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledescriptionmetricsgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledescriptionmetricsgridimage_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titledualcomparisonblocks_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledualcomparisonblocks_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titlelabeldescriptionstatcards_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titlelabeldescriptionstatcards_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titlesubtitleteammembercards_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titlesubtitleteammembercards_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titletaglinedescriptionnumberedsteps_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titletaglinedescriptionnumberedsteps_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titlethreebythreemetricsgrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titlethreebythreemetricsgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_schema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_general_settings_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_modern_settings_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_standard_settings_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_swift_settings_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_general_settings_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_standard_settings_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_modern_settings_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "servers_nextjs_app_presentation_templates_neo_swift_settings_json", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_neogeneraltemplates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_neostandardtemplates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_neomoderntemplates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_neoswifttemplates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_generaltemplates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_moderntemplates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_standardtemplates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_swifttemplates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_alllayouts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_templates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_gettemplatesbytemplatename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_getschemabytemplateid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_getsettingsbytemplateid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_gettemplatebylayoutid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_index_tsx", "to": "presentation_templates_index_getlayoutbylayoutid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_templates_exampleslidelayout_exampleslidelayout", "to": "presentation_templates_exampleslidelayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_templates_exampleslidelayout_exampleslidelayout", "to": "presentation_templates_exampleslidelayout_schematype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_templates_exampleslidelayout_exampleslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_templates_exampleslidelayout_exampleslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_templates_exampleslidelayout_exampleslidelayout", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "to": "presentation_templates_defaultschemes_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "to": "presentation_templates_defaultschemes_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_exampleslidelayouttemplate_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_metricswithimageslidelayout_metricswithimageslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_introslidelayout_introslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_teamslidelayout_teamslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_basicinfoslidelayout_basicinfoslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_numberedbulletsslidelayout_numberedbulletsslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_quoteslidelayout_quoteslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_metricswithimageslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_numberedbulletsslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_quoteslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_introslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageanddescriptionlayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageswithdescriptionlayout_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_metricswithdescription_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletswithiconsdescriptiongrid_tsx", "to": "servers_nextjs_app_presentation_templates_defaultschemes_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_exampleslidelayouttemplate_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_metricswithimageslidelayout_metricswithimageslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_introslidelayout_introslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_teamslidelayout_teamslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_basicinfoslidelayout_basicinfoslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_numberedbulletsslidelayout_numberedbulletsslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_quoteslidelayout_quoteslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_metricswithimageslidelayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_numberedbulletsslidelayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_quoteslidelayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_introslidelayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageanddescriptionlayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageswithdescriptionlayout_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_metricswithdescription_tsx", "to": "presentation_templates_defaultschemes_imageschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_exampleslidelayouttemplate_tsx", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletswithiconsdescriptiongrid_tsx", "to": "presentation_templates_defaultschemes_iconschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_utils_ts", "to": "presentation_templates_utils_getschemadefaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_utils_ts", "to": "presentation_templates_utils_getschemajson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_utils_ts", "to": "presentation_templates_utils_createtemplateentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_utils_ts", "to": "presentation_templates_utils_templatemetadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_utils_ts", "to": "presentation_templates_utils_templatewithdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_utils_ts", "to": "presentation_templates_utils_templategroupsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_utils_ts", "to": "presentation_templates_utils_templatelayoutswithsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_templates_utils_createtemplateentry", "to": "presentation_templates_utils_getschemadefaults", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_templates_utils_createtemplateentry", "to": "presentation_templates_utils_getschemajson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_exampleslidelayouttemplate_tsx", "to": "presentation_templates_exampleslidelayouttemplate_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_exampleslidelayouttemplate_tsx", "to": "presentation_templates_exampleslidelayouttemplate_schematype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_exampleslidelayouttemplate_tsx", "to": "presentation_templates_exampleslidelayouttemplate_slidecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_chartwithbulletsslidelayout_multiseriesdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_multichartgridslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_modern_titledescriptionmultichartgridwithbullets_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlekpisnapshotgrid_tsx", "to": "neo_modern_titlekpisnapshotgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlekpisnapshotgrid_tsx", "to": "neo_modern_titlekpisnapshotgrid_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptionmetricsimage_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptionmetricsimage_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_settings_json", "to": "neo_modern_settings_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_settings_json", "to": "neo_modern_settings_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_settings_json", "to": "neo_modern_settings_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncards_tsx", "to": "neo_modern_titledualcomparisoncards_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncards_tsx", "to": "neo_modern_titledualcomparisoncards_datatype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncards_tsx", "to": "neo_modern_titledualcomparisoncards_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptioncontactlist_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptioncontactlist_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptioncontactlist_tsx", "to": "neo_modern_titledescriptioncontactlist_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptioncontactlist_tsx", "to": "neo_modern_titledescriptioncontactlist_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_multiseriesdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_multichartgridslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_multichartgridslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgrid_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_multiseriesdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_multichartgridslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_multichartgridslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_modern_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_modern_titledescriptionmultichartgridwithmetrics_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionimageright_tsx", "to": "neo_modern_titledescriptionimageright_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionimageright_tsx", "to": "neo_modern_titledescriptionimageright_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlehorizontalalternatingtimeline_tsx", "to": "neo_modern_titlehorizontalalternatingtimeline_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlehorizontalalternatingtimeline_tsx", "to": "neo_modern_titlehorizontalalternatingtimeline_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptionmetricschart_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptionmetricschart_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptionmetricschart_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptionmetricschart_graphcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptionmetricschart_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptiondualmetricsgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_modern_titledescriptiondualmetricsgrid_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontimeline_tsx", "to": "neo_modern_titledescriptionicontimeline_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontimeline_tsx", "to": "neo_modern_titledescriptionicontimeline_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionbulletlist_tsx", "to": "neo_modern_titledescriptionbulletlist_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptionbulletlist_tsx", "to": "neo_modern_titledescriptionbulletlist_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "to": "neo_modern_titlesubtitleschart_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "to": "neo_modern_titlesubtitleschart_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "to": "neo_modern_titlesubtitleschart_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "to": "neo_modern_titlesubtitleschart_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "to": "neo_modern_titlesubtitleschart_graphcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "to": "neo_modern_titlesubtitleschart_getdatakey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titlesubtitleschart_tsx", "to": "neo_modern_titlesubtitleschart_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titletwocolumnnumberedlist_tsx", "to": "neo_modern_titletwocolumnnumberedlist_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titletwocolumnnumberedlist_tsx", "to": "neo_modern_titletwocolumnnumberedlist_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptiontable_tsx", "to": "neo_modern_titledescriptiontable_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptiontable_tsx", "to": "neo_modern_titledescriptiontable_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptiontable_tsx", "to": "neo_general_titledescriptionwithtable_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledescriptiontable_tsx", "to": "neo_general_titledescriptionwithtable_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncharts_tsx", "to": "neo_modern_titledualcomparisoncharts_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncharts_tsx", "to": "neo_modern_titledualcomparisoncharts_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncharts_tsx", "to": "neo_modern_titledualcomparisoncharts_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncharts_tsx", "to": "neo_modern_titledualcomparisoncharts_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncharts_tsx", "to": "neo_modern_titledualcomparisoncharts_graphcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_modern_titledualcomparisoncharts_tsx", "to": "neo_modern_titledualcomparisoncharts_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlelabeldescriptionstatcards_tsx", "to": "neo_swift_titlelabeldescriptionstatcards_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlelabeldescriptionstatcards_tsx", "to": "neo_swift_titlelabeldescriptionstatcards_datatype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlelabeldescriptionstatcards_tsx", "to": "neo_swift_titlelabeldescriptionstatcards_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titletaglinedescriptionnumberedsteps_tsx", "to": "neo_swift_titletaglinedescriptionnumberedsteps_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titletaglinedescriptionnumberedsteps_tsx", "to": "neo_swift_titletaglinedescriptionnumberedsteps_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_swift_titledescriptionmetricsgridimage_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_swift_titledescriptionmetricsgridimage_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_settings_json", "to": "neo_swift_settings_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_settings_json", "to": "neo_swift_settings_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_settings_json", "to": "neo_swift_settings_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_defaultcharts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_getgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_transformmultiseriesdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_transformdivergingdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_renderpielabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsfourmetrics_tsx", "to": "neo_swift_titledescriptionsixchartsfourmetrics_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionsixchartsfourmetrics_dynamicslidelayout", "to": "neo_swift_titledescriptionsixchartsfourmetrics_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionsixchartsfourmetrics_minichartrenderer", "to": "neo_swift_titledescriptionsixchartsfourmetrics_transformmultiseriesdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionsixchartsfourmetrics_minichartrenderer", "to": "neo_swift_titledescriptionsixchartsfourmetrics_transformdivergingdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlethreebythreemetricsgrid_tsx", "to": "neo_swift_titlethreebythreemetricsgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlethreebythreemetricsgrid_tsx", "to": "neo_swift_titlethreebythreemetricsgrid_card", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlethreebythreemetricsgrid_tsx", "to": "neo_swift_titlethreebythreemetricsgrid_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionimageright_tsx", "to": "neo_swift_titledescriptionimageright_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionimageright_tsx", "to": "neo_swift_titledescriptionimageright_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlesubtitleteammembercards_tsx", "to": "neo_swift_titlesubtitleteammembercards_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlesubtitleteammembercards_tsx", "to": "neo_swift_titlesubtitleteammembercards_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_defaultcharts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_getgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_transformmultiseriesdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_transformdivergingdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_renderpielabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionfourchartssixbullets_tsx", "to": "neo_swift_titledescriptionfourchartssixbullets_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionfourchartssixbullets_dynamicslidelayout", "to": "neo_swift_titledescriptionfourchartssixbullets_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionfourchartssixbullets_minichartrenderer", "to": "neo_swift_titledescriptionfourchartssixbullets_transformmultiseriesdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionfourchartssixbullets_minichartrenderer", "to": "neo_swift_titledescriptionfourchartssixbullets_transformdivergingdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlecenteredchart_tsx", "to": "neo_swift_titlecenteredchart_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlecenteredchart_tsx", "to": "neo_swift_titlecenteredchart_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlecenteredchart_tsx", "to": "neo_swift_titlecenteredchart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlecenteredchart_tsx", "to": "neo_swift_titlecenteredchart_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlecenteredchart_tsx", "to": "neo_swift_titlecenteredchart_graphcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlecenteredchart_tsx", "to": "neo_swift_titlecenteredchart_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledualcomparisonblocks_tsx", "to": "neo_swift_titledualcomparisonblocks_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledualcomparisonblocks_tsx", "to": "neo_swift_titledualcomparisonblocks_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionbulletlist_tsx", "to": "neo_swift_titledescriptionbulletlist_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionbulletlist_tsx", "to": "neo_swift_titledescriptionbulletlist_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlechartmetricssidebar_tsx", "to": "neo_swift_titlechartmetricssidebar_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlechartmetricssidebar_tsx", "to": "neo_swift_titlechartmetricssidebar_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlechartmetricssidebar_tsx", "to": "neo_swift_titlechartmetricssidebar_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlechartmetricssidebar_tsx", "to": "neo_swift_titlechartmetricssidebar_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlechartmetricssidebar_tsx", "to": "neo_swift_titlechartmetricssidebar_graphcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titlechartmetricssidebar_tsx", "to": "neo_swift_titlechartmetricssidebar_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_defaultcharts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_transformmultiseriesdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_transformdivergingdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_renderpielabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_getgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionsixchartsgrid_tsx", "to": "neo_swift_titledescriptionsixchartsgrid_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionsixchartsgrid_minichartrenderer", "to": "neo_swift_titledescriptionsixchartsgrid_transformmultiseriesdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionsixchartsgrid_minichartrenderer", "to": "neo_swift_titledescriptionsixchartsgrid_transformdivergingdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_swift_titledescriptionsixchartsgrid_dynamicslidelayout", "to": "neo_swift_titledescriptionsixchartsgrid_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptiondatatable_tsx", "to": "neo_swift_titledescriptiondatatable_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptiondatatable_tsx", "to": "neo_swift_titledescriptiondatatable_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "swift_tableorchart_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_swift_titledescriptionmetricsgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_swift_titledescriptionmetricsgrid_tsx", "to": "neo_swift_titledescriptionmetricsgrid_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_metricsslidelayout_metricsslidelayout", "to": "general_metricsslidelayout_metricsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_metricsslidelayout_metricsslidelayout", "to": "general_metricsslidelayout_metricsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_metricswithimageslidelayout_metricswithimageslidelayout", "to": "general_metricswithimageslidelayout_metricswithimageslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_metricswithimageslidelayout_metricswithimageslidelayout", "to": "general_metricswithimageslidelayout_metricswithimageslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_tableinfoslidelayout_tableinfoslidelayout", "to": "general_tableinfoslidelayout_tableinfoslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_tableinfoslidelayout_tableinfoslidelayout", "to": "general_tableinfoslidelayout_tableinfoslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_general_settings_json", "to": "general_settings_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_general_settings_json", "to": "general_settings_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_general_settings_json", "to": "general_settings_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_introslidelayout_introslidelayout", "to": "general_introslidelayout_introslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_introslidelayout_introslidelayout", "to": "general_introslidelayout_introslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_introslidelayout_introslidelayout", "to": "general_introslidelayout_introslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "to": "general_bulletwithiconsslidelayout_bulletwithiconsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "to": "general_bulletwithiconsslidelayout_bulletwithiconsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "to": "general_bulletwithiconsslidelayout_bulletwithiconsslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_tableofcontentslayout_tableofcontentslayout", "to": "general_tableofcontentsslidelayout_tableofcontentsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_teamslidelayout_teamslidelayout", "to": "general_teamslidelayout_teamslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_teamslidelayout_teamslidelayout", "to": "general_teamslidelayout_teamslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_teamslidelayout_teamslidelayout", "to": "general_teamslidelayout_teamslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_teamslidelayout_teamslidelayout", "to": "swift_imagelistdescription_teammembers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "to": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_basicinfoslidelayout_basicinfoslidelayout", "to": "general_basicinfoslidelayout_basicinfoslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_basicinfoslidelayout_basicinfoslidelayout", "to": "general_basicinfoslidelayout_basicinfoslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "general_chartwithbulletsslidelayout_barpielineareachartdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "general_chartwithbulletsslidelayout_scatterchartdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "general_chartwithbulletsslidelayout_chartwithbulletsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "general_chartwithbulletsslidelayout_chartwithbulletsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "general_chartwithbulletsslidelayout_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "general_chartwithbulletsslidelayout_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_numberedbulletsslidelayout_numberedbulletsslidelayout", "to": "general_numberedbulletsslidelayout_numberedbulletsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_numberedbulletsslidelayout_numberedbulletsslidelayout", "to": "general_numberedbulletsslidelayout_numberedbulletsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_quoteslidelayout_quoteslidelayout", "to": "general_quoteslidelayout_quoteslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_quoteslidelayout_quoteslidelayout", "to": "general_quoteslidelayout_quoteslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "general_quoteslidelayout_quoteslidelayout", "to": "general_quoteslidelayout_quoteslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_multiseriesdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_multichartgridslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_multichartgridslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_getgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_standard_titledescriptionmultichartgridwithbullets_titledescriptionmultichartgridwithbulletslayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_standard_titledescriptionmultichartgridwithbullets_titledescriptionmultichartgridwithbulletslayout", "to": "neo_standard_titledescriptionmultichartgridwithbullets_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_settings_json", "to": "neo_standard_settings_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_settings_json", "to": "neo_standard_settings_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_settings_json", "to": "neo_standard_settings_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricschart_tsx", "to": "neo_standard_titlemetricschart_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricschart_tsx", "to": "neo_standard_titlemetricschart_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricschart_tsx", "to": "neo_standard_titlemetricschart_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricschart_tsx", "to": "neo_standard_titlemetricschart_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricschart_tsx", "to": "neo_standard_titlemetricschart_graphcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricschart_tsx", "to": "neo_standard_titlemetricschart_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualcomparisoncards_tsx", "to": "neo_standard_titledualcomparisoncards_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualcomparisoncards_tsx", "to": "neo_standard_titledualcomparisoncards_sectioncard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualcomparisoncards_tsx", "to": "neo_standard_titledualcomparisoncards_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioniconlist_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioniconlist_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioniconlist_tsx", "to": "neo_standard_titledescriptioniconlist_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioniconlist_tsx", "to": "neo_standard_titledescriptioniconlist_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_multiseriesdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_multichartgridslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_multichartgridslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_getgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgrid_tsx", "to": "neo_standard_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_standard_titledescriptionmultichartgrid_titledescriptionmultichartgridlayout", "to": "neo_standard_titledescriptionmultichartgrid_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionimageright_tsx", "to": "neo_standard_titledescriptionimageright_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionimageright_tsx", "to": "neo_standard_titledescriptionimageright_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlepointsdonutgrid_tsx", "to": "neo_standard_titlepointsdonutgrid_radialprogress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlepointsdonutgrid_tsx", "to": "neo_standard_titlepointsdonutgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlepointsdonutgrid_tsx", "to": "neo_standard_titlepointsdonutgrid_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontimeline_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontimeline_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontimeline_tsx", "to": "neo_standard_titledescriptiontimeline_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontimeline_tsx", "to": "neo_standard_titledescriptiontimeline_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionradialcards_tsx", "to": "neo_standard_titledescriptionradialcards_radialprogress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionradialcards_tsx", "to": "neo_standard_titledescriptionradialcards_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionradialcards_tsx", "to": "neo_standard_titledescriptionradialcards_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionradialcards_tsx", "to": "neo_standard_titledescriptionradialcards_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionbulletlist_tsx", "to": "neo_standard_titledescriptionbulletlist_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionbulletlist_tsx", "to": "neo_standard_titledescriptionbulletlist_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricsimage_tsx", "to": "neo_standard_titlemetricsimage_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlemetricsimage_tsx", "to": "neo_standard_titlemetricsimage_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlebadgechart_tsx", "to": "neo_standard_titlebadgechart_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlebadgechart_tsx", "to": "neo_standard_titlebadgechart_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlebadgechart_tsx", "to": "neo_standard_titlebadgechart_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlebadgechart_tsx", "to": "neo_standard_titlebadgechart_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlekpigrid_tsx", "to": "neo_standard_titlekpigrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titlekpigrid_tsx", "to": "neo_standard_titlekpigrid_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioncontactcards_tsx", "to": "neo_standard_titledescriptioncontactcards_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptioncontactcards_tsx", "to": "neo_standard_titledescriptioncontactcards_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_multiseriesdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_multichartgridslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_multichartgridslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_getgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_titledescriptionmultichartgridwithmetricslayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_standard_titledescriptionmultichartgridwithmetrics_titledescriptionmultichartgridwithmetricslayout", "to": "neo_standard_titledescriptionmultichartgridwithmetrics_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontable_tsx", "to": "neo_standard_titledescriptiontable_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledescriptiontable_tsx", "to": "neo_standard_titledescriptiontable_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualchartscomparison_tsx", "to": "neo_standard_titledualchartscomparison_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualchartscomparison_tsx", "to": "neo_standard_titledualchartscomparison_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualchartscomparison_tsx", "to": "neo_standard_titledualchartscomparison_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualchartscomparison_tsx", "to": "neo_standard_titledualchartscomparison_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualchartscomparison_tsx", "to": "neo_standard_titledualchartscomparison_graphcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_standard_titledualchartscomparison_tsx", "to": "neo_standard_titledualchartscomparison_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "standard_imagelistwithdescriptionlayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "standard_imagelistwithdescriptionlayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "standard_imagelistwithdescriptionlayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "standard_imagelistwithdescriptionlayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "standard_imagelistwithdescriptionlayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "standard_imagelistwithdescriptionlayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_settings_json", "to": "standard_settings_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_settings_json", "to": "standard_settings_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_settings_json", "to": "standard_settings_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_introslidelayout_tsx", "to": "standard_introslidelayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_introslidelayout_tsx", "to": "standard_introslidelayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_introslidelayout_tsx", "to": "standard_introslidelayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_introslidelayout_tsx", "to": "standard_introslidelayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_introslidelayout_tsx", "to": "standard_introslidelayout_layoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_introslidelayout_tsx", "to": "standard_introslidelayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_chartlefttextrightlayout_tsx", "to": "standard_chartlefttextrightlayout_chartdatumschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_chartlefttextrightlayout_tsx", "to": "standard_chartlefttextrightlayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_chartlefttextrightlayout_tsx", "to": "standard_chartlefttextrightlayout_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_chartlefttextrightlayout_tsx", "to": "standard_chartlefttextrightlayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_chartlefttextrightlayout_tsx", "to": "standard_chartlefttextrightlayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_chartlefttextrightlayout_tsx", "to": "standard_chartlefttextrightlayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_headingbulletimagedescriptionlayout_tsx", "to": "standard_headingbulletimagedescriptionlayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_headingbulletimagedescriptionlayout_tsx", "to": "standard_headingbulletimagedescriptionlayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_headingbulletimagedescriptionlayout_tsx", "to": "standard_headingbulletimagedescriptionlayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_headingbulletimagedescriptionlayout_tsx", "to": "standard_headingbulletimagedescriptionlayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_headingbulletimagedescriptionlayout_tsx", "to": "standard_headingbulletimagedescriptionlayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_headingbulletimagedescriptionlayout_tsx", "to": "standard_headingbulletimagedescriptionlayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_tableofcontentslayout_tableofcontentslayout", "to": "standard_tableofcontentslayout_tocitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_tableofcontentslayout_tableofcontentslayout", "to": "standard_tableofcontentslayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_tableofcontentslayout_tableofcontentslayout", "to": "standard_tableofcontentslayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_tableofcontentslayout_tableofcontentslayout", "to": "standard_tableofcontentslayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_tableofcontentslayout_tableofcontentslayout", "to": "standard_tableofcontentslayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "to": "standard_iconbulletdescriptionlayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "to": "standard_iconbulletdescriptionlayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "to": "standard_iconbulletdescriptionlayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "to": "standard_iconbulletdescriptionlayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "to": "standard_iconbulletdescriptionlayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconbulletdescriptionlayout_tsx", "to": "standard_iconbulletdescriptionlayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "to": "standard_metricsdescriptionlayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "to": "standard_metricsdescriptionlayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "to": "standard_metricsdescriptionlayout_cardschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "to": "standard_metricsdescriptionlayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "to": "standard_metricsdescriptionlayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "to": "standard_metricsdescriptionlayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_metricsdescriptionlayout_tsx", "to": "standard_metricsdescriptionlayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "to": "standard_iconimagedescriptionlayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "to": "standard_iconimagedescriptionlayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "to": "standard_iconimagedescriptionlayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "to": "standard_iconimagedescriptionlayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "to": "standard_iconimagedescriptionlayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_iconimagedescriptionlayout_tsx", "to": "standard_iconimagedescriptionlayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "to": "standard_visualmetricsslidelayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "to": "standard_visualmetricsslidelayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "to": "standard_visualmetricsslidelayout_cardschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "to": "standard_visualmetricsslidelayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "to": "standard_visualmetricsslidelayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "to": "standard_visualmetricsslidelayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_visualmetricsslidelayout_tsx", "to": "standard_visualmetricsslidelayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_numberedbulletsingleimagelayout_tsx", "to": "standard_numberedbulletsingleimagelayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_numberedbulletsingleimagelayout_tsx", "to": "standard_numberedbulletsingleimagelayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_numberedbulletsingleimagelayout_tsx", "to": "standard_numberedbulletsingleimagelayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_numberedbulletsingleimagelayout_tsx", "to": "standard_numberedbulletsingleimagelayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_numberedbulletsingleimagelayout_tsx", "to": "standard_numberedbulletsingleimagelayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_numberedbulletsingleimagelayout_tsx", "to": "standard_numberedbulletsingleimagelayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_contactlayout_tsx", "to": "standard_contactlayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_contactlayout_tsx", "to": "standard_contactlayout_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_contactlayout_tsx", "to": "standard_contactlayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_contactlayout_tsx", "to": "standard_contactlayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_contactlayout_tsx", "to": "standard_contactlayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_standard_contactlayout_tsx", "to": "standard_contactlayout_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "swift_tableorchart_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_multiseriesdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_multichartgridwithbulletsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_multichartgridwithbulletsslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithbullets_tsx", "to": "neo_general_titledescriptionmultichartgridwithbullets_getgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_titledescriptionmultichartgridwithbullets_multichartgridwithbulletsslidelayout", "to": "neo_general_titledescriptionmultichartgridwithbullets_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_metricswithimageslidelayout_tsx", "to": "neo_general_metricswithimageslidelayout_metricswithimageslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_metricswithimageslidelayout_tsx", "to": "neo_general_metricswithimageslidelayout_metricswithimageslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_metricswithimageslidelayout_tsx", "to": "neo_general_metricswithimageslidelayout_metricswithimageslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_metricswithimageslidelayout_tsx", "to": "neo_general_metricswithimageslidelayout_metricswithimageslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_thankyoucontactinfofooterimageslide_tsx", "to": "neo_general_thankyoucontactinfofooterimageslide_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_thankyoucontactinfofooterimageslide_tsx", "to": "neo_general_thankyoucontactinfofooterimageslide_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titletopdescriptionfourteammembersgrid_tsx", "to": "neo_general_titletopdescriptionfourteammembersgrid_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titletopdescriptionfourteammembersgrid_tsx", "to": "neo_general_titletopdescriptionfourteammembersgrid_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_chartlegend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_seriesschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_divergingdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_buildchartdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_buildsimpledata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_transformdivergingdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_chartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricswithchart_tsx", "to": "neo_general_titlemetricswithchart_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_titlemetricswithchart_chartrenderer", "to": "neo_general_titlemetricswithchart_buildchartdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_titlemetricswithchart_chartrenderer", "to": "neo_general_titlemetricswithchart_buildsimpledata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_titlemetricswithchart_chartrenderer", "to": "neo_general_titlemetricswithchart_transformdivergingdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_headlinetextwithbulletsandstats_headlinetextwithbulletsandstatsdata", "to": "neo_general_headlinetextwithbulletsandstats_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_headlinetextwithbulletsandstats_headlinetextwithbulletsandstatsdata", "to": "neo_general_headlinetextwithbulletsandstats_headlinetextwithbulletsandstatslayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_settings_json", "to": "neo_general_settings_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_settings_json", "to": "neo_general_settings_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_settings_json", "to": "neo_general_settings_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "neo_general_bulletwithiconsslidelayout_bulletwithiconsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "neo_general_bulletwithiconsslidelayout_bulletwithiconsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "neo_general_bulletwithiconsslidelayout_bulletwithiconsslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulletwithiconsslidelayout_tsx", "to": "neo_general_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_textsplitwithemphasisblock_tsx", "to": "neo_general_textsplitwithemphasisblock_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_textsplitwithemphasisblock_tsx", "to": "neo_general_textsplitwithemphasisblock_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_gridbasedeightmetricssnapshots_tsx", "to": "neo_general_gridbasedeightmetricssnapshots_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_gridbasedeightmetricssnapshots_tsx", "to": "neo_general_gridbasedeightmetricssnapshots_cardprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_gridbasedeightmetricssnapshots_tsx", "to": "neo_general_gridbasedeightmetricssnapshots_card", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_gridbasedeightmetricssnapshots_tsx", "to": "neo_general_gridbasedeightmetricssnapshots_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_tableofcontentwithoutpagenumber_tsx", "to": "neo_general_tableofcontentwithoutpagenumber_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_tableofcontentwithoutpagenumber_tsx", "to": "neo_general_tableofcontentwithoutpagenumber_dataprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_tableofcontentwithoutpagenumber_tsx", "to": "neo_general_tableofcontentwithoutpagenumber_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_chart_color_palettes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_multiseriesdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_multichartgridslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_multichartgridslidelayout_multichartgridslidelayout", "to": "neo_general_multichartgridslidelayout_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlethreecolumnriskconstraints_tsx", "to": "neo_general_titlethreecolumnriskconstraints_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlethreecolumnriskconstraints_tsx", "to": "neo_general_titlethreecolumnriskconstraints_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_headlinedescriptionwithimage_headlinedescriptionwithimagelayout", "to": "neo_general_headlinedescriptionwithimage_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_headlinedescriptionwithimage_headlinedescriptionwithimagelayout", "to": "neo_general_headlinedescriptionwithdoubleimage_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_indexedthreecolumnlist_tsx", "to": "neo_general_indexedthreecolumnlist_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_indexedthreecolumnlist_tsx", "to": "neo_general_indexedthreecolumnlist_datatype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_indexedthreecolumnlist_tsx", "to": "neo_general_indexedthreecolumnlist_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_layouttextblockwithmetriccards_tsx", "to": "neo_general_layouttextblockwithmetriccards_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_layouttextblockwithmetriccards_tsx", "to": "neo_general_layouttextblockwithmetriccards_semicircleprogress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_layouttextblockwithmetriccards_tsx", "to": "neo_general_layouttextblockwithmetriccards_kpicard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_layouttextblockwithmetriccards_tsx", "to": "neo_general_layouttextblockwithmetriccards_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "to": "neo_general_teamslidelayout_teammemberschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "to": "neo_general_teamslidelayout_teamslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "to": "neo_general_teamslidelayout_teamslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "to": "neo_general_teamslidelayout_teamslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_teamslidelayout_tsx", "to": "neo_general_teamslidelayout_teamslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_timeline_tsx", "to": "neo_general_timeline_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_timeline_tsx", "to": "neo_general_timeline_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithgridbasedheadinganddescription_tsx", "to": "neo_general_titlewithgridbasedheadinganddescription_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithgridbasedheadinganddescription_tsx", "to": "neo_general_titlewithgridbasedheadinganddescription_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_seriesschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_divergingdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_formdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_chartlegend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_buildchartdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_buildsimpledata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_transformdivergingdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_chartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlewithfullwidthchart_tsx", "to": "neo_general_titlewithfullwidthchart_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_titlewithfullwidthchart_chartrenderer", "to": "neo_general_titlewithfullwidthchart_buildchartdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_titlewithfullwidthchart_chartrenderer", "to": "neo_general_titlewithfullwidthchart_buildsimpledata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_titlewithfullwidthchart_chartrenderer", "to": "neo_general_titlewithfullwidthchart_transformdivergingdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricvaluemetriclabelfunnelstages_tsx", "to": "neo_general_titlemetricvaluemetriclabelfunnelstages_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titlemetricvaluemetriclabelfunnelstages_tsx", "to": "neo_general_titlemetricvaluemetriclabelfunnelstages_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "neo_general_bulleticonsonlyslidelayout_bulleticonsonlyslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "neo_general_bulleticonsonlyslidelayout_bulleticonsonlyslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "neo_general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_bulleticonsonlyslidelayout_tsx", "to": "neo_general_bulleticonsonlyslidelayout_bulleticonsonlyslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_leftalignquote_tsx", "to": "neo_general_leftalignquote_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_leftalignquote_tsx", "to": "neo_general_leftalignquote_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_chart_color_palettes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_charttypeenum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_simpledatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_multiseriesdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_divergingdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_scatterdatapointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_chartitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_multichartgridwithmetricsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_multichartgridwithmetricsslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_minichartrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_titledescriptionmultichartgridwithmetrics_tsx", "to": "neo_general_titledescriptionmultichartgridwithmetrics_getgridlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "neo_general_titledescriptionmultichartgridwithmetrics_multichartgridwithmetricsslidelayout", "to": "neo_general_titledescriptionmultichartgridwithmetrics_getgridlayout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_default_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_formatcomma", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_simpledataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_multiseriesdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_divergingdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_scatterdataschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_chartwithbulletsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_chartwithbulletsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_chartwithbulletsslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_transformmultiseriesdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_transformdivergingdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_customtooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_chartwithbulletsslidelayout_tsx", "to": "neo_general_chartwithbulletsslidelayout_chartwithbulletsslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_numberedbulletsslidelayout_tsx", "to": "neo_general_numberedbulletsslidelayout_numberedbulletsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_numberedbulletsslidelayout_tsx", "to": "neo_general_numberedbulletsslidelayout_numberedbulletsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_numberedbulletsslidelayout_tsx", "to": "neo_general_numberedbulletsslidelayout_numberedbulletsslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_numberedbulletsslidelayout_tsx", "to": "neo_general_numberedbulletsslidelayout_numberedbulletsslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_quoteslidelayout_tsx", "to": "neo_general_quoteslidelayout_quoteslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_quoteslidelayout_tsx", "to": "neo_general_quoteslidelayout_quoteslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_quoteslidelayout_tsx", "to": "neo_general_quoteslidelayout_quoteslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_quoteslidelayout_tsx", "to": "neo_general_quoteslidelayout_quoteslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_challengeandoutcomewithonestat_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_challengeandoutcomewithonestat_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_challengeandoutcomewithonestat_tsx", "to": "neo_general_challengeandoutcomewithonestat_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_challengeandoutcomewithonestat_tsx", "to": "neo_general_challengeandoutcomewithonestat_formdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_neo_general_challengeandoutcomewithonestat_tsx", "to": "neo_general_challengeandoutcomewithonestat_dynamicslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "to": "swift_iconbulletlistdescription_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "to": "swift_iconbulletlistdescription_featureschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "to": "swift_iconbulletlistdescription_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "to": "swift_iconbulletlistdescription_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "to": "swift_iconbulletlistdescription_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_iconbulletlistdescription_tsx", "to": "swift_iconbulletlistdescription_featurecards", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "swift_bulletswithiconstitledescription_itemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "swift_bulletswithiconstitledescription_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "swift_bulletswithiconstitledescription_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "swift_bulletswithiconstitledescription_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_bulletswithiconstitledescription_tsx", "to": "swift_bulletswithiconstitledescription_infographicfouricons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_simplebulletpointslayout_tsx", "to": "swift_simplebulletpointslayout_pointschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_simplebulletpointslayout_tsx", "to": "swift_simplebulletpointslayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_simplebulletpointslayout_tsx", "to": "swift_simplebulletpointslayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_simplebulletpointslayout_tsx", "to": "swift_simplebulletpointslayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_simplebulletpointslayout_tsx", "to": "swift_simplebulletpointslayout_commitmenttwopoints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_settings_json", "to": "swift_settings_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_settings_json", "to": "swift_settings_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_settings_json", "to": "swift_settings_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_introslidelayout_tsx", "to": "swift_introslidelayout_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_introslidelayout_tsx", "to": "swift_introslidelayout_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_introslidelayout_tsx", "to": "swift_introslidelayout_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_introslidelayout_tsx", "to": "swift_introslidelayout_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_introslidelayout_tsx", "to": "swift_introslidelayout_introslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_imagelistdescription_tsx", "to": "swift_imagelistdescription_imageschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_imagelistdescription_tsx", "to": "swift_imagelistdescription_itemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_imagelistdescription_tsx", "to": "swift_imagelistdescription_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_imagelistdescription_tsx", "to": "swift_imagelistdescription_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_imagelistdescription_tsx", "to": "swift_imagelistdescription_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_imagelistdescription_tsx", "to": "swift_imagelistdescription_teammembers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableorchart_tableorchart", "to": "swift_tableorchart_chartdatumschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableorchart_tableorchart", "to": "swift_tableorchart_tablerowschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableorchart_tableorchart", "to": "swift_tableorchart_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableorchart_tableorchart", "to": "swift_tableorchart_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableorchart_tableorchart", "to": "swift_tableorchart_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableorchart_tableorchart", "to": "swift_tableorchart_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_timeline_tsx", "to": "swift_timeline_iconschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_timeline_tsx", "to": "swift_timeline_itemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_timeline_tsx", "to": "swift_timeline_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_timeline_tsx", "to": "swift_timeline_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_timeline_tsx", "to": "swift_timeline_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_swift_timeline_tsx", "to": "swift_timeline_timeline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_metricsnumbers_metricsnumbers", "to": "swift_metricsnumbers_metricschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_metricsnumbers_metricsnumbers", "to": "swift_metricsnumbers_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_metricsnumbers_metricsnumbers", "to": "swift_metricsnumbers_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_metricsnumbers_metricsnumbers", "to": "swift_metricsnumbers_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableofcontents_tableofcontents", "to": "swift_tableofcontents_tocitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableofcontents_tableofcontents", "to": "swift_tableofcontents_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableofcontents_tableofcontents", "to": "swift_tableofcontents_slidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "swift_tableofcontents_tableofcontents", "to": "swift_tableofcontents_slidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_tableofcontentslayout_tsx", "to": "swift_tableofcontents_tableofcontents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithdescription_businessmodelschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithdescription_chart_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithdescription_businessmodeldata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithdescription_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithdescription_businessmodelslide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithmetricsdescription_growthstatsschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithmetricsdescription_tractionschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithmetricsdescription_companytractiondata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithmetricsdescription_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithmetricsdescription_defaultcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithmetricsdescription_getserieskeys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithmetricsdescription_computestats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_chartortablewithdescription_tsx", "to": "modern_chartortablewithmetricsdescription_companytractionslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_settings_json", "to": "modern_settings_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_settings_json", "to": "modern_settings_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_settings_json", "to": "modern_settings_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_introslidelayout_tsx", "to": "modern_introslidelayout_intropitchdeckslide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_introslidelayout_tsx", "to": "modern_introslidelayout_intropitchdeckdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_introslidelayout_tsx", "to": "modern_introslidelayout_introslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "modern_bulletwithiconsslidelayout_bulletwithiconsslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "modern_bulletwithiconsslidelayout_bulletwithiconsslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletwithiconsslidelayout_tsx", "to": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_bulletwithiconsslidelayout_bulletwithiconsslidelayout", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "modern_imagelistwithdescriptionslidelayout_imagelistwithdescriptionslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_chartortablewithmetricsdescription_companytractionslidelayout", "to": "modern_chartortablewithmetricsdescription_getserieskeys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_chartortablewithmetricsdescription_companytractionslidelayout", "to": "modern_chartortablewithmetricsdescription_computestats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageanddescriptionlayout_tsx", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageanddescriptionlayout_tsx", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageanddescriptionlayout_tsx", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayoutprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageanddescriptionlayout_tsx", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageswithdescriptionlayout_tsx", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageswithdescriptionlayout_tsx", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_imageswithdescriptionlayout_tsx", "to": "modern_imageanddescriptionlayout_imagewithdescriptionslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_tableofcontentslayout_tsx", "to": "modern_tableofcontentslayout_tocitemschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_tableofcontentslayout_tsx", "to": "modern_tableofcontentslayout_tableofcontentsschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_tableofcontentslayout_tsx", "to": "modern_tableofcontentslayout_tableofcontentslayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_metricswithdescription_tsx", "to": "modern_metricswithdescription_marketsizeslideschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_metricswithdescription_tsx", "to": "modern_metricswithdescription_marketsizeslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_metricswithdescription_tsx", "to": "modern_metricswithdescription_marketsizeslideprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_metricswithdescription_tsx", "to": "modern_metricswithdescription_marketsizeslidelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletswithiconsdescriptiongrid_tsx", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletswithiconsdescriptiongrid_tsx", "to": "hooks_useremotesvgicon_remotesvgicon", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_presentation_templates_modern_bulletswithiconsdescriptiongrid_tsx", "to": "modern_bulletswithiconsdescriptiongrid_bulletwithiconsdescriptiongridslidedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useremotesvgicon_useremotesvgicon", "to": "hooks_useremotesvgicon_remotesvgoptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useremotesvgicon_useremotesvgicon", "to": "hooks_useremotesvgicon_transformsvg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useremotesvgicon_useremotesvgicon", "to": "hooks_useremotesvgicon_svgcache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useremotesvgicon_useremotesvgicon", "to": "hooks_useremotesvgicon_makecachekey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useremotesvgicon_useremotesvgicon", "to": "hooks_useremotesvgicon_cacheget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useremotesvgicon_useremotesvgicon", "to": "hooks_useremotesvgicon_cacheset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_useremotesvgicon_remotesvgicon", "to": "hooks_useremotesvgicon_useremotesvgicon", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_compilelayout_ts", "to": "hooks_compilelayout_compiledlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_compilelayout_ts", "to": "hooks_compilelayout_compilecustomlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "servers_nextjs_app_hooks_compilelayout_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_compilelayout_compiledlayout", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_compilelayout_compilecustomlayout", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_templatesummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_rawlayoutresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_customtemplatedetailresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_customtemplatelayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_inflightrequests", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_customtemplatefirstslidecache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_inflightfirstsliderequests", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_normalizecustomtemplateid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_getcustomtemplatefirstslidepreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_getcustomtemplatedetails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_usecustomtemplatesummaries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_hooks_usecustomtemplates_ts", "to": "hooks_usecustomtemplates_usecustomtemplatepreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usecustomtemplates_getcustomtemplatefirstslidepreview", "to": "hooks_usecustomtemplates_normalizecustomtemplateid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_save_layout_route_ts", "to": "save_layout_route_post", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_has_required_key_route_ts", "to": "has_required_key_route_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_user_config_route_ts", "to": "user_config_route_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_user_config_route_ts", "to": "user_config_route_post", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_can_change_keys_route_ts", "to": "can_change_keys_route_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_telemetry_status_route_ts", "to": "telemetry_status_route_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_read_file_route_ts", "to": "read_file_route_post", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_export_as_pdf_route_ts", "to": "export_as_pdf_route_post", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_template_route_ts", "to": "template_route_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_upload_image_route_ts", "to": "upload_image_route_post", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "servers_nextjs_models_errors_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "models_errors_apierror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "servers_nextjs_utils_pptx_models_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "utils_pptx_models_utils_convertelementattributestopptxslides", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_getallchildelementsattributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_getbrowserandpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_closebrowserandpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_getscreenshotsdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_postprocessslidesattributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_screenshotelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_convertsvgtopng", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_getslidesattributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_getslidesandspeakernotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_getslideswrapper", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_getspeakernotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_presentation_to_pptx_model_route_ts", "to": "presentation_to_pptx_model_route_getelementattributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_get", "to": "presentation_to_pptx_model_route_getbrowserandpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_get", "to": "presentation_to_pptx_model_route_getscreenshotsdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_get", "to": "presentation_to_pptx_model_route_getslidesandspeakernotes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_get", "to": "presentation_to_pptx_model_route_getslidesattributes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_get", "to": "presentation_to_pptx_model_route_postprocessslidesattributes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_get", "to": "presentation_to_pptx_model_route_closebrowserandpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_get", "to": "utils_pptx_models_utils_convertelementattributestopptxslides", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_postprocessslidesattributes", "to": "presentation_to_pptx_model_route_screenshotelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_screenshotelement", "to": "presentation_to_pptx_model_route_convertsvgtopng", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_getslidesandspeakernotes", "to": "presentation_to_pptx_model_route_getslideswrapper", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_getslidesandspeakernotes", "to": "presentation_to_pptx_model_route_getspeakernotes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "presentation_to_pptx_model_route_getallchildelementsattributes", "to": "presentation_to_pptx_model_route_getelementattributes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_app_api_templates_route_ts", "to": "templates_route_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerconstants_ts", "to": "utils_providerconstants_modeloption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerconstants_ts", "to": "utils_providerconstants_imageprovideroption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerconstants_ts", "to": "utils_providerconstants_llmprovideroption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerconstants_ts", "to": "architecture_imageprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerconstants_ts", "to": "architecture_llmprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_utils_providerconstants_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_storehelpers_ts", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_storehelpers_ts", "to": "store_store_store", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_storehelpers_ts", "to": "utils_storehelpers_handlesavellmconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_storehelpers_ts", "to": "utils_storehelpers_hasvalidllmconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "servers_nextjs_utils_storehelpers_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_storehelpers_handlesavellmconfig", "to": "utils_storehelpers_hasvalidllmconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "utils_storehelpers_handlesavellmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_mixpanelevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_mixpanelprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_window", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_canusemixpanel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_ensuretelemetrystatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_initmixpanel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_track", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_trackevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_getdistinctid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_mixpanel_ts", "to": "utils_mixpanel_identifyanonymous", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "servers_nextjs_utils_mixpanel_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "utils_mixpanel_mixpanelevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_initmixpanel", "to": "utils_mixpanel_canusemixpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_track", "to": "utils_mixpanel_canusemixpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_getdistinctid", "to": "utils_mixpanel_canusemixpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_identifyanonymous", "to": "utils_mixpanel_canusemixpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_initmixpanel", "to": "utils_mixpanel_ensuretelemetrystatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_track", "to": "utils_mixpanel_initmixpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_getdistinctid", "to": "utils_mixpanel_initmixpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_identifyanonymous", "to": "utils_mixpanel_initmixpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_mixpanel_trackevent", "to": "utils_mixpanel_track", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "utils_mixpanel_trackevent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "utils_pptx_models_utils_converttextaligntopptxalignment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "utils_pptx_models_utils_convertlineheighttorelative", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "utils_pptx_models_utils_convertelementattributestopptxslides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "utils_pptx_models_utils_convertelementtopptxshape", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "utils_pptx_models_utils_converttotextbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "utils_pptx_models_utils_converttoautoshapebox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "utils_pptx_models_utils_converttopicturebox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_pptx_models_utils_ts", "to": "utils_pptx_models_utils_converttoconnector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_pptx_models_utils_converttotextbox", "to": "utils_pptx_models_utils_converttextaligntopptxalignment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_pptx_models_utils_converttoautoshapebox", "to": "utils_pptx_models_utils_converttextaligntopptxalignment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_pptx_models_utils_converttotextbox", "to": "utils_pptx_models_utils_convertlineheighttorelative", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_pptx_models_utils_converttoautoshapebox", "to": "utils_pptx_models_utils_convertlineheighttorelative", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_pptx_models_utils_convertelementtopptxshape", "to": "utils_pptx_models_utils_converttopicturebox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_pptx_models_utils_convertelementtopptxshape", "to": "utils_pptx_models_utils_converttoautoshapebox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_pptx_models_utils_convertelementtopptxshape", "to": "utils_pptx_models_utils_converttotextbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_pptx_models_utils_convertelementtopptxshape", "to": "utils_pptx_models_utils_converttoconnector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerutils_ts", "to": "utils_providerutils_ollamamodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerutils_ts", "to": "utils_providerutils_downloadingmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerutils_ts", "to": "utils_providerutils_ollamamodelsresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerutils_ts", "to": "utils_providerutils_updatellmconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerutils_ts", "to": "utils_providerutils_changeprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_providerutils_ts", "to": "utils_providerutils_checkifselectedollamamodelispulled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "servers_nextjs_utils_providerutils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_utils_providerutils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "utils_providerutils_updatellmconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "utils_providerutils_changeprovider", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "utils_providerutils_checkifselectedollamamodelispulled", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_error_helpers_ts", "to": "servers_nextjs_models_errors_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_error_helpers_ts", "to": "models_errors_apierror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_utils_error_helpers_ts", "to": "utils_error_helpers_wrap_errors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_models_errors_ts", "to": "models_errors_apierror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_errors_apierror", "to": "models_errors_apierror_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "components_anthropicconfig_anthropicconfigprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "servers_nextjs_components_ui_command_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_command_command", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_command_commandempty", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_command_commandgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_command_commandinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_command_commanditem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_command_commandlist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "servers_nextjs_components_ui_switch_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_anthropicconfig_anthropicconfig", "to": "ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "components_anthropicconfig_anthropicconfig", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "servers_nextjs_components_ui_command_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_command_command", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_command_commandempty", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_command_commandgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_command_commandinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_command_commanditem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_command_commandlist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "servers_nextjs_components_ui_switch_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_openaiconfig_tsx", "to": "components_openaiconfig_openaiconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_components_openaiconfig_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "servers_nextjs_store_store_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "store_store_rootstate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "servers_nextjs_components_llmselection_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "components_home_buttonstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_home_tsx", "to": "components_home_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "components_customconfig_customconfigprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "servers_nextjs_components_ui_command_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_command_command", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_command_commandempty", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_command_commandgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_command_commandinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_command_commanditem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_command_commandlist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "servers_nextjs_components_ui_switch_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_customconfig_customconfig", "to": "ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "components_customconfig_customconfig", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "servers_nextjs_components_ui_command_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_command_command", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_command_commandempty", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_command_commandgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_command_commandinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_command_commanditem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_command_commandlist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "servers_nextjs_components_ui_switch_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_googleconfig_googleconfig", "to": "ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "components_googleconfig_googleconfig", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_tooltip_tsx", "to": "servers_nextjs_components_ui_tooltip_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_tooltip_tsx", "to": "ui_tooltip_tooltipcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_tooltip_tsx", "to": "components_tooltip_tooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_components_ui_tabs_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_tabs_tabslist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_tabs_tabstrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_tabs_tabscontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_components_ui_switch_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_components_ui_command_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_command_command", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_command_commandempty", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_command_commandgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_command_commandinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_command_commanditem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_command_commandlist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "components_ollamaconfig_ollamaconfig", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "architecture_imageprovider", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "architecture_llmprovider", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "components_llmselection_dalle_3_quality_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "components_llmselection_gpt_image_1_5_quality_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "components_llmselection_buttonstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_llmselection_tsx", "to": "components_llmselection_llmproviderselection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_backbtn_tsx", "to": "components_backbtn_backbtn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "components_ollamaconfig_ollamamodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "components_ollamaconfig_ollamaconfigprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "servers_nextjs_components_ui_command_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_command_command", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_command_commandempty", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_command_commandgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_command_commandinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_command_commanditem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_command_commandlist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "servers_nextjs_components_ui_popover_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "servers_nextjs_components_ui_switch_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_ollamaconfig_ollamaconfig", "to": "ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_wrapper_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_wrapper_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_wrapper_tsx", "to": "components_wrapper_wrapperprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_wrapper_tsx", "to": "components_wrapper_wrapper", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_wrapper_wrapper", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_tabs_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_tabs_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_tabs_tsx", "to": "ui_tabs_tabslist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_tabs_tsx", "to": "ui_tabs_tabstrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_tabs_tsx", "to": "ui_tabs_tabscontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_card_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_card_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_card_tsx", "to": "ui_card_card", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_card_tsx", "to": "ui_card_cardheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_card_tsx", "to": "ui_card_cardtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_card_tsx", "to": "ui_card_carddescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_card_tsx", "to": "ui_card_cardcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_card_tsx", "to": "ui_card_cardfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_slider_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_slider_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_slider_tsx", "to": "ui_slider_slider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_popover_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_popover_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_popover_tsx", "to": "ui_popover_popovercontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_loader_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_loader_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_loader_tsx", "to": "ui_loader_loaderprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_loader_tsx", "to": "ui_loader_loader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_overlay_loader_overlayloader", "to": "servers_nextjs_components_ui_loader_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_overlay_loader_overlayloader", "to": "ui_loader_loader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_loader_loader", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_progress_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_progress_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_progress_tsx", "to": "ui_progress_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_themes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_chartconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_chartcontextprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_chartcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_usechart", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_chartcontainer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_chartstyle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_charttooltipcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_chartlegendcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_chart_tsx", "to": "ui_chart_getpayloadconfigfrompayload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "ui_sheet_sheetoverlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "ui_sheet_sheetvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "ui_sheet_sheetcontentprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "ui_sheet_sheetcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "ui_sheet_sheetheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "ui_sheet_sheetfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "ui_sheet_sheettitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sheet_tsx", "to": "ui_sheet_sheetdescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_sheet_sheetheader", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_sheet_sheetfooter", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_scroll_area_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_scroll_area_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_scroll_area_tsx", "to": "ui_scroll_area_scrollarea", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_scroll_area_tsx", "to": "ui_scroll_area_scrollbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_label_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_label_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_label_tsx", "to": "ui_label_labelvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_label_tsx", "to": "ui_label_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sonner_tsx", "to": "ui_sonner_toasterprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_sonner_tsx", "to": "ui_sonner_toaster", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_accordion_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_accordion_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_accordion_tsx", "to": "ui_accordion_accordionitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_accordion_tsx", "to": "ui_accordion_accordiontrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_accordion_tsx", "to": "ui_accordion_accordioncontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_tooltip_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_tooltip_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_tooltip_tsx", "to": "ui_tooltip_tooltipcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_switch_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_switch_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_switch_tsx", "to": "ui_switch_switch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_radio_group_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_radio_group_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_radio_group_tsx", "to": "ui_radio_group_radiogroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "servers_nextjs_components_ui_dialog_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_commanddialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_commandinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_commandlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_commandempty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_commandgroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_commandseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_commanditem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_command_tsx", "to": "ui_command_commandshortcut", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_command_commandshortcut", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_dialog_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_dialog_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_dialog_tsx", "to": "ui_dialog_dialogoverlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_dialog_tsx", "to": "ui_dialog_dialogcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_dialog_tsx", "to": "ui_dialog_dialogheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_dialog_tsx", "to": "ui_dialog_dialogfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_dialog_tsx", "to": "ui_dialog_dialogtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_dialog_tsx", "to": "ui_dialog_dialogdescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_dialog_dialogheader", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_dialog_dialogfooter", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_progress_bar_tsx", "to": "ui_progress_bar_progressbarprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_progress_bar_tsx", "to": "ui_progress_bar_progressbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_overlay_loader_overlayloader", "to": "servers_nextjs_components_ui_progress_bar_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_overlay_loader_overlayloader", "to": "ui_progress_bar_progressbar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "ui_table_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "ui_table_tableheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "ui_table_tablebody", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "ui_table_tablefooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "ui_table_tablerow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "ui_table_tablehead", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "ui_table_tablecell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_table_tsx", "to": "ui_table_tablecaption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_separator_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_separator_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_separator_tsx", "to": "ui_separator_separator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "servers_nextjs_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_button_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_button_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_button_tsx", "to": "ui_button_buttonvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_button_tsx", "to": "ui_button_buttonprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_button_tsx", "to": "ui_button_button", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_presentation_model", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_toggle_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_toggle_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_toggle_tsx", "to": "ui_toggle_togglevariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_toggle_tsx", "to": "ui_toggle_toggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_overlay_loader_overlayloader", "to": "ui_overlay_loader_overlayloaderprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_overlay_loader_overlayloader", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_overlay_loader_overlayloader", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "ui_select_selecttrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "ui_select_selectscrollupbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "ui_select_selectscrolldownbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "ui_select_selectcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "ui_select_selectlabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "ui_select_selectitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_select_tsx", "to": "ui_select_selectseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_textarea_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_textarea_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_textarea_tsx", "to": "ui_textarea_textareaprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_textarea_tsx", "to": "ui_textarea_textarea", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_input_tsx", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_input_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_input_tsx", "to": "ui_input_inputprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_components_ui_input_tsx", "to": "ui_input_input", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_skeleton_skeleton", "to": "servers_nextjs_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_skeleton_skeleton", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_lib_utils_ts", "to": "lib_utils_cn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_store_ts", "to": "servers_nextjs_store_slices_presentationgenupload_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_store_ts", "to": "slices_undoredoslice_undoredoslice", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_store_ts", "to": "store_store_store", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_store_ts", "to": "store_store_rootstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_store_ts", "to": "store_store_appdispatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "slices_undoredoslice_undoredoslice", "to": "slices_undoredoslice_historystate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "slices_undoredoslice_undoredoslice", "to": "slices_undoredoslice_undoredostate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "slices_undoredoslice_undoredoslice", "to": "slices_undoredoslice_deepcopy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "slices_undoredoslice_undoredoslice", "to": "slices_undoredoslice_initialstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "servers_nextjs_store_slices_presentationgenupload_ts", "to": "slices_presentationgenupload_initialstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_openai", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_google_gemini", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_anthropic_claude", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_ollama", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_dalle3", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_pexels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_pixabay", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_comfyui", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_mcp_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_presenton", "to": "readme_api_generate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dockercompose_production", "to": "readme_presenton", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_presenton_project", "to": "readme_presenton", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr06", "to": "readme_openai", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "readme_openai", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_llm_llmclient", "to": "readme_openai", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_fr06", "to": "readme_google_gemini", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr06", "to": "readme_anthropic_claude", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr06", "to": "readme_ollama", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr07", "to": "readme_dalle3", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr07", "to": "readme_pexels", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr07", "to": "readme_pixabay", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr07", "to": "readme_comfyui", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr11", "to": "readme_mcp_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_adr_mcp_from_openapi", "to": "readme_mcp_server", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_workflow_api", "to": "readme_api_generate", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dockercompose_production", "to": "dockercompose_dockerfile", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dockercompose_development", "to": "dockercompose_dockerfile_dev", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_architecture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_tech_stack", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_api_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_database_schema", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_infrastructure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_requirements", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_runbook", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_fastapi_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_nextjs_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_pipeline_prompt_input", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_pipeline_outline_gen", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_pipeline_structure_sel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_pipeline_slide_content", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_pipeline_asset_fetching", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_pipeline_export", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_presenton_project", "to": "agents_pipeline_webhook", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "agents_presenton_project", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_architecture", "to": "agents_architecture", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_tech_stack", "to": "agents_tech_stack", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_api_spec", "to": "agents_api_spec", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_adr_sqlite_default", "to": "agents_database_schema", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "architecture_system_architecture", "to": "agents_database_schema", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_infrastructure", "to": "agents_infrastructure", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_infrastructure", "to": "architecture_system_architecture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_infrastructure", "to": "tech_stack_tech_stack", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_requirements", "to": "agents_requirements", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_runbook", "to": "agents_runbook", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pipeline_prompt_input", "to": "agents_presentation_endpoint", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_prompt_input", "to": "agents_pipeline_outline_gen", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pipeline_outline_gen", "to": "agents_generate_outlines", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_outline_gen", "to": "agents_pipeline_structure_sel", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_fr01", "to": "agents_pipeline_outline_gen", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pipeline_structure_sel", "to": "agents_generate_structure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_structure_sel", "to": "agents_pipeline_slide_content", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pipeline_slide_content", "to": "agents_generate_slide_content", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_slide_content", "to": "agents_pipeline_asset_fetching", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_fr01", "to": "agents_pipeline_slide_content", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pipeline_asset_fetching", "to": "agents_process_slides", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_asset_fetching", "to": "agents_image_generation_service", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_asset_fetching", "to": "agents_pipeline_export", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_fr01", "to": "agents_pipeline_asset_fetching", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pipeline_export", "to": "agents_export_utils", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_export", "to": "agents_pptx_presentation_creator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_export", "to": "agents_libreoffice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_pipeline_export", "to": "agents_pipeline_webhook", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_fr05", "to": "agents_pipeline_export", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_pipeline_webhook", "to": "agents_webhook_service", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_fastapi_server", "to": "agents_presentation_endpoint", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_generate_outlines", "to": "database_schema_async_tasks_table", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_fastapi_server", "to": "agents_generate_outlines", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_fastapi_server", "to": "agents_generate_structure", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_fastapi_server", "to": "agents_generate_slide_content", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_fastapi_server", "to": "agents_process_slides", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_image_generation_service", "to": "architecture_image_asset", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_fastapi_server", "to": "agents_image_generation_service", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_fastapi_server", "to": "agents_export_utils", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_fastapi_server", "to": "agents_pptx_presentation_creator", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_webhook_service", "to": "database_schema_webhook_subscriptions_table", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_fr12", "to": "agents_webhook_service", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_fastapi_server", "to": "agents_webhook_service", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_fr05", "to": "agents_libreoffice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr03", "to": "agents_libreoffice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_adr_mcp_from_openapi", "to": "agents_openai_spec", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_readme_hub", "to": "docs_architecture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_tech_stack", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_api_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_database_schema", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_infrastructure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_requirements", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_runbook", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_adr_index", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_adr_multi_provider_llm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_adr_sqlite_default", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_adr_mcp_from_openapi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_readme_hub", "to": "docs_tasks_readme", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr01", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr02", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr03", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr04", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr05", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr06", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr07", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr08", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr09", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr10", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr11", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr12", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr13", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr14", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_fr15", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_workflow_ui", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_workflow_api", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_requirements", "to": "req_workflow_pptx_template", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_adr_multi_provider_llm", "to": "req_fr06", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "req_fr02", "to": "req_docling", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr02", "to": "req_pdfplumber", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr03", "to": "req_gpt5", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr05", "to": "req_python_pptx", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr13", "to": "req_fonttools", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "req_fr14", "to": "req_icons_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_api_specification", "to": "architecture_system_architecture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runbook_runbook", "to": "architecture_system_architecture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tech_stack_tech_stack", "to": "architecture_system_architecture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_startjs", "to": "architecture_nginx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_nginx", "to": "architecture_nextjs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_nginx", "to": "architecture_fastapi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_nginx", "to": "architecture_mcp_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runbook_nginx_conf", "to": "architecture_nginx", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_docker_container", "to": "architecture_nginx", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_startjs", "to": "architecture_nextjs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_docker_container", "to": "architecture_nextjs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tech_stack_nextjs_framework", "to": "architecture_nextjs", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_startjs", "to": "architecture_fastapi", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_fastapi", "to": "architecture_llm_client", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "architecture_fastapi", "to": "architecture_documents_loader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_fastapi", "to": "architecture_webhook_service", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_fastapi", "to": "architecture_image_generation_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "architecture_fastapi", "to": "architecture_main_db", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_fastapi", "to": "architecture_container_db", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_fastapi", "to": "architecture_user_config_env_update_middleware", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_fastapi", "to": "architecture_presentation_model", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_fastapi", "to": "architecture_slide_model", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_fastapi", "to": "architecture_image_asset", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_mcp_server", "to": "architecture_fastapi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runbook_server_py", "to": "architecture_fastapi", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_presentation_generate", "to": "architecture_fastapi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_docker_container", "to": "architecture_fastapi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tech_stack_fastapi_framework", "to": "architecture_fastapi", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tech_stack_python_pptx", "to": "architecture_fastapi", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tech_stack_chromadb", "to": "architecture_fastapi", "label": "references", "title": "references [AMBIGUOUS]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AMBIGUOUS"}, {"from": "architecture_startjs", "to": "architecture_mcp_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_mcp_server", "to": "runbook_openai_spec_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runbook_mcp_server_py", "to": "architecture_mcp_server", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_mcp_endpoint", "to": "architecture_mcp_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_docker_container", "to": "architecture_mcp_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tech_stack_fastmcp", "to": "architecture_mcp_server", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_startjs", "to": "architecture_ollama", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_llm_client", "to": "architecture_ollama", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_docker_container", "to": "architecture_ollama", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_startjs", "to": "runbook_user_config_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_llm_client", "to": "architecture_llmprovider", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_external_services", "to": "architecture_llm_client", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tech_stack_openai_sdk", "to": "architecture_llm_client", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tech_stack_anthropic_sdk", "to": "architecture_llm_client", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tech_stack_google_genai_sdk", "to": "architecture_llm_client", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_image_generation_service", "to": "architecture_imageprovider", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_images_generate", "to": "architecture_image_generation_service", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "infrastructure_external_services", "to": "architecture_image_generation_service", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tech_stack_google_genai_sdk", "to": "architecture_image_generation_service", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_files_upload", "to": "architecture_documents_loader", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tech_stack_docling", "to": "architecture_documents_loader", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tech_stack_pdfplumber", "to": "architecture_documents_loader", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_spec_webhook_subscribe", "to": "architecture_webhook_service", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "architecture_user_config_env_update_middleware", "to": "runbook_user_config_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_env_vars", "to": "architecture_user_config_env_update_middleware", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_outlines_stream", "to": "architecture_presentation_model", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "database_schema_slides_table", "to": "architecture_slide_model", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "database_schema_imageasset_table", "to": "architecture_image_asset", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "database_schema_create_db_and_tables", "to": "architecture_main_db", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_app_data_volume", "to": "architecture_main_db", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tech_stack_sqlmodel", "to": "architecture_main_db", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "database_schema_async_tasks_table", "to": "architecture_async_presentation_task", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_presentation_generate", "to": "architecture_async_presentation_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "database_schema_templates_table", "to": "database_schema_presentation_layout_codes_table", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_template_management", "to": "database_schema_templates_table", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tech_stack_babel_standalone", "to": "database_schema_presentation_layout_codes_table", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_spec_template_management", "to": "database_schema_presentation_layout_codes_table", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runbook_mcp_server_py", "to": "runbook_openai_spec_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_mcp_endpoint", "to": "runbook_openai_spec_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "infrastructure_env_vars", "to": "runbook_user_config_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_slide_to_html", "to": "tech_stack_openai_sdk", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_html_to_react", "to": "tech_stack_openai_sdk", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_spec_pptx_slides_process", "to": "tech_stack_libreoffice", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_spec_pptx_slides_process", "to": "tech_stack_pdfplumber", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tech_stack_uv", "to": "tech_stack_fastapi_framework", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_index", "to": "adr_multi_provider_llm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_index", "to": "adr_sqlite_default_db", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_index", "to": "adr_mcp_from_openapi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_services_llm_client", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_enums_llm_provider", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_utils_llm_provider", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_api_middlewares", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_utils_schema_utils", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_llmclient", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_userconfigenvupdatemiddleware", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_provider_google", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_provider_anthropic", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_provider_ollama", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_multi_provider_llm", "to": "adr_llm_provider_custom", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_mcp_from_openapi", "to": "adr_multi_provider_llm", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_sqlite_default_db", "to": "adr_multi_provider_llm", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_sqlite_default_db", "to": "adr_db_services_database", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_sqlite_default_db", "to": "adr_db_utils_db_utils", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_sqlite_default_db", "to": "adr_db_pyproject_toml", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_sqlite_default_db", "to": "adr_db_get_database_url_and_connect_args", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_sqlite_default_db", "to": "adr_db_sqlite_driver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_sqlite_default_db", "to": "adr_db_postgresql_driver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_sqlite_default_db", "to": "adr_db_mysql_driver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_mcp_from_openapi", "to": "adr_mcp_mcp_server_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_mcp_from_openapi", "to": "tasks_openai_spec_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_mcp_from_openapi", "to": "adr_mcp_fastmcp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_mcp_from_openapi", "to": "adr_mcp_httpx_asyncclient", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_readme", "to": "adr_mcp_from_openapi", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_readme", "to": "tasks_openai_spec_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_readme", "to": "tasks_fastapi_tests", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_readme", "to": "tasks_nextjs_lint", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_readme", "to": "tasks_cypress_e2e", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_llm_llmclient", "to": "adr_llm_services_llm_client", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_llm_llmclient", "to": "adr_llm_provider_google", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_llm_llmclient", "to": "adr_llm_provider_anthropic", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_llm_llmclient", "to": "adr_llm_provider_ollama", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_llm_llmclient", "to": "adr_llm_provider_custom", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_llm_llmclient", "to": "adr_llm_utils_schema_utils", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_llm_userconfigenvupdatemiddleware", "to": "adr_llm_api_middlewares", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_db_get_database_url_and_connect_args", "to": "adr_db_utils_db_utils", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_db_get_database_url_and_connect_args", "to": "adr_db_sqlite_driver", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_db_get_database_url_and_connect_args", "to": "adr_db_postgresql_driver", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_db_get_database_url_and_connect_args", "to": "adr_db_mysql_driver", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_mcp_mcp_server_py", "to": "tasks_openai_spec_json", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "adr_mcp_mcp_server_py", "to": "adr_mcp_fastmcp", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "adr_mcp_mcp_server_py", "to": "adr_mcp_httpx_asyncclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "outline_image", "to": "concept_readme_assets", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_image", "to": "concept_canva_design", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_image", "to": "concept_suraj_jha", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outline_image", "to": "select_theme_image", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "outline_image", "to": "prompting_image", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "select_theme_image", "to": "concept_readme_assets", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "select_theme_image", "to": "concept_canva_design", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "select_theme_image", "to": "concept_suraj_jha", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "select_theme_image", "to": "prompting_image", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompting_image", "to": "concept_readme_assets", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompting_image", "to": "concept_canva_design", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompting_image", "to": "concept_suraj_jha", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "placeholder_svg", "to": "concept_fastapi_static_icons", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "placeholder_svg", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopping_cart_bold_svg", "to": "concept_fastapi_static_icons", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopping_cart_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "footprints_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "phone_disconnect_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flag_pennant_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "user_circle_minus_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "file_text_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dice_six_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "signpost_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "desk_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "paperclip_horizontal_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "circle_notch_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bookmarks_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bookmarks_bold_svg", "to": "bookmark_simple_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cell_tower_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cell_tower_bold_svg", "to": "cell_signal_slash_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "airplane_taxiing_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fast_forward_circle_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "vector_three_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_circle_up_right_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrows_out_bold_svg", "to": "arrow_circle_up_right_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "google_chrome_logo_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "google_chrome_logo_bold_svg", "to": "google_photos_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_align_justify_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "baseball_helmet_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "replit_logo_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "baby_carriage_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mouse_middle_click_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "anchor_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "grid_nine_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "google_photos_logo_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "meta_logo_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_vertical_low_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_vertical_low_bold_svg", "to": "battery_warning_vertical_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_vertical_low_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stack_minus_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chart_line_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "camera_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "camera_bold_svg", "to": "aperture_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "aperture_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "linktree_logo_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hash_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_warning_vertical_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clipboard_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "eject_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plug_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "screencast_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shield_check_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bookmark_simple_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bookmark_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sort_descending_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cable_car_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "laptop_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cell_signal_slash_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "coin_vertical_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lock_simple_open_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "microphone_slash_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "elevator_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "belt_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_bold_icon_set", "to": "concept_fastapi_static_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_bold_svg", "to": "concept_bold_icon_set", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tree_structure_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_xls_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asterisk_simple_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "star_and_crescent_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "angle_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_full_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_low_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "blueprint_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "matrix_logo_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "letter_circle_h_bold_svg", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scribble_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rss_simple_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "monitor_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gender_intersex_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gender_nonbinary_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sailboat_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trend_up_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "table_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "music_notes_minus_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_square_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_focus_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_plus_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cube_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fire_simple_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "airplay_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "radio_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_right_up_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_elbow_left_bold_svg", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_down_right_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_in_line_horizontal_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "angular_logo_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "squares_four_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "warning_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "joystick_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "layout_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "android_logo_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "columns_plus_left_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "house_simple_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "farm_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paypal_logo_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_transfer_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_slash_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eyedropper_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "map_pin_area_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "magnifying_glass_bold_svg", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "globe_simple_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "metronome_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_down_bold_svg", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_double_up_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "coffee_bean_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bandaids_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shirt_folded_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_peace_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bezier_curve_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "play_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stool_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stack_overflow_logo_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "intersect_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scales_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scan_smiley_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orange_slice_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bug_beetle_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_html_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "baseball_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_zip_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_plus_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "solar_panel_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flag_checkered_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "umbrella_simple_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "magnet_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shuffle_angular_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "diamond_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pill_bold_icon", "to": "concept_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_bold_icon_set", "to": "svg_format", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_bold_icon_set", "to": "phosphor_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "coat_hanger_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bag_simple_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bag_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_call_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_in_cardinal_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "check_square_offset_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "park_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "line_vertical_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "letter_circle_p_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "receipt_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "receipt_bold_svg", "to": "newspaper_clipping_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "database_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prohibit_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bed_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "castle_turret_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "thermometer_cold_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "codesandbox_logo_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "book_bookmark_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "book_bookmark_bold_svg", "to": "book_open_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_three_outline_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "buildings_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "buildings_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cursor_click_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_arrow_down_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_arrow_down_bold_svg", "to": "cloud_warning_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_arrow_down_bold_svg", "to": "cloud_sun_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projector_screen_chart_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "presentation_bold_svg", "to": "projector_screen_chart_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_circle_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_circle_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paint_bucket_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "math_operations_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_warning_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_arrow_up_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_lines_right_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_lines_right_bold_svg", "to": "concept_arrow_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hourglass_low_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_simple_star_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "presentation_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "amazon_logo_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "union_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "vibrate_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "beer_stein_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "book_open_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_aa_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "moon_stars_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_right_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_zero_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_zero_bold_svg", "to": "number_circle_one_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_countdown_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_arms_spread_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_seven_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_h_six_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "copyright_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "television_simple_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "snowflake_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "link_simple_break_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "toggle_left_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "line_segment_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "greater_than_or_equal_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_one_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_one_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "minus_circle_bold_svg", "to": "number_circle_one_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basket_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dice_four_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "camera_plus_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lamp_pendant_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_sun_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_down_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "newspaper_clipping_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seal_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_phosphor_bold_icon_set", "to": "fastapi_static_assets", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_phosphor_bold_icon_set", "to": "concept_svg_icon", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_four_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dropbox_logo_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_tsx_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gitlab_logo_simple_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_lock_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_line_up_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "moped_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "superset_proper_of_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lectern_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "avocado_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_down_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "image_broken_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "music_note_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eyedropper_sample_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "at_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_run_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hourglass_medium_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hands_praying_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "beach_ball_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "radical_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_pointing_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "camera_slash_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grains_slash_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fallout_shelter_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_slash_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "confetti_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "instagram_logo_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_plus_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "atom_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "faders_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stop_circle_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stack_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bookmark_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cake_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_x_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tractor_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "vinyl_record_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "equalizer_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "washing_machine_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sphere_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_c_sharp_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "square_half_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flower_tulip_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_arc_left_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dribbble_logo_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "empty_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "funnel_x_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "binary_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "video_conference_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "yin_yang_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paint_brush_household_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paint_brush_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "globe_hemisphere_east_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "video_camera_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "option_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_fist_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fish_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "microphone_stage_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_mobile_camera_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "graphics_card_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "three_d_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "devices_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_up_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flask_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "baseball_cap_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shield_chevron_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_elbow_left_bold_svg", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pepper_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "circle_half_tilt_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webhooks_logo_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "high_definition_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cell_signal_high_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "airplane_tilt_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paper_plane_tilt_bold_icon", "to": "concept_phosphor_bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_phosphor_icons_bold", "to": "concept_svg_icon", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_counter_clockwise_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_counter_clockwise_bold_svg", "to": "repeat_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wave_triangle_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "moon_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "google_podcasts_logo_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "google_drive_logo_bold_svg", "to": "google_podcasts_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "monitor_play_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "monitor_play_bold_svg", "to": "subtitles_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "virus_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "first_aid_bold_svg", "to": "virus_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_a_underline_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_a_underline_bold_svg", "to": "paragraph_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paragraph_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "not_member_of_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "linkedin_logo_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "linkedin_logo_bold_svg", "to": "twitter_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "linkedin_logo_bold_svg", "to": "snapchat_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_merge_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_simple_slash_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_simple_slash_bold_svg", "to": "microphone_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "percent_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sign_out_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "security_camera_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webcam_slash_bold_svg", "to": "security_camera_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "subtitles_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "head_circuit_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "head_circuit_bold_svg", "to": "person_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "headset_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "headset_bold_svg", "to": "microphone_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webcam_slash_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "keyboard_bold_svg", "to": "command_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "linux_logo_bold_svg", "to": "command_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "linux_logo_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plugs_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "disc_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_three_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_three_bold_svg", "to": "number_nine_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_three_bold_svg", "to": "number_square_eight_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jar_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jar_bold_svg", "to": "gear_fine_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jar_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "truck_bold_svg", "to": "jar_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jar_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "call_bell_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rocket_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_simple_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "copy_bold_svg", "to": "pencil_simple_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_simple_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_simple_bold_svg", "to": "pen_nib_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_tablet_speaker_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mailbox_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "golf_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_eight_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_nine_bold_svg", "to": "number_square_eight_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_eight_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "number_square_eight_bold_svg", "to": "number_square_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_eight_bold_svg", "to": "number_square_six_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_nine_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_gear_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_gear_bold_svg", "to": "person_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cylinder_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bone_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "keyboard_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "repeat_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "google_drive_logo_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "axe_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ice_cream_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "twitter_logo_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "twitter_logo_bold_svg", "to": "snapchat_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "first_aid_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "approximate_equals_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stack_simple_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "copy_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "barricade_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "snapchat_logo_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cigarette_slash_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_svg_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rows_plus_top_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "selection_foreground_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "house_line_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ladder_simple_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ladder_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ladder_simple_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ladder_simple_bold_svg", "to": "folder_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ladder_simple_bold_svg", "to": "folder_simple_plus_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "car_battery_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "microphone_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "crown_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_pie_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phosphor_icons_bold_concept", "to": "fastapi_static_assets_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gender_neuter_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "google_play_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "map_trifold_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "highlighter_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "broadcast_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paint_roller_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_six_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hoodie_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "list_heart_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_meh_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cash_register_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_teardrop_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_outdent_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_simple_slash_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bluetooth_connected_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "link_simple_horizontal_break_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seal_percent_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_pull_request_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_angry_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_counter_clockwise_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bowl_food_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "kanban_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "globe_simple_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "volleyball_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_arrow_down_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_bottom_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gender_male_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_elbow_right_down_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_throw_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_rain_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pentagram_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "air_traffic_control_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_nervous_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "house_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_b_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_line_left_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "x_square_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "car_profile_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "warning_diamond_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "signature_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "article_ny_times_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "piano_keys_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "link_simple_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trophy_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "meteor_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gear_fine_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ruler_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "warning_octagon_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "megaphone_simple_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mouse_simple_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_slash_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "moped_front_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tennis_ball_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_align_right_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_line_down_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "taxi_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lock_laminated_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_down_left_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "film_reel_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "egg_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_six_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hair_dryer_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_align_center_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "game_controller_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "github_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "youtube_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "barn_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "equals_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "garage_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_window_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "airplane_takeoff_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "greater_than_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "not_superset_of_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stairs_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phosphor_icons_bold_concept", "to": "svg_format_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrows_merge_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_circle_check_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "drop_half_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ping_pong_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "towel_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_eur_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_jpy_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "truck_trailer_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "split_horizontal_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bridge_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_h_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "detective_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_x_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asterisk_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_run_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "city_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tray_arrow_down_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "list_bullets_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sparkle_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_h_five_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "selection_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "member_of_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notification_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lightbulb_filament_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sliders_horizontal_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dot_outline_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_minus_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_check_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hourglass_simple_high_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_blank_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_donut_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eyes_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wallet_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paper_plane_right_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hourglass_high_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_clockwise_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "keyhole_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sigma_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_sql_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "computer_tower_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "push_pin_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fire_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "biohazard_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_dots_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_down_left_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "list_star_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chalkboard_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cube_transparent_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "couch_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "watch_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shovel_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "synagogue_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_charging_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipe_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "network_slash_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "microsoft_powerpoint_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "steering_wheel_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chair_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_sound_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_teardrop_slash_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_circle_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "play_pause_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flying_saucer_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shapes_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_down_up_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "balloon_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_plus_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "needle_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "export_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_text_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "map_pin_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "box_arrow_up_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "image_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_centered_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phosphor_icons_bold_concept", "to": "svg_icon_format_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_charging_vertical_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_three_circle_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wave_square_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_list_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bird_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "octagon_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trademark_registered_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mask_sad_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "microsoft_teams_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "egg_crack_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "selection_inverse_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "globe_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flag_banner_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "briefcase_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_waving_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bus_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "presentation_chart_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trolley_suitcase_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_lock_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_minus_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "compass_rose_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shrimp_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exclude_square_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_down_right_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "boat_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "floppy_disk_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_vertical_empty_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hammer_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_two_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heart_straight_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_scatter_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "warehouse_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_up_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rectangle_dashed_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cards_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gps_fix_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_five_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "music_note_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cherries_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tidal_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "globe_stand_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notches_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "vector_two_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_bar_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_six_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_right_down_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "map_pin_simple_area_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "list_plus_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "film_strip_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "network_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stripe_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "record_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "escalator_up_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "crosshair_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speedometer_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipe_wrench_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_outgoing_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "divide_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "boxing_glove_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "subset_of_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "traffic_sign_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_simple_slash_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_up_right_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "book_open_user_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dice_five_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "receipt_x_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "copy_simple_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "goodreads_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flashlight_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "highlighter_circle_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notion_logo_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chalkboard_simple_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hard_drives_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_inr_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phosphor_icons_bold_concept", "to": "svg_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_pdf_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stack_plus_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "path_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "binoculars_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "thermometer_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_ts_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "building_office_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pants_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "screwdriver_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_line_down_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cell_signal_none_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eyeglasses_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tent_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "motorcycle_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "knife_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopping_bag_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "placeholder_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lightning_a_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "article_medium_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heart_half_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "police_car_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_open_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_three_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cactus_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_empty_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clipboard_text_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_tablet_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_up_bold_icon", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_ski_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "book_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "voicemail_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spade_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_center_horizontal_simple_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_circle_dollar_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "windmill_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "waveform_slash_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_magnifying_glass_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sidebar_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "box_arrow_down_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_none_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "money_wavy_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_circle_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_eye_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "broom_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_in_line_vertical_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chats_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lifebuoy_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "airplane_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "television_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skip_back_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "infinity_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "push_pin_slash_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "soccer_ball_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "printer_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tumblr_logo_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phosphor_logo_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "speaker_simple_x_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_walk_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "network_x_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "thumbs_down_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bounding_box_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_sad_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "airplane_landing_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cow_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wifi_high_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_moon_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "headlights_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gauge_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_vertical_full_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skip_forward_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tipi_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_simple_user_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "strategy_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "share_network_bold_svg", "to": "phosphor_icons_bold_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phosphor_icons_bold_concept", "to": "fastapi_static_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_set_concept", "to": "fastapi_static_assets_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bag_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bag_bold_icon", "to": "svg_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "exclamation_mark_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "question_bold_icon", "to": "exclamation_mark_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flip_vertical_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_down_right_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_down_right_bold_icon", "to": "arrow_down_right_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "poker_chip_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "question_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heart_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heart_bold_icon", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heart_bold_icon", "to": "pulse_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_up_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_up_bold_icon", "to": "arrow_line_up_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_bold_svg", "to": "arrow_line_up_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_doc_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_doc_bold_icon", "to": "files_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_clockwise_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_clockwise_bold_icon", "to": "arrow_counter_clockwise_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_clockwise_bold_icon", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_clockwise_bold_icon", "to": "arrow_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_clockwise_bold_icon", "to": "arrows_vertical_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "door_open_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hands_clapping_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_counter_clockwise_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "brackets_curly_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_down_right_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_right_down_bold_icon", "to": "arrow_down_right_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "slack_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_plus_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_three_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_three_bold_icon", "to": "number_eight_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shield_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_eight_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "markdown_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "repeat_once_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bathtub_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_center_vertical_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sneaker_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "reddit_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "list_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "subway_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_afternoon_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "circle_dashed_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "circle_dashed_bold_icon", "to": "x_circle_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "graph_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_indent_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notepad_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "translate_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_high_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_high_bold_icon", "to": "battery_plus_vertical_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fast_forward_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "visor_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_h_three_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "drop_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "coda_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "link_simple_horizontal_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "car_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sock_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pen_nib_straight_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_plus_vertical_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hash_straight_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_double_up_left_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_double_up_left_bold_icon", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_py_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_bold_icon", "to": "file_py_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "usb_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_up_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_up_bold_icon", "to": "concept_arrow_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "x_circle_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "log_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "x_logo_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "angle_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_set_concept", "to": "fastapi_static_assets", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_swipe_left_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "compass_tool_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "toilet_paper_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grains_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_switch_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "star_half_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "drop_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_elbow_left_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_top_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "check_fat_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "radioactive_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skull_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "faders_horizontal_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_down_left_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "handshake_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_split_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cricket_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "read_cv_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "square_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sim_card_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plus_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "van_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mouse_right_click_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_tube_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "target_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "crosshair_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_columns_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tiktok_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projector_screen_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "armchair_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_right_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_line_left_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_bottom_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gitlab_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fork_knife_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_in_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_four_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "picnic_table_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flower_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mouse_left_click_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "barcode_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_z_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_withdraw_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cross_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "music_note_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gas_can_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rewind_circle_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "football_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "numpad_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sticker_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "desktop_tower_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trend_down_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cell_signal_x_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_heart_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_six_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_minus_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_one_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bluetooth_x_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tabs_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spray_bottle_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_left_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "code_block_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_vertical_medium_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "microscope_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_pause_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flame_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plus_circle_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "butterfly_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mask_happy_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lego_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tag_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_btc_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_simple_low_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "storefront_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spotify_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_set_concept", "to": "phosphor_icons_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_set_concept", "to": "svg_format_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lasso_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_audio_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bicycle_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "star_of_david_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scooter_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "drone_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_grabbing_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flag_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "island_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rainbow_cloud_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "browser_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backpack_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_rectangle_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parachute_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dot_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eraser_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "superset_of_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recycle_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plus_square_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "letter_circle_h_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_md_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_vue_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eject_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "steps_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "carrot_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "briefcase_metal_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sword_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "nuclear_plant_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "framer_logo_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_plus_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "palette_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bug_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hurricane_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "thermometer_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "square_half_bottom_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spinner_ball_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_left_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_pie_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cursor_text_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "suitcase_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "film_script_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cheers_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "facebook_logo_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "piggy_bank_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_window_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_ini_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "t_shirt_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_star_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "video_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calculator_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "x_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "swatches_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "credit_card_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skip_forward_circle_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rss_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_down_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "corners_in_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_up_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_cpp_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "puzzle_piece_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_medium_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_dollar_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fire_extinguisher_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cpu_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "train_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "circuitry_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tree_evergreen_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pause_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_down_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_slash_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_down_up_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sneaker_move_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exam_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_sticker_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gavel_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_list_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "peace_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "office_chair_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pen_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stop_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_down_left_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallelogram_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "video_camera_slash_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_circle_plus_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "music_note_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "floppy_disk_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "boot_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plus_minus_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sun_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "subset_proper_of_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ghost_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_js_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_four_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rug_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scissors_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_seven_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_circle_dashed_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wave_square_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "desktop_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "square_split_vertical_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dice_one_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "square_split_horizontal_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rows_plus_bottom_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "globe_x_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_five_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "patreon_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "road_horizon_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wifi_low_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chef_hat_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_wink_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seal_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wind_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lock_key_open_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wine_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_snowboard_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "push_pin_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_up_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stethoscope_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "share_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_commit_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rainbow_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "airplane_in_flight_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bluetooth_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sign_in_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "intersect_square_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gps_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tag_chevron_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "power_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_center_vertical_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mosque_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "crane_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "monitor_arrow_up_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cardholder_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bowl_steam_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "potted_plant_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wall_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "drop_slash_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "circle_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fire_truck_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trash_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seal_question_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "funnel_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gear_six_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lightbulb_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tornado_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_slash_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "nut_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_incoming_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_rotate_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "function_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shooting_star_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apple_logo_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "yarn_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_elbow_down_left_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_circle_gear_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_line_down_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "popsicle_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "intersection_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "subtract_square_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_double_right_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cigarette_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "minus_circle_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "square_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wifi_none_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_soap_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shuffle_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bulldozer_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "beanie_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "handbag_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "campfire_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "package_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rabbit_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frame_corners_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_line_left_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_dollar_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plugs_connected_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "marker_circle_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apple_podcasts_logo_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "selection_all_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "address_book_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "champagne_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seal_check_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trash_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pizza_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_left_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eye_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_strikethrough_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shipping_container_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_high_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "camera_rotate_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_user_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "unite_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "megaphone_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jeep_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "code_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "books_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "church_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shield_slash_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "map_pin_simple_line_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tilde_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "not_equals_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "check_square_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "horse_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shield_star_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "microsoft_outlook_logo_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_circle_text_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_subscript_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "check_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "escalator_down_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "envelope_simple_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "beer_bottle_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "identification_badge_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "football_helmet_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_up_down_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dice_two_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jar_label_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_u_left_up_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "google_cardboard_logo_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gas_pump_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_snow_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_x_eyes_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fish_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_txt_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shield_checkered_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "toggle_right_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "open_ai_logo_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_star_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_circle_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "vault_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ambulance_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_up_left_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_swipe_right_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_left_up_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "guitar_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "engine_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wheelchair_motion_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wave_sine_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "club_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_nine_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "brain_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paperclip_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "list_magnifying_glass_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_line_right_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_ringing_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "selection_plus_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mountains_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_fork_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seatbelt_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_tap_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gif_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sun_dim_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_centered_dots_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "resize_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "at_bold_svg", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_t_slash_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_right_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "circles_three_plus_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hourglass_simple_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "brackets_round_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sun_horizon_bold_icon", "to": "bold_icon_set_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_collection", "to": "fastapi_static_assets", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bold_icon_style_concept", "to": "fastapi_static_assets", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hand_swipe_left_bold_icon", "to": "hand_withdraw_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_bold_icon", "to": "phone_pause_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_top_bold_icon", "to": "align_bottom_simple_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skull_bold_icon", "to": "radioactive_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_down_left_bold_icon", "to": "arrow_line_left_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_heart_bold_icon", "to": "handshake_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_split_bold_icon", "to": "arrows_in_simple_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plus_bold_icon", "to": "plus_circle_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mouse_right_click_bold_icon", "to": "mouse_left_click_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "target_bold_icon", "to": "crosshair_simple_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tiktok_logo_bold_icon", "to": "spotify_logo_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_right_bold_icon", "to": "caret_line_left_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_four_bold_icon", "to": "number_one_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_six_bold_svg", "to": "number_one_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_left_bold_icon", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_line_left_bold_icon", "to": "arrow_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_style_concept", "to": "svg_format_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "smiley_x_eyes_bold_icon", "to": "svg_format_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fish_simple_bold_icon", "to": "svg_format_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "file_txt_bold_icon", "to": "svg_format_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shield_checkered_bold_icon", "to": "svg_format_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bold_icon_style_concept", "to": "phosphor_icons_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_concept", "to": "phosphor_icons_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_double_left_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "caret_double_left_bold_svg", "to": "navigation_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_up_bold_svg", "to": "caret_double_left_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_simple_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mouse_scroll_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chat_centered_slash_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chat_centered_slash_bold_svg", "to": "slash_variant_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lastfm_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_dashes_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shield_plus_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flower_lotus_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "push_pin_simple_slash_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "push_pin_simple_slash_bold_svg", "to": "slash_variant_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basketball_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "map_pin_plus_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "map_pin_plus_bold_svg", "to": "map_pin_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "map_pin_plus_bold_svg", "to": "map_pin_line_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "brackets_angle_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "phone_x_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloud_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloud_bold_svg", "to": "cloud_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_bold_svg", "to": "cloud_arrow_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "warning_circle_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "warning_circle_bold_svg", "to": "seal_warning_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lightning_slash_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lightning_slash_bold_svg", "to": "slash_variant_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dna_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lock_key_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lock_key_bold_svg", "to": "lock_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lock_key_bold_svg", "to": "lock_open_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hourglass_simple_low_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cell_signal_medium_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cell_signal_medium_bold_svg", "to": "signal_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cell_signal_medium_bold_svg", "to": "cell_signal_low_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "feather_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "subtract_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotes_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrows_out_line_vertical_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrows_out_line_vertical_bold_svg", "to": "arrow_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_simple_minus_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_slash_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_slash_bold_svg", "to": "slash_variant_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_slash_bold_svg", "to": "calendar_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_mobile_slash_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "device_mobile_slash_bold_svg", "to": "slash_variant_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sunglasses_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "caret_circle_up_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scroll_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "playlist_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "vignette_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_fat_right_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_fat_right_bold_svg", "to": "arrow_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_arc_right_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_arc_right_bold_svg", "to": "arrow_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "disco_ball_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tray_arrow_up_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tray_arrow_up_bold_svg", "to": "download_simple_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_six_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "number_square_six_bold_svg", "to": "number_square_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_six_bold_svg", "to": "number_square_zero_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_two_bold_icon", "to": "number_square_six_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_square_six_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "grid_four_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cooking_pot_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hard_hat_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seal_warning_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "corners_out_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wechat_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "user_check_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "handbag_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "crown_cross_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "crown_cross_bold_svg", "to": "crown_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "crown_cross_bold_svg", "to": "crown_simple_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "log_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lock_open_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lock_open_bold_svg", "to": "lock_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "headphones_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dots_three_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "crown_simple_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "crown_simple_bold_svg", "to": "crown_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "factory_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hamburger_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrows_left_right_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrows_left_right_bold_svg", "to": "arrow_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_u_right_up_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_u_right_up_bold_svg", "to": "arrow_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "map_pin_line_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "map_pin_line_bold_svg", "to": "map_pin_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_tablet_camera_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "money_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_dot_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_dot_bold_svg", "to": "calendar_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "building_apartment_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "download_simple_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_heart_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_heart_bold_svg", "to": "calendar_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "baby_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloud_arrow_up_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloud_arrow_up_bold_svg", "to": "cloud_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "solar_roof_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cell_signal_low_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cell_signal_low_bold_svg", "to": "signal_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lockers_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "number_square_zero_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "number_square_zero_bold_svg", "to": "number_square_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_polar_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "star_four_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "speaker_low_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "martini_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "file_jpg_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "checkerboard_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrows_out_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrows_down_up_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_up_bold_icon", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wind_bold_icon", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bold_icon_collection", "to": "phosphor_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_collection", "to": "svg_format", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_numbers_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "currency_ngn_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "toilet_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pinwheel_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cursor_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "split_vertical_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "figma_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "toolbox_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finn_the_human_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hand_palm_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "standard_definition_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hand_arrow_down_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloud_lightning_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "suitcase_rolling_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "file_image_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "steam_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "text_superscript_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "caret_circle_down_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "number_zero_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shield_warning_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_blank_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "text_t_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "suitcase_simple_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "unite_square_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hospital_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "less_than_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "at_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_store_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "drop_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "coffee_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "telegram_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "microsoft_word_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "gif_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_diff_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "text_underline_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_fat_left_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brandy_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "browser_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tree_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mastodon_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rectangle_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_segments_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "virtual_reality_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "coin_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_elbow_down_right_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "coins_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "van_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "microsoft_excel_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dice_three_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "oven_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wave_sawtooth_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "waveform_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "play_circle_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "caret_left_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "battery_warning_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tram_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pencil_slash_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "code_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "envelope_simple_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hourglass_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_u_left_down_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "treasure_chest_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pentagon_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "textbox_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chat_circle_dots_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "circles_three_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "twitch_logo_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "text_h_two_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "smiley_melting_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "address_book_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wrench_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tree_view_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "radio_button_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orange_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dots_three_vertical_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "thermometer_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bug_droid_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "align_top_simple_bold_svg", "to": "bold_icon_collection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bold_icon_set", "to": "phosphor_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bold_icon_set", "to": "svg_format", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "arrow_up_bold_icon", "to": "navigation_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_bold_svg", "to": "arrow_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_down_up_bold_svg", "to": "arrow_icons", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gender_male_bold_icon", "to": "gender_neuter_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_meh_bold_icon", "to": "smiley_angry_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_meh_bold_icon", "to": "smiley_nervous_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "link_simple_bold_icon", "to": "link_simple_horizontal_break_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_angry_bold_icon", "to": "smiley_nervous_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "taxi_bold_icon", "to": "car_profile_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "warning_diamond_bold_icon", "to": "warning_octagon_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "house_bold_svg", "to": "mouse_simple_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_align_right_bold_icon", "to": "text_align_center_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_line_down_bold_icon", "to": "arrow_fat_line_left_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "barn_bold_icon", "to": "garage_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_audio_bold_svg", "to": "file_md_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bicycle_bold_svg", "to": "scooter_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_bold_svg", "to": "user_rectangle_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_md_bold_svg", "to": "file_vue_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_vue_bold_svg", "to": "file_ini_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "suitcase_bold_svg", "to": "briefcase_metal_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_plus_bold_svg", "to": "phone_list_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_ini_bold_svg", "to": "file_cpp_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_down_bold_svg", "to": "arrow_fat_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_right_up_bold_icon", "to": "arrow_elbow_left_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_elbow_left_bold_svg", "to": "concept_arrow_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_elbow_left_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_elbow_left_bold_svg", "to": "arrow_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cpu_bold_svg", "to": "circuitry_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_slash_bold_svg", "to": "bell_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_merge_bold_icon", "to": "split_horizontal_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_circle_check_bold_icon", "to": "user_minus_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_eur_bold_svg", "to": "currency_jpy_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_h_bold_icon", "to": "text_h_five_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_x_bold_icon", "to": "file_sql_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_run_bold_icon", "to": "person_simple_circle_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "list_bullets_bold_icon", "to": "list_star_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_minus_bold_icon", "to": "user_sound_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hourglass_simple_high_bold_icon", "to": "hourglass_high_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_dots_bold_icon", "to": "chat_text_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_dots_bold_icon", "to": "chat_centered_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_teardrop_slash_bold_icon", "to": "chat_dots_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_charging_bold_icon", "to": "battery_plus_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_text_bold_icon", "to": "chat_centered_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_xls_bold_icon", "to": "file_html_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_xls_bold_icon", "to": "file_zip_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_plus_bold_icon", "to": "file_xls_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_full_bold_icon", "to": "battery_low_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "angular_logo_bold_icon", "to": "matrix_logo_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stack_overflow_logo_bold_icon", "to": "matrix_logo_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gender_intersex_bold_icon", "to": "gender_nonbinary_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_square_bold_icon", "to": "user_focus_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_square_bold_icon", "to": "user_plus_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "android_logo_bold_icon", "to": "angular_logo_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scales_bold_icon", "to": "warning_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paypal_logo_bold_icon", "to": "android_logo_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "house_simple_bold_icon", "to": "farm_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "phone_transfer_bold_icon", "to": "phone_slash_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pill_bold_icon", "to": "bandaids_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "intersect_bold_icon", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_html_bold_icon", "to": "file_zip_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_down_bold_svg", "to": "caret_double_up_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_charging_vertical_bold_icon", "to": "battery_vertical_empty_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "smiley_bold_icon", "to": "mask_sad_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "globe_bold_icon", "to": "globe_stand_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trolley_suitcase_bold_icon", "to": "briefcase_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_bold_icon", "to": "file_lock_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_bold_icon", "to": "concept_file_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_bold_icon", "to": "file_tsx_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_bold_icon", "to": "file_c_sharp_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_scatter_bold_icon", "to": "presentation_chart_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_bold_icon", "to": "folder_minus_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "compass_rose_bold_icon", "to": "map_pin_simple_area_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hammer_bold_icon", "to": "pipe_wrench_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_two_bold_icon", "to": "number_circle_five_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_scatter_bold_icon", "to": "chart_bar_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "crosshair_bold_icon", "to": "gps_fix_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_five_bold_icon", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_five_bold_icon", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_six_bold_svg", "to": "number_circle_five_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_right_down_bold_icon", "to": "arrow_bend_up_right_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "traffic_sign_bold_icon", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_bold_icon", "to": "user_circle_gear_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hard_drives_bold_icon", "to": "floppy_disk_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_branch_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lego_smiley_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cookie_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rows_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "info_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cell_signal_full_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "swimming_pool_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "closed_captioning_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lock_simple_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "door_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "link_break_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_hifi_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_up_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_double_up_bold_svg", "to": "caret_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_gbp_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "polygon_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_simple_z_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "memory_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "copyleft_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_mobile_speaker_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notebook_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paw_print_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_cloud_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_cloud_bold_svg", "to": "file_code_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bread_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_simple_dashed_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backspace_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asclepius_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heart_break_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_bold_svg", "to": "hand_deposit_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "codepen_logo_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "windows_logo_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cheese_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_simple_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "scribble_loop_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "circle_half_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dresser_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flip_horizontal_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ear_slash_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "slideshow_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cassette_tape_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "images_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "book_open_text_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pint_glass_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "thumbs_up_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_double_up_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_double_up_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_double_up_bold_svg", "to": "caret_circle_double_left_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "newspaper_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "minus_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flag_banner_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_horizontal_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_code_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_code_bold_svg", "to": "file_ppt_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_ruler_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "racquet_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plug_charging_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spinner_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spinner_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wifi_slash_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wifi_slash_bold_svg", "to": "wifi_x_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_six_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tote_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tote_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tote_bold_svg", "to": "note_pencil_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "article_bold_svg", "to": "tote_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_deposit_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "swap_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_ppt_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "robot_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lightning_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wifi_x_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cube_focus_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_left_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_left_bold_svg", "to": "caret_circle_right_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skip_back_circle_bold_svg", "to": "arrow_circle_left_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "truck_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_right_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skip_back_circle_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_italic_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lighthouse_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sort_ascending_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gender_transgender_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "siren_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_circle_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lamp_bold_svg", "to": "concept_phosphor_icons_bold", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_x_bold_svg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "magic_wand_bold_svg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "download_bold_svg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folders_bold_svg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "perspective_bold_svg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gradient_bold_svg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "behance_logo_bold_svg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "placeholder_jpg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "nextjs_readme", "to": "nextjs_framework", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_readme", "to": "vercel_platform", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_server", "to": "nextjs_framework", "label": "implements", "title": "implements [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "component_index_html", "to": "nextjs_framework", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_server", "to": "vercel_platform", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apple_icon_png", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apple_icon_png", "to": "icon2_png", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apple_icon_png", "to": "icon1_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "icon2_png", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "icon1_svg", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_doc_txt", "to": "cypress_testing", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "example_txt", "to": "cypress_testing", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "example_txt", "to": "upload_page_component", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "component_index_html", "to": "cypress_testing", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "notfound_svg", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "loading_gif", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "logo_white_png", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "logo_white_png", "to": "logo_png", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "logo_png", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_svg", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_svg", "to": "pptx_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pptx_svg", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "report_png", "to": "nextjs_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "magnifying_glass_bold_svg", "to": "fastapi_server", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cypress_testing", "to": "nextjs_server", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "upload_page_component", "to": "nextjs_server", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_pdf_bold_svg", "to": "file_ts_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_pdf_bold_svg", "to": "file_magnifying_glass_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tent_bold_svg", "to": "tipi_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_inr_bold_svg", "to": "currency_circle_dollar_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_open_bold_svg", "to": "folder_simple_user_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "battery_empty_bold_svg", "to": "battery_vertical_full_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_walk_bold_svg", "to": "person_simple_ski_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_circle_dollar_bold_svg", "to": "money_wavy_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_none_bold_svg", "to": "speaker_simple_x_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_circle_bold_svg", "to": "chats_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "airplane_bold_svg", "to": "airplane_landing_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skip_back_bold_svg", "to": "skip_forward_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "network_x_bold_svg", "to": "share_network_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_up_bold_icon", "to": "arrow_down_left_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "user_circle_plus_bold_icon", "to": "user_circle_dashed_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_bold_icon", "to": "potted_plant_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_bold_icon", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_bold_icon", "to": "person_simple_snowboard_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "monitor_arrow_up_bold_icon", "to": "desktop_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "square_split_vertical_bold_icon", "to": "square_split_horizontal_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seal_bold_icon", "to": "seal_question_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_up_bold_icon", "to": "arrows_out_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_up_bold_icon", "to": "arrow_elbow_down_left_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_up_bold_icon", "to": "arrow_u_left_down_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trademark_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "graduation_cap_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "graduation_cap_bold_svg", "to": "student_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "magnifying_glass_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_dashed_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "house_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_return_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_six_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_minus_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_line_down_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_line_down_bold_svg", "to": "caret_double_down_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "google_logo_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "google_logo_bold_svg", "to": "discord_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "person_simple_tai_chi_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pinterest_logo_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bell_simple_ringing_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "map_pin_simple_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "compass_bold_svg", "to": "map_pin_simple_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "upload_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_left_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_square_down_left_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_square_down_left_bold_svg", "to": "arrows_down_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "article_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_h_one_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "whatsapp_logo_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "whatsapp_logo_bold_svg", "to": "messenger_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "barbell_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "traffic_cone_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "timer_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "timer_bold_svg", "to": "hourglass_simple_medium_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "check_circle_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_circle_slash_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "popcorn_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_simple_none_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_line_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pencil_line_bold_svg", "to": "note_pencil_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_archive_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_archive_bold_svg", "to": "file_dashed_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "film_slate_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prescription_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "high_heel_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "discord_logo_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skype_logo_bold_svg", "to": "discord_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "court_basketball_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dev_to_logo_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dev_to_logo_bold_svg", "to": "fediverse_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fingerprint_simple_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fingerprint_bold_svg", "to": "fingerprint_simple_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_down_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_line_down_bold_svg", "to": "arrows_down_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fediverse_logo_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prohibit_inset_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "charging_station_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopping_cart_simple_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "magnet_straight_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "list_checks_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_up_down_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_up_down_bold_svg", "to": "arrows_down_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tea_bag_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "note_pencil_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_double_down_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_bold_svg", "to": "arrows_down_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_down_up_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_cardinal_bold_svg", "to": "arrows_down_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "columns_plus_right_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_jsx_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_jsx_bold_svg", "to": "file_c_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_c_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "medal_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "certificate_bold_svg", "to": "medal_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_bar_horizontal_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shuffle_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bomb_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "envelope_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "heart_straight_break_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tip_jar_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gps_slash_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_krw_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_krw_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_krw_bold_svg", "to": "currency_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_eur_bold_svg", "to": "currency_krw_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cowboy_hat_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "question_mark_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "drop_half_bottom_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "leaf_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fingerprint_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "certificate_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hourglass_simple_medium_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_cardinal_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skype_logo_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "student_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "picture_in_picture_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_dashed_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "compass_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "messenger_logo_bold_svg", "to": "bold_icon_style_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dropbox_logo_bold_icon", "to": "concept_logo_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_tsx_bold_icon", "to": "concept_file_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_tsx_bold_icon", "to": "file_c_sharp_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gitlab_logo_simple_bold_icon", "to": "concept_logo_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_lock_bold_icon", "to": "concept_folder_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_fat_line_up_bold_icon", "to": "concept_arrow_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_down_bold_icon", "to": "concept_arrow_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hands_praying_bold_icon", "to": "concept_hand_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_pointing_bold_icon", "to": "concept_hand_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "at_bold_svg", "to": "chat_slash_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "instagram_logo_bold_icon", "to": "concept_logo_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_plus_bold_icon", "to": "concept_folder_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_c_sharp_bold_icon", "to": "concept_file_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_arc_left_bold_icon", "to": "concept_arrow_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dribbble_logo_bold_icon", "to": "concept_logo_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "video_camera_bold_icon", "to": "video_conference_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paint_brush_bold_icon", "to": "paint_brush_household_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paint_brush_bold_icon", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "globe_hemisphere_east_bold_icon", "to": "concept_globe_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_fist_bold_icon", "to": "concept_hand_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_bold_icon", "to": "concept_file_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_mobile_camera_bold_icon", "to": "concept_device_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "devices_bold_icon", "to": "concept_device_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webhooks_logo_bold_icon", "to": "concept_logo_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apple_logo_bold_svg", "to": "apple_podcasts_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_user_bold_svg", "to": "user_circle_gear_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "unite_bold_svg", "to": "intersection_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "unite_bold_svg", "to": "subtract_square_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_up_down_bold_svg", "to": "minus_circle_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "address_book_bold_svg", "to": "identification_badge_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seal_check_bold_svg", "to": "check_square_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_strikethrough_bold_svg", "to": "text_subscript_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shield_slash_bold_svg", "to": "shield_star_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "check_square_bold_svg", "to": "check_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_palm_bold_svg", "to": "hand_arrow_down_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "suitcase_rolling_bold_svg", "to": "suitcase_simple_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_superscript_bold_svg", "to": "text_h_two_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_left_bold_svg", "to": "caret_circle_down_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_t_bold_svg", "to": "text_underline_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "at_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seatbelt_bold_icon", "to": "at_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "microsoft_word_logo_bold_svg", "to": "microsoft_excel_logo_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tree_bold_svg", "to": "tree_view_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "coin_bold_svg", "to": "coins_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wave_sawtooth_bold_svg", "to": "waveform_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flow_arrow_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "flow_arrow_bold_svg", "to": "arrow_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_u_right_down_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_u_right_down_bold_svg", "to": "arrow_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopping_bag_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ladder_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alarm_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pen_nib_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "panorama_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "anchor_simple_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lamp_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "medal_military_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "funnel_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "funnel_bold_svg", "to": "sliders_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sliders_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_align_left_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_video_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_video_bold_svg", "to": "file_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_video_bold_svg", "to": "file_arrow_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ranking_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_three_outline_vertical_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_three_outline_vertical_bold_svg", "to": "dots_six_vertical_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_vertical_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_vertical_bold_svg", "to": "arrow_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hockey_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_down_right_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_down_right_bold_svg", "to": "arrow_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "onigiri_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rocket_launch_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bowling_ball_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "boules_bold_svg", "to": "bowling_ball_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "triangle_dashed_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "soundcloud_logo_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "soundcloud_logo_bold_svg", "to": "social_logo_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lock_laminated_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "speaker_simple_high_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "link_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloud_fog_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "threads_logo_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "threads_logo_bold_svg", "to": "social_logo_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chart_line_up_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "qr_code_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cards_three_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "paper_plane_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "syringe_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "note_blank_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "webcam_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "face_mask_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_cny_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_cny_bold_svg", "to": "currency_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_cny_bold_svg", "to": "currency_eur_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_arrow_up_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_arrow_up_bold_svg", "to": "file_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_arrow_up_bold_svg", "to": "file_png_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "upload_simple_bold_svg", "to": "file_arrow_up_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "diamonds_four_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ticket_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "umbrella_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eye_closed_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eye_closed_bold_svg", "to": "eye_slash_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "identification_card_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "upload_simple_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "text_h_four_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_six_vertical_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "brackets_square_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "columns_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "contactless_payment_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "less_than_or_equal_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "eye_slash_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "device_mobile_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sidebar_simple_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_simple_plus_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "folder_simple_plus_bold_svg", "to": "folder_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_png_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_png_bold_svg", "to": "file_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "waves_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "goggles_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tree_palm_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "trolley_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "selection_slash_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_line_up_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_line_up_bold_svg", "to": "arrow_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hexagon_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "envelope_open_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wifi_medium_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "share_fat_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exclude_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "boules_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "not_subset_of_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "medium_logo_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "medium_logo_bold_svg", "to": "social_logo_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_eur_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "currency_eur_bold_svg", "to": "currency_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "navigation_arrow_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "navigation_arrow_bold_svg", "to": "arrow_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acorn_bold_svg", "to": "bold_icon_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wheelchair_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bluetooth_slash_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "crane_tower_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_down_left_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_check_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "train_regional_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "train_regional_bold_svg", "to": "train_simple_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tooth_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_centered_text_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_centered_text_bold_svg", "to": "chat_teardrop_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "gender_female_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_three_circle_vertical_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dots_three_circle_vertical_bold_svg", "to": "circles_four_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "caret_circle_double_left_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_in_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_in_bold_svg", "to": "arrows_out_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tray_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sketch_logo_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_right_simple_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_right_simple_bold_svg", "to": "align_center_horizontal_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "four_k_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hard_drive_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "train_simple_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_left_down_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "align_center_horizontal_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "selection_background_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chat_teardrop_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ny_times_logo_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "alien_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "circles_four_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_four_bold_svg", "to": "circles_four_bold_svg", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "number_circle_four_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "subtitles_slash_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrows_out_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fire_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_coins_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chalkboard_teacher_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "file_csv_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tote_simple_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pi_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pulse_bold_svg", "to": "bold_icon_set", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_bend_up_left_bold_icon", "to": "arrow_bend_left_up_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hand_swipe_right_bold_icon", "to": "hand_tap_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "arrow_circle_right_bold_icon", "to": "caret_line_right_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sun_dim_bold_icon", "to": "sun_horizon_bold_icon", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sun_dim_bold_icon", "to": "sun_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sun_horizon_bold_icon", "to": "sun_concept", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 274}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 229}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 131}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 116}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 104}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 93}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 91}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 73}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 72}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 69}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 59}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 51}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 51}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 51}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 50}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 47}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 45}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 43}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 42}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 42}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 40}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 40}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 39}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 39}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 38}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 31}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 30}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 29}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 29}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 29}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 27}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 27}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 26}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 24}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 24}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 22}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 22}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 22}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 21}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 21}, {"cid": 40, "color": "#4E79A7", "label": "Community 40", "count": 21}, {"cid": 41, "color": "#F28E2B", "label": "Community 41", "count": 21}, {"cid": 42, "color": "#E15759", "label": "Community 42", "count": 21}, {"cid": 43, "color": "#76B7B2", "label": "Community 43", "count": 21}, {"cid": 44, "color": "#59A14F", "label": "Community 44", "count": 21}, {"cid": 45, "color": "#EDC948", "label": "Community 45", "count": 19}, {"cid": 46, "color": "#B07AA1", "label": "Community 46", "count": 19}, {"cid": 47, "color": "#FF9DA7", "label": "Community 47", "count": 19}, {"cid": 48, "color": "#9C755F", "label": "Community 48", "count": 19}, {"cid": 49, "color": "#BAB0AC", "label": "Community 49", "count": 17}, {"cid": 50, "color": "#4E79A7", "label": "Community 50", "count": 17}, {"cid": 51, "color": "#F28E2B", "label": "Community 51", "count": 16}, {"cid": 52, "color": "#E15759", "label": "Community 52", "count": 16}, {"cid": 53, "color": "#76B7B2", "label": "Community 53", "count": 16}, {"cid": 54, "color": "#59A14F", "label": "Community 54", "count": 15}, {"cid": 55, "color": "#EDC948", "label": "Community 55", "count": 15}, {"cid": 56, "color": "#B07AA1", "label": "Community 56", "count": 15}, {"cid": 57, "color": "#FF9DA7", "label": "Community 57", "count": 15}, {"cid": 58, "color": "#9C755F", "label": "Community 58", "count": 15}, {"cid": 59, "color": "#BAB0AC", "label": "Community 59", "count": 15}, {"cid": 60, "color": "#4E79A7", "label": "Community 60", "count": 15}, {"cid": 61, "color": "#F28E2B", "label": "Community 61", "count": 14}, {"cid": 62, "color": "#E15759", "label": "Community 62", "count": 14}, {"cid": 63, "color": "#76B7B2", "label": "Community 63", "count": 14}, {"cid": 64, "color": "#59A14F", "label": "Community 64", "count": 14}, {"cid": 65, "color": "#EDC948", "label": "Community 65", "count": 14}, {"cid": 66, "color": "#B07AA1", "label": "Community 66", "count": 13}, {"cid": 67, "color": "#FF9DA7", "label": "Community 67", "count": 13}, {"cid": 68, "color": "#9C755F", "label": "Community 68", "count": 13}, {"cid": 69, "color": "#BAB0AC", "label": "Community 69", "count": 13}, {"cid": 70, "color": "#4E79A7", "label": "Community 70", "count": 13}, {"cid": 71, "color": "#F28E2B", "label": "Community 71", "count": 13}, {"cid": 72, "color": "#E15759", "label": "Community 72", "count": 13}, {"cid": 73, "color": "#76B7B2", "label": "Community 73", "count": 13}, {"cid": 74, "color": "#59A14F", "label": "Community 74", "count": 13}, {"cid": 75, "color": "#EDC948", "label": "Community 75", "count": 12}, {"cid": 76, "color": "#B07AA1", "label": "Community 76", "count": 12}, {"cid": 77, "color": "#FF9DA7", "label": "Community 77", "count": 12}, {"cid": 78, "color": "#9C755F", "label": "Community 78", "count": 11}, {"cid": 79, "color": "#BAB0AC", "label": "Community 79", "count": 11}, {"cid": 80, "color": "#4E79A7", "label": "Community 80", "count": 11}, {"cid": 81, "color": "#F28E2B", "label": "Community 81", "count": 11}, {"cid": 82, "color": "#E15759", "label": "Community 82", "count": 11}, {"cid": 83, "color": "#76B7B2", "label": "Community 83", "count": 11}, {"cid": 84, "color": "#59A14F", "label": "Community 84", "count": 10}, {"cid": 85, "color": "#EDC948", "label": "Community 85", "count": 10}, {"cid": 86, "color": "#B07AA1", "label": "Community 86", "count": 10}, {"cid": 87, "color": "#FF9DA7", "label": "Community 87", "count": 10}, {"cid": 88, "color": "#9C755F", "label": "Community 88", "count": 9}, {"cid": 89, "color": "#BAB0AC", "label": "Community 89", "count": 9}, {"cid": 90, "color": "#4E79A7", "label": "Community 90", "count": 9}, {"cid": 91, "color": "#F28E2B", "label": "Community 91", "count": 9}, {"cid": 92, "color": "#E15759", "label": "Community 92", "count": 9}, {"cid": 93, "color": "#76B7B2", "label": "Community 93", "count": 9}, {"cid": 94, "color": "#59A14F", "label": "Community 94", "count": 9}, {"cid": 95, "color": "#EDC948", "label": "Community 95", "count": 9}, {"cid": 96, "color": "#B07AA1", "label": "Community 96", "count": 9}, {"cid": 97, "color": "#FF9DA7", "label": "Community 97", "count": 9}, {"cid": 98, "color": "#9C755F", "label": "Community 98", "count": 8}, {"cid": 99, "color": "#BAB0AC", "label": "Community 99", "count": 8}, {"cid": 100, "color": "#4E79A7", "label": "Community 100", "count": 8}, {"cid": 101, "color": "#F28E2B", "label": "Community 101", "count": 8}, {"cid": 102, "color": "#E15759", "label": "Community 102", "count": 7}, {"cid": 103, "color": "#76B7B2", "label": "Community 103", "count": 7}, {"cid": 104, "color": "#59A14F", "label": "Community 104", "count": 7}, {"cid": 105, "color": "#EDC948", "label": "Community 105", "count": 7}, {"cid": 106, "color": "#B07AA1", "label": "Community 106", "count": 7}, {"cid": 107, "color": "#FF9DA7", "label": "Community 107", "count": 7}, {"cid": 108, "color": "#9C755F", "label": "Community 108", "count": 7}, {"cid": 109, "color": "#BAB0AC", "label": "Community 109", "count": 7}, {"cid": 110, "color": "#4E79A7", "label": "Community 110", "count": 7}, {"cid": 111, "color": "#F28E2B", "label": "Community 111", "count": 7}, {"cid": 112, "color": "#E15759", "label": "Community 112", "count": 7}, {"cid": 113, "color": "#76B7B2", "label": "Community 113", "count": 7}, {"cid": 114, "color": "#59A14F", "label": "Community 114", "count": 7}, {"cid": 115, "color": "#EDC948", "label": "Community 115", "count": 7}, {"cid": 116, "color": "#B07AA1", "label": "Community 116", "count": 7}, {"cid": 117, "color": "#FF9DA7", "label": "Community 117", "count": 7}, {"cid": 118, "color": "#9C755F", "label": "Community 118", "count": 7}, {"cid": 119, "color": "#BAB0AC", "label": "Community 119", "count": 7}, {"cid": 120, "color": "#4E79A7", "label": "Community 120", "count": 6}, {"cid": 121, "color": "#F28E2B", "label": "Community 121", "count": 6}, {"cid": 122, "color": "#E15759", "label": "Community 122", "count": 6}, {"cid": 123, "color": "#76B7B2", "label": "Community 123", "count": 6}, {"cid": 124, "color": "#59A14F", "label": "Community 124", "count": 6}, {"cid": 125, "color": "#EDC948", "label": "Community 125", "count": 6}, {"cid": 126, "color": "#B07AA1", "label": "Community 126", "count": 6}, {"cid": 127, "color": "#FF9DA7", "label": "Community 127", "count": 6}, {"cid": 128, "color": "#9C755F", "label": "Community 128", "count": 6}, {"cid": 129, "color": "#BAB0AC", "label": "Community 129", "count": 6}, {"cid": 130, "color": "#4E79A7", "label": "Community 130", "count": 5}, {"cid": 131, "color": "#F28E2B", "label": "Community 131", "count": 5}, {"cid": 132, "color": "#E15759", "label": "Community 132", "count": 5}, {"cid": 133, "color": "#76B7B2", "label": "Community 133", "count": 5}, {"cid": 134, "color": "#59A14F", "label": "Community 134", "count": 5}, {"cid": 135, "color": "#EDC948", "label": "Community 135", "count": 5}, {"cid": 136, "color": "#B07AA1", "label": "Community 136", "count": 5}, {"cid": 137, "color": "#FF9DA7", "label": "Community 137", "count": 5}, {"cid": 138, "color": "#9C755F", "label": "Community 138", "count": 5}, {"cid": 139, "color": "#BAB0AC", "label": "Community 139", "count": 5}, {"cid": 140, "color": "#4E79A7", "label": "Community 140", "count": 5}, {"cid": 141, "color": "#F28E2B", "label": "Community 141", "count": 5}, {"cid": 142, "color": "#E15759", "label": "Community 142", "count": 5}, {"cid": 143, "color": "#76B7B2", "label": "Community 143", "count": 5}, {"cid": 144, "color": "#59A14F", "label": "Community 144", "count": 5}, {"cid": 145, "color": "#EDC948", "label": "Community 145", "count": 4}, {"cid": 146, "color": "#B07AA1", "label": "Community 146", "count": 4}, {"cid": 147, "color": "#FF9DA7", "label": "Community 147", "count": 4}, {"cid": 148, "color": "#9C755F", "label": "Community 148", "count": 4}, {"cid": 149, "color": "#BAB0AC", "label": "Community 149", "count": 4}, {"cid": 150, "color": "#4E79A7", "label": "Community 150", "count": 4}, {"cid": 151, "color": "#F28E2B", "label": "Community 151", "count": 4}, {"cid": 152, "color": "#E15759", "label": "Community 152", "count": 4}, {"cid": 153, "color": "#76B7B2", "label": "Community 153", "count": 4}, {"cid": 154, "color": "#59A14F", "label": "Community 154", "count": 4}, {"cid": 155, "color": "#EDC948", "label": "Community 155", "count": 4}, {"cid": 156, "color": "#B07AA1", "label": "Community 156", "count": 4}, {"cid": 157, "color": "#FF9DA7", "label": "Community 157", "count": 4}, {"cid": 158, "color": "#9C755F", "label": "Community 158", "count": 4}, {"cid": 159, "color": "#BAB0AC", "label": "Community 159", "count": 4}, {"cid": 160, "color": "#4E79A7", "label": "Community 160", "count": 4}, {"cid": 161, "color": "#F28E2B", "label": "Community 161", "count": 4}, {"cid": 162, "color": "#E15759", "label": "Community 162", "count": 4}, {"cid": 163, "color": "#76B7B2", "label": "Community 163", "count": 4}, {"cid": 164, "color": "#59A14F", "label": "Community 164", "count": 4}, {"cid": 165, "color": "#EDC948", "label": "Community 165", "count": 4}, {"cid": 166, "color": "#B07AA1", "label": "Community 166", "count": 4}, {"cid": 167, "color": "#FF9DA7", "label": "Community 167", "count": 4}, {"cid": 168, "color": "#9C755F", "label": "Community 168", "count": 3}, {"cid": 169, "color": "#BAB0AC", "label": "Community 169", "count": 3}, {"cid": 170, "color": "#4E79A7", "label": "Community 170", "count": 3}, {"cid": 171, "color": "#F28E2B", "label": "Community 171", "count": 3}, {"cid": 172, "color": "#E15759", "label": "Community 172", "count": 3}, {"cid": 173, "color": "#76B7B2", "label": "Community 173", "count": 3}, {"cid": 174, "color": "#59A14F", "label": "Community 174", "count": 3}, {"cid": 175, "color": "#EDC948", "label": "Community 175", "count": 3}, {"cid": 176, "color": "#B07AA1", "label": "Community 176", "count": 3}, {"cid": 177, "color": "#FF9DA7", "label": "Community 177", "count": 3}, {"cid": 178, "color": "#9C755F", "label": "Community 178", "count": 3}, {"cid": 179, "color": "#BAB0AC", "label": "Community 179", "count": 3}, {"cid": 180, "color": "#4E79A7", "label": "Community 180", "count": 3}, {"cid": 181, "color": "#F28E2B", "label": "Community 181", "count": 3}, {"cid": 182, "color": "#E15759", "label": "Community 182", "count": 3}, {"cid": 183, "color": "#76B7B2", "label": "Community 183", "count": 3}, {"cid": 184, "color": "#59A14F", "label": "Community 184", "count": 3}, {"cid": 185, "color": "#EDC948", "label": "Community 185", "count": 3}, {"cid": 186, "color": "#B07AA1", "label": "Community 186", "count": 3}, {"cid": 187, "color": "#FF9DA7", "label": "Community 187", "count": 3}, {"cid": 188, "color": "#9C755F", "label": "Community 188", "count": 3}, {"cid": 189, "color": "#BAB0AC", "label": "Community 189", "count": 3}, {"cid": 190, "color": "#4E79A7", "label": "Community 190", "count": 3}, {"cid": 191, "color": "#F28E2B", "label": "Community 191", "count": 3}, {"cid": 192, "color": "#E15759", "label": "Community 192", "count": 3}, {"cid": 193, "color": "#76B7B2", "label": "Community 193", "count": 3}, {"cid": 194, "color": "#59A14F", "label": "Community 194", "count": 3}, {"cid": 195, "color": "#EDC948", "label": "Community 195", "count": 3}, {"cid": 196, "color": "#B07AA1", "label": "Community 196", "count": 3}, {"cid": 197, "color": "#FF9DA7", "label": "Community 197", "count": 3}, {"cid": 198, "color": "#9C755F", "label": "Community 198", "count": 3}, {"cid": 199, "color": "#BAB0AC", "label": "Community 199", "count": 2}, {"cid": 200, "color": "#4E79A7", "label": "Community 200", "count": 2}, {"cid": 201, "color": "#F28E2B", "label": "Community 201", "count": 2}, {"cid": 202, "color": "#E15759", "label": "Community 202", "count": 2}, {"cid": 203, "color": "#76B7B2", "label": "Community 203", "count": 2}, {"cid": 204, "color": "#59A14F", "label": "Community 204", "count": 2}, {"cid": 205, "color": "#EDC948", "label": "Community 205", "count": 2}, {"cid": 206, "color": "#B07AA1", "label": "Community 206", "count": 2}, {"cid": 207, "color": "#FF9DA7", "label": "Community 207", "count": 2}, {"cid": 208, "color": "#9C755F", "label": "Community 208", "count": 2}, {"cid": 209, "color": "#BAB0AC", "label": "Community 209", "count": 2}, {"cid": 210, "color": "#4E79A7", "label": "Community 210", "count": 2}, {"cid": 211, "color": "#F28E2B", "label": "Community 211", "count": 2}, {"cid": 212, "color": "#E15759", "label": "Community 212", "count": 2}, {"cid": 213, "color": "#76B7B2", "label": "Community 213", "count": 2}, {"cid": 214, "color": "#59A14F", "label": "Community 214", "count": 2}, {"cid": 215, "color": "#EDC948", "label": "Community 215", "count": 2}, {"cid": 216, "color": "#B07AA1", "label": "Community 216", "count": 2}, {"cid": 217, "color": "#FF9DA7", "label": "Community 217", "count": 2}, {"cid": 218, "color": "#9C755F", "label": "Community 218", "count": 2}, {"cid": 219, "color": "#BAB0AC", "label": "Community 219", "count": 2}, {"cid": 220, "color": "#4E79A7", "label": "Community 220", "count": 2}, {"cid": 221, "color": "#F28E2B", "label": "Community 221", "count": 2}, {"cid": 222, "color": "#E15759", "label": "Community 222", "count": 2}, {"cid": 223, "color": "#76B7B2", "label": "Community 223", "count": 2}, {"cid": 224, "color": "#59A14F", "label": "Community 224", "count": 2}, {"cid": 225, "color": "#EDC948", "label": "Community 225", "count": 2}, {"cid": 226, "color": "#B07AA1", "label": "Community 226", "count": 2}, {"cid": 227, "color": "#FF9DA7", "label": "Community 227", "count": 2}, {"cid": 228, "color": "#9C755F", "label": "Community 228", "count": 2}, {"cid": 229, "color": "#BAB0AC", "label": "Community 229", "count": 2}, {"cid": 230, "color": "#4E79A7", "label": "Community 230", "count": 2}, {"cid": 231, "color": "#F28E2B", "label": "Community 231", "count": 2}, {"cid": 232, "color": "#E15759", "label": "Community 232", "count": 2}, {"cid": 233, "color": "#76B7B2", "label": "Community 233", "count": 2}, {"cid": 234, "color": "#59A14F", "label": "Community 234", "count": 2}, {"cid": 235, "color": "#EDC948", "label": "Community 235", "count": 2}, {"cid": 236, "color": "#B07AA1", "label": "Community 236", "count": 2}, {"cid": 237, "color": "#FF9DA7", "label": "Community 237", "count": 2}, {"cid": 238, "color": "#9C755F", "label": "Community 238", "count": 2}, {"cid": 239, "color": "#BAB0AC", "label": "Community 239", "count": 2}, {"cid": 240, "color": "#4E79A7", "label": "Community 240", "count": 2}, {"cid": 241, "color": "#F28E2B", "label": "Community 241", "count": 2}, {"cid": 242, "color": "#E15759", "label": "Community 242", "count": 2}, {"cid": 243, "color": "#76B7B2", "label": "Community 243", "count": 2}, {"cid": 244, "color": "#59A14F", "label": "Community 244", "count": 2}, {"cid": 245, "color": "#EDC948", "label": "Community 245", "count": 2}, {"cid": 246, "color": "#B07AA1", "label": "Community 246", "count": 2}, {"cid": 247, "color": "#FF9DA7", "label": "Community 247", "count": 2}, {"cid": 248, "color": "#9C755F", "label": "Community 248", "count": 2}, {"cid": 249, "color": "#BAB0AC", "label": "Community 249", "count": 2}, {"cid": 250, "color": "#4E79A7", "label": "Community 250", "count": 2}, {"cid": 251, "color": "#F28E2B", "label": "Community 251", "count": 2}, {"cid": 252, "color": "#E15759", "label": "Community 252", "count": 2}, {"cid": 253, "color": "#76B7B2", "label": "Community 253", "count": 2}, {"cid": 254, "color": "#59A14F", "label": "Community 254", "count": 2}, {"cid": 255, "color": "#EDC948", "label": "Community 255", "count": 2}, {"cid": 256, "color": "#B07AA1", "label": "Community 256", "count": 2}, {"cid": 257, "color": "#FF9DA7", "label": "Community 257", "count": 2}, {"cid": 258, "color": "#9C755F", "label": "Community 258", "count": 2}, {"cid": 259, "color": "#BAB0AC", "label": "Community 259", "count": 2}, {"cid": 260, "color": "#4E79A7", "label": "Community 260", "count": 2}, {"cid": 261, "color": "#F28E2B", "label": "Community 261", "count": 2}, {"cid": 262, "color": "#E15759", "label": "Community 262", "count": 2}, {"cid": 263, "color": "#76B7B2", "label": "Community 263", "count": 2}, {"cid": 264, "color": "#59A14F", "label": "Community 264", "count": 2}, {"cid": 265, "color": "#EDC948", "label": "Community 265", "count": 2}, {"cid": 266, "color": "#B07AA1", "label": "Community 266", "count": 2}, {"cid": 267, "color": "#FF9DA7", "label": "Community 267", "count": 2}, {"cid": 268, "color": "#9C755F", "label": "Community 268", "count": 2}, {"cid": 269, "color": "#BAB0AC", "label": "Community 269", "count": 2}, {"cid": 270, "color": "#4E79A7", "label": "Community 270", "count": 2}, {"cid": 271, "color": "#F28E2B", "label": "Community 271", "count": 2}, {"cid": 272, "color": "#E15759", "label": "Community 272", "count": 2}, {"cid": 273, "color": "#76B7B2", "label": "Community 273", "count": 2}, {"cid": 274, "color": "#59A14F", "label": "Community 274", "count": 2}, {"cid": 275, "color": "#EDC948", "label": "Community 275", "count": 2}, {"cid": 276, "color": "#B07AA1", "label": "Community 276", "count": 2}, {"cid": 277, "color": "#FF9DA7", "label": "Community 277", "count": 2}, {"cid": 278, "color": "#9C755F", "label": "Community 278", "count": 2}, {"cid": 279, "color": "#BAB0AC", "label": "Community 279", "count": 2}, {"cid": 280, "color": "#4E79A7", "label": "Community 280", "count": 2}, {"cid": 281, "color": "#F28E2B", "label": "Community 281", "count": 2}, {"cid": 282, "color": "#E15759", "label": "Community 282", "count": 2}, {"cid": 283, "color": "#76B7B2", "label": "Community 283", "count": 2}, {"cid": 284, "color": "#59A14F", "label": "Community 284", "count": 2}, {"cid": 285, "color": "#EDC948", "label": "Community 285", "count": 2}, {"cid": 286, "color": "#B07AA1", "label": "Community 286", "count": 2}, {"cid": 287, "color": "#FF9DA7", "label": "Community 287", "count": 2}, {"cid": 288, "color": "#9C755F", "label": "Community 288", "count": 2}, {"cid": 289, "color": "#BAB0AC", "label": "Community 289", "count": 2}, {"cid": 290, "color": "#4E79A7", "label": "Community 290", "count": 2}, {"cid": 291, "color": "#F28E2B", "label": "Community 291", "count": 2}, {"cid": 292, "color": "#E15759", "label": "Community 292", "count": 2}, {"cid": 293, "color": "#76B7B2", "label": "Community 293", "count": 2}, {"cid": 294, "color": "#59A14F", "label": "Community 294", "count": 2}, {"cid": 295, "color": "#EDC948", "label": "Community 295", "count": 2}, {"cid": 296, "color": "#B07AA1", "label": "Community 296", "count": 2}, {"cid": 297, "color": "#FF9DA7", "label": "Community 297", "count": 2}, {"cid": 298, "color": "#9C755F", "label": "Community 298", "count": 2}, {"cid": 299, "color": "#BAB0AC", "label": "Community 299", "count": 2}, {"cid": 300, "color": "#4E79A7", "label": "Community 300", "count": 2}, {"cid": 301, "color": "#F28E2B", "label": "Community 301", "count": 2}, {"cid": 302, "color": "#E15759", "label": "Community 302", "count": 2}, {"cid": 303, "color": "#76B7B2", "label": "Community 303", "count": 2}, {"cid": 304, "color": "#59A14F", "label": "Community 304", "count": 2}, {"cid": 305, "color": "#EDC948", "label": "Community 305", "count": 2}, {"cid": 306, "color": "#B07AA1", "label": "Community 306", "count": 2}, {"cid": 307, "color": "#FF9DA7", "label": "Community 307", "count": 2}, {"cid": 308, "color": "#9C755F", "label": "Community 308", "count": 2}, {"cid": 309, "color": "#BAB0AC", "label": "Community 309", "count": 2}, {"cid": 310, "color": "#4E79A7", "label": "Community 310", "count": 2}, {"cid": 311, "color": "#F28E2B", "label": "Community 311", "count": 2}, {"cid": 312, "color": "#E15759", "label": "Community 312", "count": 2}, {"cid": 313, "color": "#76B7B2", "label": "Community 313", "count": 2}, {"cid": 314, "color": "#59A14F", "label": "Community 314", "count": 2}, {"cid": 315, "color": "#EDC948", "label": "Community 315", "count": 2}, {"cid": 316, "color": "#B07AA1", "label": "Community 316", "count": 1}, {"cid": 317, "color": "#FF9DA7", "label": "Community 317", "count": 1}, {"cid": 318, "color": "#9C755F", "label": "Community 318", "count": 1}, {"cid": 319, "color": "#BAB0AC", "label": "Community 319", "count": 1}, {"cid": 320, "color": "#4E79A7", "label": "Community 320", "count": 1}, {"cid": 321, "color": "#F28E2B", "label": "Community 321", "count": 1}, {"cid": 322, "color": "#E15759", "label": "Community 322", "count": 1}, {"cid": 323, "color": "#76B7B2", "label": "Community 323", "count": 1}, {"cid": 324, "color": "#59A14F", "label": "Community 324", "count": 1}, {"cid": 325, "color": "#EDC948", "label": "Community 325", "count": 1}, {"cid": 326, "color": "#B07AA1", "label": "Community 326", "count": 1}, {"cid": 327, "color": "#FF9DA7", "label": "Community 327", "count": 1}, {"cid": 328, "color": "#9C755F", "label": "Community 328", "count": 1}, {"cid": 329, "color": "#BAB0AC", "label": "Community 329", "count": 1}, {"cid": 330, "color": "#4E79A7", "label": "Community 330", "count": 1}, {"cid": 331, "color": "#F28E2B", "label": "Community 331", "count": 1}, {"cid": 332, "color": "#E15759", "label": "Community 332", "count": 1}, {"cid": 333, "color": "#76B7B2", "label": "Community 333", "count": 1}, {"cid": 334, "color": "#59A14F", "label": "Community 334", "count": 1}, {"cid": 335, "color": "#EDC948", "label": "Community 335", "count": 1}, {"cid": 336, "color": "#B07AA1", "label": "Community 336", "count": 1}, {"cid": 337, "color": "#FF9DA7", "label": "Community 337", "count": 1}, {"cid": 338, "color": "#9C755F", "label": "Community 338", "count": 1}, {"cid": 339, "color": "#BAB0AC", "label": "Community 339", "count": 1}, {"cid": 340, "color": "#4E79A7", "label": "Community 340", "count": 1}, {"cid": 341, "color": "#F28E2B", "label": "Community 341", "count": 1}, {"cid": 342, "color": "#E15759", "label": "Community 342", "count": 1}, {"cid": 343, "color": "#76B7B2", "label": "Community 343", "count": 1}, {"cid": 344, "color": "#59A14F", "label": "Community 344", "count": 1}, {"cid": 345, "color": "#EDC948", "label": "Community 345", "count": 1}, {"cid": 346, "color": "#B07AA1", "label": "Community 346", "count": 1}, {"cid": 347, "color": "#FF9DA7", "label": "Community 347", "count": 1}, {"cid": 348, "color": "#9C755F", "label": "Community 348", "count": 1}, {"cid": 349, "color": "#BAB0AC", "label": "Community 349", "count": 1}, {"cid": 350, "color": "#4E79A7", "label": "Community 350", "count": 1}, {"cid": 351, "color": "#F28E2B", "label": "Community 351", "count": 1}, {"cid": 352, "color": "#E15759", "label": "Community 352", "count": 1}, {"cid": 353, "color": "#76B7B2", "label": "Community 353", "count": 1}, {"cid": 354, "color": "#59A14F", "label": "Community 354", "count": 1}, {"cid": 355, "color": "#EDC948", "label": "Community 355", "count": 1}, {"cid": 356, "color": "#B07AA1", "label": "Community 356", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const selectAllCb = document.getElementById('select-all-cb');
function updateSelectAllState() {
const total = LEGEND.length;
const hidden = hiddenCommunities.size;
selectAllCb.checked = hidden === 0;
selectAllCb.indeterminate = hidden > 0 && hidden < total;
}
function toggleAllCommunities(hide) {
document.querySelectorAll('.legend-item').forEach(item => {
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
});
document.querySelectorAll('.legend-cb').forEach(cb => {
cb.checked = !hide;
});
LEGEND.forEach(c => {
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
});
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
nodesDS.update(updates);
updateSelectAllState();
}
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
const cb = document.createElement('input');
cb.type = 'checkbox';
cb.className = 'legend-cb';
cb.checked = true;
cb.addEventListener('change', (e) => {
e.stopPropagation();
if (cb.checked) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: !cb.checked }));
nodesDS.update(updates);
updateSelectAllState();
});
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.prepend(cb);
item.onclick = (e) => {
if (e.target === cb) return;
cb.checked = !cb.checked;
cb.dispatchEvent(new Event('change'));
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>