{
"type": "object",
"description": "Weight with Units",
"properties": {
"mass": { "type": "integer" },
"unit": { "$ref": "./unit.json" }
}
}
{
"type": "object",
"description": "Weight with Units",
"properties": {
"mass": { "type": "integer" },
"unit": { "$ref": "./unit.json" }
}
}