{
  "info": {
    "description": "Novus Examples synthetic detection scene",
    "version": "1.0",
    "year": 2026
  },
  "images": [
    {
      "id": 1,
      "file_name": "street-scene.png",
      "width": 640,
      "height": 480
    }
  ],
  "categories": [
    {
      "id": 1,
      "name": "person"
    },
    {
      "id": 2,
      "name": "car"
    },
    {
      "id": 3,
      "name": "tree"
    }
  ],
  "annotations": [
    {
      "id": 1,
      "image_id": 1,
      "category_id": 1,
      "bbox": [
        90,
        210,
        70,
        180
      ],
      "area": 12600,
      "iscrowd": 0
    },
    {
      "id": 2,
      "image_id": 1,
      "category_id": 2,
      "bbox": [
        300,
        300,
        240,
        120
      ],
      "area": 28800,
      "iscrowd": 0
    },
    {
      "id": 3,
      "image_id": 1,
      "category_id": 3,
      "bbox": [
        500,
        90,
        110,
        320
      ],
      "area": 35200,
      "iscrowd": 0
    }
  ]
}
