Files
xerrors/xerrors_test.go
Rene Nochebuena e24cbadf71 fix(xerrors): rename MarshalJSON field platformCode → platform_code
JSON tag on the anonymous struct inside MarshalJSON corrected from
`json:"platformCode,omitempty"` to `json:"platform_code,omitempty"` to
match the OpenAPI spec snake_case convention. All error responses that
serialize *Err directly now emit "platform_code" instead of "platformCode".
PR.md added to .gitignore.
2026-05-21 19:29:06 -06:00

10 KiB