UNPKG

@elastic-suite/gally-admin-shared

Version:
49 lines (48 loc) 1.05 kB
{ "@context": "/contexts/CategoryTree", "@id": "/categoryTree?id=catalogId%3D0;localizedCatalogId%3D", "@type": "CategoryTree", "catalogId": 0, "localizedCatalogId": null, "categories": [ { "id": "one", "name": "Catégorie Une", "level": 1, "path": "one", "isVirtual": false, "children": [ { "id": "three", "name": "Catégorie Trois", "level": 2, "path": "one/three", "isVirtual": false, "children": [ { "id": "five", "name": "Catégorie Cinq", "level": 4, "path": "one/three/five", "isVirtual": true } ] }, { "id": "four", "name": "Catégorie Quatre", "level": 3, "path": "one/four", "isVirtual": true } ] }, { "id": "two", "name": "Catégorie Deux", "level": 1, "path": "two", "isVirtual": false } ] }