alacritty supports TOML 1.1 now but tombi defaults to 1.0.0. You can either enable it globally in tombi.toml or per-file by adding #:tombi toml-version = "v1.1.0" to it, however ideally it is specified in the schema file where it can be achieved by setting "x-tombi-toml-version": "v1.1.0".
See also tombis documentation: https://tombi-toml.github.io/tombi/docs/json-schema#:~:text=x-tombi-toml-version
alacritty supports TOML 1.1 now but tombi defaults to 1.0.0. You can either enable it globally in
tombi.tomlor per-file by adding#:tombi toml-version = "v1.1.0"to it, however ideally it is specified in the schema file where it can be achieved by setting"x-tombi-toml-version": "v1.1.0".See also tombis documentation: https://tombi-toml.github.io/tombi/docs/json-schema#:~:text=x-tombi-toml-version