mnemosyne-memory-lifecycle-benchmark / schemas /memory-record-v1.schema.json
solsticestudioai's picture
Publish Mnemosyne Memory Lifecycle Benchmark v0.2.0
6a700f4 verified
Raw
History Blame Contribute Delete
629 Bytes
{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"mnemosyne-memory-record/v1","type":"object","required":["memory_id","memory_type","content","owner_scope","authority","status","evidence_family_id","observed_at","valid_from"],"properties":{"memory_id":{"type":"string","maxLength":128},"memory_type":{"enum":["episodic","semantic","procedural","preference","goal","relationship","temporal","audit"]},"content":{"type":"string","maxLength":4096},"owner_scope":{"enum":["user","agent","team","organization","public"]},"authority":{"type":"string"},"status":{"type":"string"},"evidence_family_id":{"type":"string"}}}