{
  "pint_version": "0.25",
  "conversion": {
    "input_unit": {
      "name": "millimeter",
      "symbol": "mm",
      "dimensionality": "[length]",
      "base_units": {
        "magnitude": 0.001,
        "units": "m"
      }
    },
    "output_unit": {
      "name": "centimeter",
      "symbol": "cm",
      "dimensionality": "[length]",
      "base_units": {
        "magnitude": 0.01,
        "units": "m"
      }
    },
    "affine": {
      "forward": {
        "expression": "y = a * x + b",
        "a": 0.1,
        "b": 0.0
      },
      "reverse": {
        "expression": "x = c * y + d",
        "c": 10.0,
        "d": 0.0
      }
    }
  },
  "integrity": {
    "hash_algorithm": "sha256",
    "hash": "f22ec28d9a1fc9873db4d9009bd90870f24dfc3c09bc5dc5e1a696ebc19936bd"
  },
  "metadata": {
    "source_url": "https://convertreference.org/length/millimeter-to-centimeter/",
    "license": "CC0-1.0",
    "license_url": "https://creativecommons.org/publicdomain/zero/1.0/"
  }
}