Skip to content

Property table values in glTF are not validated #353

@javagl

Description

@javagl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions