{
  "exampleOnly": true,
  "scoring": "No similarity or influence scores assigned",
  "memories": [
    {
      "id": "memory-1",
      "text": "Meeting Sarah at the hospital brought relief.",
      "contextEntityIds": [
        "person-sarah",
        "place-hospital"
      ],
      "feeling": {
        "label": "relief",
        "vad": {
          "valence": 0.6,
          "arousal": -0.2,
          "dominance": 0.3
        }
      }
    },
    {
      "id": "memory-2",
      "text": "Waiting with Sarah at the hospital felt apprehensive.",
      "contextEntityIds": [
        "person-sarah",
        "place-hospital"
      ],
      "feeling": {
        "label": "apprehension",
        "vad": {
          "valence": -0.4,
          "arousal": 0.6,
          "dominance": -0.3
        }
      }
    }
  ],
  "expectedSharedContext": [
    "person-sarah",
    "place-hospital"
  ]
}