{
  "_readme": [
    "Uplander import template. Replace the examples below with your own.",
    "Full instructions: https://uplander.app/support#import",
    "",
    "Three lists, all optional. Delete any you don't need, including this one.",
    "  spots  = places you hunt",
    "  hunts  = days you hunted, this season or any season past",
    "  notes  = field notes, tips, anything worth keeping",
    "",
    "Rules that matter:",
    "  Dates are YYYY-MM-DD. 2024-09-01 is September 1st, 2024.",
    "  Use straight quotes \" not curly ones. A word processor will swap them",
    "    and the file will not open. Use a plain text editor.",
    "  No comma after the last item in a list.",
    "  Only 'name' is required on a spot, and only 'date' and 'species' on a hunt.",
    "",
    "Importing the same file twice is safe. Nothing doubles up."
  ],

  "schemaVersion": 1,

  "spots": [
    {
      "name": "The North Field",
      "latitude": 41.8062,
      "longitude": -99.431,
      "cityState": "Custer County, NE",
      "status": "Proven",
      "conditionNote": "Cut clean the last week of August. Birds on the wires at first light.",
      "notes": "Park at the second gate. Ask at the white house before you walk in."
    },
    {
      "name": "Cedar Draw",
      "latitude": 41.921,
      "longitude": -99.6021,
      "cityState": "Custer County, NE",
      "status": "Scouted"
    },
    {
      "name": "Grandpa's Place",
      "cityState": "Gregory, SD",
      "status": "Proven",
      "notes": "A spot with no coordinates is fine. Name it and Uplander keeps it."
    }
  ],

  "hunts": [
    {
      "ref": "2024-opener",
      "date": "2024-09-01",
      "species": "Dove",
      "spot": "The North Field",
      "birds": 12,
      "shots": 38,
      "verdict": "Great",
      "crew": ["Dad", "Kevin"],
      "dogs": ["Scout"],
      "gauge": "12",
      "load": "#7.5",
      "temperature": 88,
      "wind": "Light, out of the south",
      "conditions": "Clear",
      "notes": "Best opener in years. Birds trading between the field and the water tank all morning."
    },
    {
      "ref": "2025-opener",
      "date": "2025-09-01",
      "species": "Dove",
      "spot": "Cedar Draw",
      "birds": 4,
      "shots": 22,
      "verdict": "Poor",
      "notes": "The main field wasn't cut, so we scrambled. Slow morning."
    },
    {
      "date": "2025-10-31",
      "species": "Pheasant",
      "spot": "Grandpa's Place",
      "birds": 3,
      "shots": 9,
      "verdict": "Great",
      "crew": ["Dad"]
    }
  ],

  "notes": [
    {
      "title": "Call before the opener",
      "text": "Two seasons running we showed up and found the field uncut. Call ahead and ask about cutting plans instead of finding out the morning of.",
      "spot": "The North Field",
      "huntRef": "2024-opener",
      "species": ["Dove"],
      "tags": "planning,access"
    },
    {
      "title": "What the numbers don't say",
      "text": "A note can stand on its own. Leave out 'spot' and 'huntRef' and it just lives in Field Notes.",
      "tags": "general"
    }
  ]
}
