I created a custom JSON file for auspice with all required attributes specified in schema(here). But whenever I used it on https://auspice.us/, it produces a blank white screen.
Here is my JSON file:
{
"meta": {
"updated": "test",
"panels": [
"tree"
]
},
"tree": {
"children": [
{
"name": "8",
"children": [
{
"name": "0",
"children": []
},
{
"name": "7",
"children": [
{
"name": "4",
"children": []
},
{
"name": "6",
"children": [
{
"name": "2",
"children": []
},
{
"name": "5",
"children": [
{
"name": "1",
"children": []
},
{
"name": "3",
"children": []
}
]
}
]
}
]
}
]
}
],
"name": "Root"
},
"version": "v2"
}
Here is the error I’m getting in the console: