You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The glTF schema uses version 2020-12 while the KHR extensions use version Draft 4.
Would it make sense to update the extensions to the same version?
There are some differences between the schemas:
exclusiveMinimum, exclusiveMaximum are boolean in Draft 4, but numbers in newer versions. (This is used in e.g. the light extension)
in Draft 4 the required field must contain at least one string
Draft 4 only specifies "uri" as value for "format", newer version additionally support "uri-reference"
These are some more changes, but I think the exclusiveMinimum/Maximum rule is the only one where the extensions schemas needed to be changed.
The text was updated successfully, but these errors were encountered:
The glTF schema uses version 2020-12 while the KHR extensions use version Draft 4.
Would it make sense to update the extensions to the same version?
There are some differences between the schemas:
These are some more changes, but I think the exclusiveMinimum/Maximum rule is the only one where the extensions schemas needed to be changed.
The text was updated successfully, but these errors were encountered: