Memory Record.Schema

_archiveconfigjson
Path: _archive/loom-stale-pre-sprint-snapshot/src/contracts/memory-record.schema.jsonRelative: loom-stale-pre-sprint-snapshot/src/contracts/memory-record.schema.jsonSubproject: _archiveCategory: archived
Lines: 31Bytes: 1,480Imports: 0Exports: 0

Content Preview

  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema#",
  3. "$id": "https://leverageai.network/schemas/loom/memory-record.json",
  4. "title": "MemoryRecord",
  5. "type": "object",
  6. "required": ["record_id", "scope", "level", "topic", "summary", "created_at"],
  7. "additionalProperties": false,
  8. "properties": {
  9. "record_id": { "type": "string", "pattern": "^mem_[a-z0-9]{12}$" },
  10. "scope": { "enum": ["strategic", "management", "execution"] },
  11. "level": { "enum": ["episodic", "semantic", "proc