{
  "writeDescriptorId": "memory-write",
  "targetCollection": "memory/memory",
  "schema": {
    "type": "object",
    "required": ["memoryId"],
    "properties": {
      "memoryId": { "type": "string" },
      "kind": { "type": "string" },
      "summary": { "type": "string" },
      "createdAt": { "type": "string" }
    }
  }
}