mirror of
https://github.com/sotam0316/drawNET.git
synced 2026-04-24 19:48:36 +09:00
25 lines
450 B
JSON
25 lines
450 B
JSON
{
|
|
"id": "sample_cisco",
|
|
"name": "Cisco Enterprise Pack",
|
|
"vendor": "Cisco",
|
|
"version": "1.0.0",
|
|
"assets": [
|
|
{
|
|
"id": "cisco_router",
|
|
"label": "Integrated Services Router",
|
|
"category": "Network",
|
|
"views": {
|
|
"icon": "router.svg"
|
|
}
|
|
},
|
|
{
|
|
"id": "cisco_switch",
|
|
"label": "Catalyst Switch",
|
|
"category": "Network",
|
|
"views": {
|
|
"icon": "switch.svg"
|
|
}
|
|
}
|
|
]
|
|
}
|