{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Kanak Raj site — LLM context schemas",
  "schemaVersion": "1.1.0",
  "generatedAt": "2026-04-26T20:34:01.109Z",
  "siteBase": "https://www.kanakraj.com",
  "wellKnownFiles": {
    "description": "Plain-text and JSON bundles for crawlers; Worker-generated with cache.",
    "primaryText": {
      "path": "/llm.txt",
      "alias": "/llms.txt"
    },
    "agentHints": {
      "path": "/ai.txt"
    },
    "bundleIndex": {
      "path": "/manifest.json"
    },
    "brand": {
      "path": "/brand.json"
    },
    "siteContext": {
      "path": "/context.json"
    }
  },
  "publicReadApis": {
    "description": "Unauthenticated JSON used by the public site (not exhaustive).",
    "endpoints": [
      {
        "method": "GET",
        "path": "/api/moodboard",
        "body": {
          "summary": "Current public moodboard projection"
        }
      },
      {
        "method": "GET",
        "path": "/api/scrapbook",
        "body": {
          "summary": "Scrapbook posts; supports ?page=&limit="
        }
      },
      {
        "method": "GET",
        "path": "/api/blog",
        "body": {
          "summary": "Blog listing / metadata"
        }
      },
      {
        "method": "GET",
        "path": "/api/walls",
        "body": {
          "summary": "Wall slugs and metadata"
        }
      },
      {
        "method": "GET",
        "path": "/api/wall-feed",
        "body": {
          "summary": "Homepage / feed payload"
        }
      },
      {
        "method": "GET",
        "path": "/api/site-chrome",
        "body": {
          "summary": "Nav, banner, chrome config"
        }
      },
      {
        "method": "GET",
        "path": "/api/profile",
        "body": {
          "summary": "Profile blob for public UI"
        }
      },
      {
        "method": "GET",
        "path": "/api/images/manifest",
        "body": {
          "summary": "Gallery manifest"
        }
      }
    ]
  },
  "contentModels": {
    "MoodboardPublic": {
      "type": "object",
      "description": "Server-sanitized moodboard shown at /moodboard when live",
      "properties": {
        "pageEnabled": {
          "type": "boolean"
        },
        "pageTitle": {
          "type": "string"
        },
        "moodSummary": {
          "type": "string"
        },
        "moodNarrative": {
          "type": "string",
          "description": "Sanitized HTML fragment"
        },
        "moodKeywords": {
          "type": "string"
        },
        "effectPreset": {
          "type": "string"
        },
        "tiles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "src": {
                "type": "string"
              },
              "title": {
                "type": "string"
              },
              "caption": {
                "type": "string"
              },
              "description": {
                "type": "string"
              },
              "tags": {
                "type": "string"
              },
              "link": {
                "type": "string"
              }
            }
          }
        }
      }
    }
  },
  "$defs": {
    "ProjectedMoodboard": {
      "enabled": true,
      "pageTitle": "Mountain Birthday Bliss",
      "pageUrl": "/moodboard",
      "moodSummary": "A peaceful birthday retreat in the mountains, imbued with joy and tranquility.",
      "moodNarrativeExcerpt": "Imagine standing among towering peaks, the crisp mountain air renewing your spirit as the world below fades away. The gentle rustle of leaves and distant bird songs provide a calming backdrop to your celebration. Each step on the trail draws you deeper into nature's embrace, where worries fade, replaced by genuine happiness. As you take in the vast horizon, the warm tones of the sunset color the sky. This moment, filled with laughter and gentle reflection, feels like a treasured gift. पहाड़ जीवन…",
      "moodKeywords": "mountains, birthday, serenity, nature, tranquility, sunset, joy, escape",
      "moodTone": "calm",
      "effectPreset": "softglow",
      "mouseTrailEnabled": true,
      "ambientSoundEnabled": true,
      "hasHeroBanner": true,
      "sessionExpiresAt": "2026-04-30T18:00:20.131Z",
      "tiles": [
        {
          "title": "Serene Mountain Escape",
          "caption": "A moment of tranquility.",
          "alt": "Person resting against a car in the mountains with serene landscape in the background.",
          "tags": "mountains, birthday, serenity, nature, tranquility, joy",
          "dateNote": "April 2023 · mountain getaway",
          "size": "normal",
          "hasLink": false,
          "imagePath": "/uploads/moodboard/moodboard-mo93t012ay2u-big.jpg",
          "descriptionExcerpt": "In a serene mountain setting, a traveler enjoys a peaceful moment against a car. Surrounded by towering trees and distant peaks, this tranquil escape captures the joy of celebrating life amidst nature's beauty. With the …"
        },
        {
          "title": "Tranquil Sunset Over the Mountains",
          "caption": "A moment of pure bliss",
          "alt": "Serene mountain sunset with lush greenery in the foreground.",
          "tags": "mountains, sunset, serenity, nature, joy, tranquility, escape",
          "dateNote": "October 2023 · mountain view",
          "size": "normal",
          "hasLink": false,
          "imagePath": "/uploads/moodboard/moodboard-mo93ugkwcuya-big.jpg",
          "descriptionExcerpt": "ये शाम का नजारा अद्भुत है! Sunset की गर्मी और पीछे का हरा भरा दृश्य, सब कुछ एक अलग ही सुकून देता है। ये पल आपको प्रकृति की गोद में ले जाता है, जहाँ खुशी और शांति का एहसास होता है।"
        },
        {
          "title": "Nature's Birthday Retreat",
          "caption": "",
          "alt": "Expansive mountain view with tall evergreen trees under a clear blue sky.",
          "tags": "mountains, serenity, nature, joy, tranquility, escape, birthday",
          "dateNote": "",
          "size": "normal",
          "hasLink": false,
          "imagePath": "/uploads/moodboard/moodboard-mo95kwub24rt-big.jpg",
          "descriptionExcerpt": "Immerse yourself in the beauty of towering evergreens and majestic peaks. This serene mountain view embodies the essence of a joyful birthday retreat, where nature's tranquility enhances the celebration. Breathe deeply a…"
        }
      ]
    }
  },
  "contextProjectionNote": "ProjectedMoodboard mirrors content.moodboard in /context.json (trimmed; no base64 data URLs)."
}