-
Notifications
You must be signed in to change notification settings - Fork 0
Alert Schema
gs-ai edited this page Mar 18, 2026
·
2 revisions
This page documents the primary viewer payload schema emitted by graph/build_graph.py.
{
"nodes": [...],
"edges": [...],
"metadata": {...},
"meta": {...}
}Typical node keys in graph_3d_render.json include:
-
id,label,kind -
source,source_key,subsource,source_url -
group,sector,country -
victim_name,victim_domain -
ioc_type,ioc_value,family,malware -
confidence,severity,time_layer -
first_observed,last_observed,posted_at,last_activity -
x,y,z - Visual fields such as
node_color,source_color,spectrum_color,glow_color
Common edge keys:
sourcetargettypeweight
- Render payload is optimized for the Three.js viewer.
- Schema can expand as feeds and enrichments evolve.