{
  "version": 1,
  "width": 720,
  "height": 400,
  "title": "Object tree",
  "description": "Explain a JSON document or nested configuration structure. All values are illustrative example data.",
  "elements": [
    {
      "type": "text",
      "x": 36,
      "y": 39,
      "text": "The shape of a document",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": false
    },
    {
      "type": "text",
      "x": 36,
      "y": 62,
      "text": "JSON structure · field types",
      "size": 11,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 70,
      "y": 113,
      "text": "1",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 90,
      "y": 113,
      "text": "document",
      "size": 17,
      "fill": "accent",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 70,
      "y": 142,
      "text": "2",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 90,
      "y": 142,
      "text": "├── id: string",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 70,
      "y": 171,
      "text": "3",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 90,
      "y": 171,
      "text": "├── title: string",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 70,
      "y": 200,
      "text": "4",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 90,
      "y": 200,
      "text": "├── author",
      "size": 17,
      "fill": "accent",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 70,
      "y": 229,
      "text": "5",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 90,
      "y": 229,
      "text": "│   ├── id: string",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 70,
      "y": 258,
      "text": "6",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 90,
      "y": 258,
      "text": "│   └── name: string",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 70,
      "y": 287,
      "text": "7",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 90,
      "y": 287,
      "text": "└── tags: string[]",
      "size": 17,
      "fill": "accent",
      "align": "start",
      "mono": true
    }
  ]
}