mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 13:15:40 +00:00
Postman collections can contain numeric header values (e.g., status code 200), which fail Bruno's schema validation expecting strings. Wrap header.value in String() for example request and response headers, matching the existing pattern used for regular request headers.