Closed kainino0x closed 21 hours ago
Uses additionalProperties: false everywhere except in one place where we have to use the smarter unevaluatedProperties: false instead.
additionalProperties: false
unevaluatedProperties: false
Fixes #312
Landing immediately since it's pretty trivial and can be reverted if needed for some reason.
Uses
additionalProperties: false
everywhere except in one place where we have to use the smarterunevaluatedProperties: false
instead.Fixes #312
Landing immediately since it's pretty trivial and can be reverted if needed for some reason.