{
  "schemaVersion": 2,
  "examples": [
    {
      "id": "example-1",
      "text": "John Smith works at Microsoft in Seattle and was born in 1985.",
      "modelResponses": [
        {
          "modelName": "Model A",
          "inferenceTime": 0.045,
          "entities": [
            {
              "text": "John Smith",
              "label": "Person",
              "start": 0,
              "end": 10,
              "confidence": 0.98
            },
            {
              "text": "Microsoft",
              "label": "Organization",
              "start": 21,
              "end": 30,
              "confidence": 0.95
            },
            {
              "text": "Seattle",
              "label": "Location",
              "start": 34,
              "end": 41,
              "confidence": 0.92
            },
            {
              "text": "1985",
              "label": "Date",
              "start": 58,
              "end": 62,
              "confidence": 0.88
            }
          ]
        },
        {
          "modelName": "Model B",
          "inferenceTime": 0.032,
          "entities": [
            {
              "text": "John Smith",
              "label": "PER",
              "start": 0,
              "end": 10,
              "confidence": 0.96
            },
            {
              "text": "Microsoft",
              "label": "ORG",
              "start": 21,
              "end": 30,
              "confidence": 0.93
            },
            {
              "text": "Seattle",
              "label": "LOC",
              "start": 34,
              "end": 41,
              "confidence": 0.90
            }
          ]
        }
      ],
      "humanAnnotations": [
        {
          "text": "John Smith",
          "label": "Person Name",
          "start": 0,
          "end": 10
        },
        {
          "text": "Microsoft",
          "label": "Company",
          "start": 21,
          "end": 30
        }
      ]
    },
    {
      "id": "example-2",
      "text": "The patient was prescribed aspirin 81mg once daily for cardiovascular protection.",
      "modelResponses": [
        {
          "modelName": "Medical NER",
          "inferenceTime": 0.067,
          "entities": [
            {
              "text": "aspirin",
              "label": "MEDICATION",
              "start": 27,
              "end": 34,
              "confidence": 0.97
            },
            {
              "text": "81mg",
              "label": "DOSAGE",
              "start": 35,
              "end": 39,
              "confidence": 0.85
            },
            {
              "text": "once daily",
              "label": "FREQUENCY",
              "start": 40,
              "end": 50,
              "confidence": 0.82
            },
            {
              "text": "cardiovascular protection",
              "label": "THERAPEUTIC_PROCEDURE",
              "start": 55,
              "end": 80,
              "confidence": 0.78
            }
          ]
        }
      ]
    }
  ],
  "modelNames": [
    "Model A",
    "Model B",
    "Medical NER"
  ],
  "customLabelColors": {
    "Person Name": "entity-person",
    "Company": "entity-organization",
    "Custom Label": "bg:#dbeafe|text:#1e40af|border:#3b82f6"
  },
  "savedThemes": [
    {
      "id": "theme-medical-1",
      "name": "Custom",
      "bgColor": "#fee2e2",
      "textColor": "#991b1b",
      "borderColor": "#dc2626"
    },
    {
      "id": "theme-blue-1",
      "name": "Custom",
      "bgColor": "#dbeafe",
      "textColor": "#1e40af",
      "borderColor": "#3b82f6"
    }
  ]
}
