diff --git a/mnemosyne_schema.json b/mnemosyne_schema.json new file mode 100644 index 00000000..ce339993 --- /dev/null +++ b/mnemosyne_schema.json @@ -0,0 +1,34 @@ +{ + "rooms": { + "user_pref": { + "name": "The Library", + "theme": "Archive shelves, soft lighting, velvet", + "visual_accent": "#C2B280" + }, + "project": { + "name": "The Workshop", + "theme": "Drafting tables, holographic blueprints, metal", + "visual_accent": "#4682B4" + }, + "tool": { + "name": "The Armory", + "theme": "Server racks, neon circuitry, chrome", + "visual_accent": "#00FF00" + }, + "general": { + "name": "The Commons", + "theme": "Open garden, floating islands, eclectic", + "visual_accent": "#FFD700" + } + }, + "object_mapping": { + "trust_score": { + "property": "luminosity", + "range": [0.0, 1.0] + }, + "connectivity": { + "property": "scale", + "range": [0.5, 2.0] + } + } +}