{
 "$schema": "https://fundingjson.org/schema/v1.1.0.json",
 "version": "v1.1.0",
 "entity": {
            "type": "individual",
            "role": "contributor",
            "name": "contrapunctus",
            "email": "contrapunctus@disroot.org",
            "phone": "",
            "description": "Software freedom activist. OSM educator. Mapping party organizer.",
            "webpageUrl": {
                           "url": "https://contrapunctus.codeberg.page/",
                           "wellKnown": ""
                           }
            },

 "projects": [{
               "guid": "openstreetmap-india",
               "name": "OpenStreetMap India",
     "description": "We aim to improve OSM data, applications, and awareness in India, until it becomes a household name and replaces Google Maps as the de facto standard map. This involves contributing not only to OSM data itself, but also to OSM application features and localization, and to related swatantra data projects like Mangrove Reviews, Transitous, Wikimedia Commons, etc.",
               "webpageUrl": {
                              "url": "https://www.openstreetmap.in/",
                              "wellKnown": ""
                              },
               "repositoryUrl": {
                                 "url": "https://github.com/osm-in/openstreetmap.in/",
                                 "wellKnown": ""
                                 },
               "licenses": ["spdx:ODbL-1.0"],
               "tags": ["maps", "data"]
               }],

 "funding": {
             "channels": [{
                           "guid": "my-bank",
                           "type": "bank",
                           "address": "Account: 2417101019521, IFSC: CNRB0002417, SWIFT: CNRBINBBBID (Canara Bank, Bhagwan Das Road, Delhi)"
                           }],

             "plans": [{
                        "guid": "basic",
                        "status": "active",
                        "name": "Basic Contributor Support",
                        "description": "I'm one of the most active volunteer contributors in India. Help me worry less about paying bills, so I can focus on contributing data, orginizing mapping parties, and writing software.",
                        "amount": 60000,
                        "currency": "INR",
                        "frequency": "monthly",
                        "channels": ["my-bank"]
                        },
                       {
                        "guid": "mapping-party-food-small",
                        "status": "active",
                        "name": "Mapping Party Food Sponsorship (Small)",
                        "description": "Treat the participants of a mapping party! Also helps us pay bills at the cafés we meet in. The amount assumes up to 5 participants - suitable for cities like Lucknow, Mangalore, or Madurai.",
                        "amount": 5000,
                        "currency": "INR",
                        "frequency": "monthly",
                        "channels": ["my-bank"]
                        },
                       {
                        "guid": "mapping-party-food-medium",
                        "status": "active",
                        "name": "Mapping Party Food Sponsorship (Medium)",
                        "description": "Treat the participants of a mapping party! Also helps us pay bills at the cafés we meet in. The amount assumes up to 10 participants - suitable for cities like Delhi.",
                        "amount": 10000,
                        "currency": "INR",
                        "frequency": "monthly",
                        "channels": ["my-bank"]
                        },
                       {
                        "guid": "mapping-party-food-large",
                        "status": "active",
                        "name": "Mapping Party Food Sponsorship (Large)",
                        "description": "Treat the participants of a mapping party! Also helps us pay bills at the cafés we meet in. The amount assumes up to 15 participants - suitable for cities like Mumbai.",
                        "amount": 15000,
                        "currency": "INR",
                        "frequency": "monthly",
                        "channels": ["my-bank"]
                        }],

             "history": [{
                          "year": 2025,
                          "income": 360000,
                          "expenses": 0,
                          "taxes": 0,
                          "currency": "INR",
                          "description": "FOSS United travel grant (2025-2026)."
                          },
                         {
                          "year": 2026,
                          "income": 600000,
                          "expenses": 0,
                          "taxes": 0,
                          "currency": "INR",
                          "description": "FOSS United travel grant (2026-2027)."
                          }]
             }
 }
