mirror of
https://github.com/kharonsec/br-acc
synced 2026-04-25 17:15:02 +02:00
98 lines
2.0 KiB
JSON
98 lines
2.0 KiB
JSON
{
|
|
"meta": {
|
|
"generated_at_utc": "2026-02-28T23:37:57.377723+00:00",
|
|
"generator_version": "1.0.0",
|
|
"source": "synthetic"
|
|
},
|
|
"nodes": [
|
|
{
|
|
"id": "company:alpha",
|
|
"label": "Alpha Infra Ltda",
|
|
"type": "Company",
|
|
"properties": {
|
|
"cnpj": "11.111.111/0001-11",
|
|
"sector": "infrastructure",
|
|
"city": "Sao Paulo"
|
|
}
|
|
},
|
|
{
|
|
"id": "company:beta",
|
|
"label": "Beta Servicos SA",
|
|
"type": "Company",
|
|
"properties": {
|
|
"cnpj": "22.222.222/0001-22",
|
|
"sector": "services",
|
|
"city": "Recife"
|
|
}
|
|
},
|
|
{
|
|
"id": "contract:001",
|
|
"label": "Contrato Municipal 001",
|
|
"type": "Contract",
|
|
"properties": {
|
|
"contract_id": "CT-001",
|
|
"value": 1250000,
|
|
"date": "2025-11-10"
|
|
}
|
|
},
|
|
{
|
|
"id": "sanction:001",
|
|
"label": "Sancao Administrativa 001",
|
|
"type": "Sanction",
|
|
"properties": {
|
|
"sanction_id": "SN-001",
|
|
"date": "2025-08-12"
|
|
}
|
|
},
|
|
{
|
|
"id": "finance:001",
|
|
"label": "Debito Fiscal 001",
|
|
"type": "Finance",
|
|
"properties": {
|
|
"finance_id": "FN-001",
|
|
"value": 320000,
|
|
"date": "2025-09-03"
|
|
}
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"id": "rel:1",
|
|
"source": "company:alpha",
|
|
"target": "contract:001",
|
|
"type": "VENCEU",
|
|
"properties": {
|
|
"source": "synthetic"
|
|
}
|
|
},
|
|
{
|
|
"id": "rel:2",
|
|
"source": "company:alpha",
|
|
"target": "sanction:001",
|
|
"type": "SANCIONADA",
|
|
"properties": {
|
|
"source": "synthetic"
|
|
}
|
|
},
|
|
{
|
|
"id": "rel:3",
|
|
"source": "company:alpha",
|
|
"target": "finance:001",
|
|
"type": "DEVE",
|
|
"properties": {
|
|
"source": "synthetic"
|
|
}
|
|
},
|
|
{
|
|
"id": "rel:4",
|
|
"source": "company:alpha",
|
|
"target": "company:beta",
|
|
"type": "SOCIO_DE",
|
|
"properties": {
|
|
"source": "synthetic",
|
|
"note": "company-level relation"
|
|
}
|
|
}
|
|
]
|
|
}
|