{
  "schemaVersion": "mmry-sensaffect-memory-atom-1.0",
  "standard": "https://sensaffect.com/pages/memory-atom-standard/index.html",
  "lab": "mmry-cite-or-abstain-1.0",
  "note": "Synthetic demonstration. MMRY searches memory content, not feeling. Matching place does not make two records the same memory. Do not invent a similarity score.",
  "authority": {
    "recall": "allowed"
  },
  "memories": [
    {
      "id": "11111111-1111-4111-8111-111111111111",
      "title": "Kettle in the kitchen",
      "content": "I left the kettle on in the kitchen this evening. The window was open.",
      "source_type": "self_reported",
      "source_hash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
      "feeling": null,
      "context": [
        {
          "kind": "place",
          "label": "Kitchen",
          "origin": "user-confirmed",
          "entityRef": "place:home-kitchen"
        },
        {
          "kind": "time",
          "label": "Evening",
          "origin": "user-confirmed"
        }
      ]
    },
    {
      "id": "22222222-2222-4222-8222-222222222222",
      "title": "Herbs in the garden",
      "content": "We planted rosemary in the back garden. The soil was dry.",
      "source_type": "self_reported",
      "source_hash": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
      "feeling": {
        "product": "sensaffect",
        "emotion_word": "calm",
        "valence": 0.35,
        "arousal": -0.2,
        "dominance": 0.1,
        "note": "Demonstration interpretation only. Not an index for MMRY recall."
      },
      "context": [
        {
          "kind": "place",
          "label": "Garden",
          "origin": "user-confirmed",
          "entityRef": "place:back-garden"
        },
        {
          "kind": "person",
          "label": "Alex",
          "origin": "user-confirmed",
          "entityRef": "person:alex"
        }
      ]
    }
  ]
}
