mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-14 20:57:15 +01:00
12 lines
104 B
JSON
12 lines
104 B
JSON
|
[{
|
||
|
"id": 1,
|
||
|
"label": "test1",
|
||
|
"connectedTo": [
|
||
|
{ "id": 2 }
|
||
|
]
|
||
|
}, {
|
||
|
"id": 2,
|
||
|
"label": "test2"
|
||
|
}]
|
||
|
|