{
  "data_format": 1,
  "data_url": "https://caddie.app/taginfo.json",
  "data_updated": "20231125T123749Z",
  "project": {
    "name": "Caddieapp",
    "description": "Golf app providing course maps and distance measurement using OpenStreetMap data",
    "project_url": "https://caddie.app",
    "icon_url": "https://caddie.app/taginfo.png",
    "contact_name": "Doug Burns",
    "contact_email": "doug@pliablematter.com"
  },
  "tags": [
    {
      "key": "leisure",
      "value": "golf_course",
      "object_types": ["area", "relation"],
      "description": "Golf course boundary"
    },
    {
      "key": "name",
      "object_types": ["area", "relation"],
      "description": "When used on a leisure=golf_course boundary, designates the course name"
    },
    {
      "key": "addr:city",
      "object_types": ["area", "relation"],
      "description": "When used on a leisure=golf_course boundary, designates the city"
    },
    {
      "key": "addr:state",
      "object_types": ["area", "relation"],
      "description": "When used on a leisure=golf_course boundary, designates the state"
    },
    {
      "key": "golf",
      "value": "hole",
      "object_types": ["way"],
      "description": "Golf hole. For Caddieapp, there must be 9 or 18 holes within a leisure=golf_course boundary for the course to work."
    },
    {
      "key": "golf:course:name",
      "object_types": ["way"],
      "description": "When there are multiple courses witin a boundary, this tag can be used to associate a hole with a specific course. For Caddieapp, names need to match exactly (including casing) to be identified with the same course."
    },
    {
      "key": "ref",
      "object_types": ["way"],
      "description": "Defines the hole number when used on a way tagged golf=hole"
    },
    {
      "key": "par",
      "object_types": ["way"],
      "description": "Defines the hole par when used on a way tagged golf=hole"
    },
    {
      "key": "handicap",
      "object_types": ["way"],
      "description": "Defines the hole handicap (or stroke index) when used on a way tagged golf=hole"
    },
    {
      "key": "golf",
      "value": "tee",
      "object_types": ["area"],
      "description": "Golf tee box"
    },
    {
      "key": "golf",
      "value": "fairway",
      "object_types": ["area", "relation"],
      "description": "Golf fairway"
    },
    {
      "key": "golf",
      "value": "green",
      "object_types": ["area"],
      "description": "Golf putting green"
    },
    {
      "key": "golf",
      "value": "bunker",
      "object_types": ["area"],
      "description": "Golf bunker (or sand trap)"
    },
    {
      "key": "golf",
      "value": "water_hazard",
      "object_types": ["area"],
      "description": "Golf water hazard"
    },
    {
      "key": "golf",
      "value": "lateral_water_hazard",
      "object_types": ["area"],
      "description": "Golf lateral water hazard"
    }
  ]
}