ZIm/crates/call/src
Michael Sloan c74ecb4654
Warn about unknown fields when editing settings json (#33678)
Closes #30017

* While generating the settings JSON schema, defaults all schema
definitions to reject unknown fields via `additionalProperties: false`.

* Uses `unevaluatedProperties: false` at the top level to check fields
that remain after the settings field names + release stage override
field names.

* Changes json schema version from `draft07` to `draft_2019_09` to have
support for `unevaluatedProperties`.

Release Notes:

- Added warnings for unknown fields when editing `settings.json`.
2025-06-30 23:34:25 +00:00
..
call_impl Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
call.rs Switch fully to Rust Livekit (redux) (#27126) 2025-03-28 17:58:23 +00:00
call_settings.rs Warn about unknown fields when editing settings json (#33678) 2025-06-30 23:34:25 +00:00