{
  "schemaVersion": 1,
  "kind": "overlayProfile",
  "meta": {
    "name": "Free speed and heart rate — synthetic sample",
    "description": "Synthetic demonstration data; not a real activity or device validation. Free factory mini gauges.",
    "activity": "cyclist"
  },
  "gauges": [
    {
      "kind": "speedometer",
      "title": "Speedometer",
      "showTitle": true,
      "visible": true,
      "variant": "mini",
      "layout": {
        "x": 0.1,
        "y": 0.35,
        "w": 0.36,
        "h": 0.3,
        "z": 0,
        "locked": false
      },
      "style": {
        "value": {
          "family": "Inter Variable",
          "size": 0.42,
          "weight": 650,
          "color": "#ffffff",
          "shadow": {
            "blur": 0,
            "dx": 0,
            "dy": 2,
            "color": "rgba(0,0,0,0.65)"
          }
        },
        "label": {
          "family": "Inter Variable",
          "size": 0.16,
          "weight": 550,
          "color": "rgba(255,255,255,0.72)",
          "letterSpacing": 0.06
        },
        "unit": {
          "show": true,
          "placement": "inline",
          "offsetX": 0,
          "offsetY": 0,
          "size": 0.45
        },
        "icon": {
          "source": "builtin",
          "id": "gauge",
          "color": "#ff7e33",
          "size": 0.46
        },
        "bar": {
          "fill": {
            "type": "solid",
            "color": "#ff7e33"
          },
          "track": {
            "type": "solid",
            "color": "rgba(255,255,255,0.18)"
          },
          "cornerRadius": 1,
          "thickness": 0.25,
          "markerSize": 0.5
        },
        "path": {
          "width": 3,
          "fill": {
            "type": "solid",
            "color": "#ff7e33"
          },
          "smooth": true
        },
        "background": {
          "type": "solid",
          "color": "rgba(10,12,16,0.55)"
        },
        "opacity": 1,
        "cornerRadius": 0.35,
        "rotationDeg": 0
      },
      "value": {
        "field": "speed",
        "unit": "kmh",
        "decimals": 1,
        "smoothing": 3,
        "animation": {
          "type": "smooth",
          "responseSec": 0.35,
          "springFreq": 2,
          "springDamping": 0.5,
          "motion": false,
          "motionBlur": 0.5
        }
      }
    },
    {
      "kind": "heartRate",
      "title": "Heart Rate",
      "showTitle": true,
      "visible": true,
      "variant": "mini",
      "layout": {
        "x": 0.54,
        "y": 0.35,
        "w": 0.36,
        "h": 0.3,
        "z": 0,
        "locked": false
      },
      "style": {
        "value": {
          "family": "Inter Variable",
          "size": 0.42,
          "weight": 650,
          "color": "#ffffff",
          "shadow": {
            "blur": 0,
            "dx": 0,
            "dy": 2,
            "color": "rgba(0,0,0,0.65)"
          }
        },
        "label": {
          "family": "Inter Variable",
          "size": 0.16,
          "weight": 550,
          "color": "rgba(255,255,255,0.72)",
          "letterSpacing": 0.06
        },
        "unit": {
          "show": true,
          "placement": "inline",
          "offsetX": 0,
          "offsetY": 0,
          "size": 0.45
        },
        "icon": {
          "source": "builtin",
          "id": "heart",
          "color": "#ff7e33",
          "size": 0.46
        },
        "bar": {
          "fill": {
            "type": "solid",
            "color": "#ff7e33"
          },
          "track": {
            "type": "solid",
            "color": "rgba(255,255,255,0.18)"
          },
          "cornerRadius": 1,
          "thickness": 0.25,
          "markerSize": 0.5
        },
        "path": {
          "width": 3,
          "fill": {
            "type": "solid",
            "color": "#ff7e33"
          },
          "smooth": true
        },
        "background": {
          "type": "solid",
          "color": "rgba(10,12,16,0.55)"
        },
        "opacity": 1,
        "cornerRadius": 0.35,
        "rotationDeg": 0
      },
      "value": {
        "field": "hr",
        "unit": "plain",
        "decimals": 0,
        "smoothing": 0,
        "animation": {
          "type": "smooth",
          "responseSec": 0.35,
          "springFreq": 2,
          "springDamping": 0.5,
          "motion": false,
          "motionBlur": 0.5
        }
      }
    }
  ]
}
