{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "title": "Weight (kg)",
   "description": "Weight in kilograms to two decimal points (e.g. 95.25)",
   "type": "number",
   "minimum": 0,
   "maximum": 500,
   "example": 95.25
}