The values of property tables in glTF are currently not validated. This only refers to the actual values that are contained in the binary data - for example, whether they are in the min/max range that is defined in the schema. The pure JSON-structure based validation is already performed.
There is a class for peforming this sort of validation - namely BinaryPropertyTableValidator. This is currently used in the SubtreeValidator. The structures are already prepared and generalized so that it should be possible to apply the same validation to property tables in glTF, by calling it from the ExtStructuralMetadataValidator.
The values of property tables in glTF are currently not validated. This only refers to the actual values that are contained in the binary data - for example, whether they are in the
min/maxrange that is defined in the schema. The pure JSON-structure based validation is already performed.There is a class for peforming this sort of validation - namely
BinaryPropertyTableValidator. This is currently used in theSubtreeValidator. The structures are already prepared and generalized so that it should be possible to apply the same validation to property tables in glTF, by calling it from theExtStructuralMetadataValidator.