Supporting value constraints such as max, min, TIME format could be captured for term values. JSONSchema also supports such constraints in its specification.
Approach
We can capture this constraint information as a part of the model and JSONSchema. The validation of the terms can be achieved using the JSONSchema spec. Example, support for the integer field in JSONSchema
Discussion
Supporting value constraints such as max, min, TIME format could be captured for term values. JSONSchema also supports such constraints in its specification.
Approach
We can capture this constraint information as a part of the model and JSONSchema. The validation of the terms can be achieved using the JSONSchema spec. Example, support for the integer field in JSONSchema
(deep-dive topic 1f)