From 5b76afde387c5b428e1e8565867c6d7f12611ebd Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Fri, 5 Jul 2024 12:03:46 +0200 Subject: [PATCH] [bindgen] Add to configuration --- bindgen/spec.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindgen/spec.yml b/bindgen/spec.yml index 91fac6394fa..80304576ca2 100644 --- a/bindgen/spec.yml +++ b/bindgen/spec.yml @@ -440,6 +440,9 @@ records: schema_mode: type: SchemaMode default: SchemaMode::Automatic + flexible_schema: + type: bool + default: false disable_format_upgrade: type: bool default: false