Documentation / @expofp/schema / FlagsSchema
Variable: FlagsSchema
ts
const FlagsSchema: ZodObject<{
busRoutes: ZodOptional<ZodBoolean>;
customSetKiosk: ZodOptional<ZodString>;
enableExperimentalMaplibre: ZodOptional<ZodBoolean>;
enableExperimentalOutdoorMarkers: ZodOptional<ZodBoolean>;
hideBoothBadges: ZodOptional<ZodBoolean>;
}, $loose>;Feature flags. Historically a nested flags object; now flattened onto the config root (...FlagsSchema.shape in ConfigSchema). The deprecated nested form still parses through DataJsonSchema.