{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "title": "Height (m)",
   "description": "Enter to two decimal points (e.g. 1.65)",
   "type": "number",
   "minimum": 0,
   "maximum": 5,
   "example": 1.65
}