{
  "columns": [
    { "name": "name", "type": "text" },
    { "name": "category", "type": "text" },
    { "name": "quantity", "type": "text" },
    { "name": "location", "type": "text" },
    { "name": "image", "type": "image" }
  ],
  "rows": [
    {
      "id": "abc123",
      "name": "test a",
      "category": "type a",
      "quantity": "5"
    },
    {
      "id": "def456",
      "name": "test b",
      "category": "type a",
      "quantity": "10"
    },
    {
      "id": "ghi789",
      "name": "test c",
      "category": "type b",
      "quantity": "2",
      "image": {
        "src": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Loup_du_Canada_%28Canis_lupus_mackenzii%29.JPG/1280px-Loup_du_Canada_%28Canis_lupus_mackenzii%29.JPG",
        "alt": "Loup du Canada"
      }
    }
  ]
}