https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values `const` in the schema gets converted to `any` when running `app-config generate`: ```json { "const": false } ```