Skip to content

Binary property value validation in glTF#357

Merged
lilleyse merged 2 commits intomainfrom
binary-property-value-validation
Jan 6, 2026
Merged

Binary property value validation in glTF#357
lilleyse merged 2 commits intomainfrom
binary-property-value-validation

Conversation

@javagl
Copy link
Copy Markdown
Contributor

@javagl javagl commented Jan 6, 2026

Fixes #353
Builds upon #356

This adds the validation of the values of property tables in glTF. Until now, only the structure (i.e. the JSON schema structure, and the sizes of buffer views) had been validated. This PR mainly adds a call to the binary property table value validation. This already existed (for subtree validation), but is now also applied to the binary property tables that are stored in glTF.

Only the first commit is relevant.

The second commit only fixes typos in comments and variable names. (I have installed that spell checker for VSCode in the meantime, and these blue markers have been bugging me...).

Base automatically changed from fix-class-property-min-max-validation to main January 6, 2026 16:19
@lilleyse
Copy link
Copy Markdown
Contributor

lilleyse commented Jan 6, 2026

Looks good!

@lilleyse lilleyse merged commit e57b521 into main Jan 6, 2026
2 checks passed
@lilleyse lilleyse deleted the binary-property-value-validation branch January 6, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Property table values in glTF are not validated

2 participants