Memory Record.Schema
Path:
loom-sprint-scaffold/loom/src/contracts/memory-record.schema.jsonRelative: loom/src/contracts/memory-record.schema.jsonSubproject: loom-sprint-scaffoldCategory: configurationLines: 31Bytes: 1,480Imports: 0Exports: 0
Content Preview
- {
- "$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "https://leverageai.network/schemas/loom/memory-record.json",
- "title": "MemoryRecord",
- "type": "object",
- "required": ["record_id", "scope", "level", "topic", "summary", "created_at"],
- "additionalProperties": false,
- "properties": {
- "record_id": { "type": "string", "pattern": "^mem_[a-z0-9]{12}$" },
- "scope": { "enum": ["strategic", "management", "execution"] },
- "level": { "enum": ["episodic", "semantic", "proc