{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://agstack.org/schemas/GenericQuantityValueField.json", "title": "GenericQuantityValueField", "type": "object", "properties": { "unit": { "type": "string", "nullable": true }, "hasValue": { "type": "string" } }, "required": [ "hasValue" ] }