@elastic-suite/gally-admin-shared
Version:
Shared package for gally admin BO
33 lines (32 loc) • 658 B
JSON
{
"@context": "/contexts/CategoryTree",
"@id": "/categoryTree?id=catalogId%3D;localizedCatalogId%3D",
"@type": "CategoryTree",
"catalogId": null,
"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
}
]
},
{
"id": "two",
"name": "Catégorie Deux",
"level": 1,
"path": "two",
"isVirtual": false
}
]
}