3.88.1
(fix): Fix boolean default values from OpenAPI specs being sent as strings to FDR,
causing docs publish failures. The OpenAPI parser now properly coerces boolean
defaults using getAsBoolean() instead of an unsafe type assertion.
(fix): Fix boolean default values from OpenAPI specs being sent as strings to FDR,
causing docs publish failures. The OpenAPI parser now properly coerces boolean
defaults using getAsBoolean() instead of an unsafe type assertion.