Add description for length

This commit is contained in:
Pieter Vander Vennet 2022-06-14 18:47:01 +02:00
parent 8b59f1208e
commit f56a51e480

View file

@ -826,6 +826,9 @@
"int": {
"description": "a whole number"
},
"length": {
"description": "a length measurement in meter"
},
"nat": {
"description": "a positive, whole number or zero",
"mustBePositive": "This number should be positive",