Glossary
API Data Contract
A structured data representation of a physical quantity in an API payload or schema. A well-designed contract includes both the numeric value and the unit symbol or name, for example: { "value": 100, "unit": "kg" }.