webgpu-native / webgpu-headers

**NOT STABLE YET!** See README.
https://webgpu-native.github.io/webgpu-headers/
BSD 3-Clause "New" or "Revised" License
391 stars 45 forks source link

Set additionalProperties/unevaluatedProperties: false in schema #444

Closed kainino0x closed 21 hours ago

kainino0x commented 21 hours ago

Uses additionalProperties: false everywhere except in one place where we have to use the smarter unevaluatedProperties: false instead.

Fixes #312

Landing immediately since it's pretty trivial and can be reverted if needed for some reason.