{
  "schema_version": "1.0.0",
  "created_at": "2026-04-06T12:00:00-04:00",
  "map_fingerprint": {
    "hash": "cfd5c721cbbf7340917a4c03be28a09f5862d00e92217f25783823a120451e8e",
    "algorithm": "sha256"
  },
  "model": {
    "human_user_name": "",
    "llm_name": "GPT-5.4 Thinking"
  },
  "agent": {
    "name": "Web Mapper GPT",
    "url": "https://webmapgpt.com",
    "version": "1.0"
  },
  "map": {
    "title": "Churchill: A Life of Resolve",
    "description": "Antique-styled interactive biographical map of Winston Churchill with 25 major life events, a draggable story pane, category filters, and sequential navigation.",
    "stack": [
      {
        "name": "Leaflet",
        "version": "1.9.4"
      },
      {
        "name": "OpenStreetMap raster tiles"
      },
      {
        "name": "Google Fonts"
      },
      {
        "name": "GeoJSON"
      }
    ],
    "outputs": {
      "repo_url": "",
      "demo_url": ""
    }
  },
  "datasets": [
    {
      "name": "churchill_journey.geojson",
      "type": "GeoJSON point features",
      "source_url": "https://en.wikipedia.org/wiki/Winston_Churchill",
      "fields": [
        {
          "name": "Chronological order",
          "type": "number"
        },
        {
          "name": "Year",
          "type": "integer"
        },
        {
          "name": "Location",
          "type": "string"
        },
        {
          "name": "Event name",
          "type": "string"
        },
        {
          "name": "Event description",
          "type": "string"
        },
        {
          "name": "More information",
          "type": "string"
        },
        {
          "name": "Event Category",
          "type": "string"
        },
        {
          "name": "Image",
          "type": "string"
        },
        {
          "name": "Lat",
          "type": "number"
        },
        {
          "name": "Lon",
          "type": "number"
        }
      ]
    }
  ],
  "prompts": [
    "Create a biographical, interactive map about Winston Churchill for Winston Churchill Day. The map component should look early twentieth-century antique (font selection, yellowish textured paper vibe, and muted, matte color print style). The goal will be to walk through Winston Churchill's life, both the highs and lows, beginning with his birth, boarding school life, and then political and military adventures, and culminating with his death. We don't need all of the details, just the biggest highlights as found on https://en.wikipedia.org/wiki/Winston_Churchill and/or in his autobiography. Please include at least 15-25 highlights / major moments from his life and career."
  ]
}