{
  "schema_version": "1.0.0",
  "created_at": "2026-03-25T20:59:36.434138+00:00",
  "map_fingerprint": {
    "hash": "faffa20d4694314254a85669cb0b8393d8d78ad3bfb0af2a24bfcf20d4305b32",
    "algorithm": "sha256"
  },
  "model": {
    "human_user_name": "Ian Muehlenhaus",
    "llm_name": "GPT-5.4 Thinking"
  },
  "agent": {
    "name": "Web Mapper GPT",
    "url": "https://webmapgpt.com",
    "version": "1.0"
  },
  "map": {
    "title": "Purple Day: Global Epilepsy Rates",
    "description": "Responsive Equal Earth interactive world choropleth showing epilepsy death and incident rates by country with desktop and mobile-specific controls.",
    "stack": [
      {
        "name": "D3.js",
        "version": "7"
      },
      {
        "name": "TopoJSON Client",
        "version": "3"
      },
      {
        "name": "HTML/CSS/JavaScript",
        "version": "ES2020+"
      }
    ],
    "outputs": {
      "repo_url": "",
      "demo_url": ""
    }
  },
  "datasets": [
    {
      "name": "epilepsy_global_full_gis_ready.csv",
      "type": "csv",
      "fields": [
        {
          "name": "iso3",
          "type": "string"
        },
        {
          "name": "country_name",
          "type": "string"
        },
        {
          "name": "year",
          "type": "integer"
        },
        {
          "name": "deaths_count",
          "type": "number"
        },
        {
          "name": "deaths_rate",
          "type": "number"
        },
        {
          "name": "deaths_lower",
          "type": "number"
        },
        {
          "name": "deaths_upper",
          "type": "number"
        },
        {
          "name": "prev_count",
          "type": "number"
        },
        {
          "name": "prev_rate",
          "type": "number"
        },
        {
          "name": "prev_lower",
          "type": "number"
        },
        {
          "name": "prev_upper",
          "type": "number"
        },
        {
          "name": "inc_count",
          "type": "number"
        },
        {
          "name": "inc_rate",
          "type": "number"
        },
        {
          "name": "inc_lower",
          "type": "number"
        },
        {
          "name": "inc_upper",
          "type": "number"
        },
        {
          "name": "reliability_score",
          "type": "number"
        }
      ]
    },
    {
      "name": "geo-countries / Natural Earth country polygons",
      "type": "geojson",
      "source_url": "https://raw.githubusercontent.com/datasets/geo-countries/main/data/countries.geojson",
      "fields": [
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "ISO3166-1-Alpha-2",
          "type": "string"
        },
        {
          "name": "ISO3166-1-Alpha-3",
          "type": "string"
        }
      ]
    }
  ],
  "prompts": [
    "I have attached an markdown formatted text file and also a CSV dataset. Please create an interactive web map that follows this directive. Let me know if you run into any issues or have any questions. I'm super excited to see your design and implementation! Thanks!",
    "Attached markdown directive specifies mobile and desktop interactions, Equal Earth world mapping, choropleth classification options, popups, legend behavior, sources modal, and Purple Day framing."
  ]
}