We're consuming the OpenAPI spec from this repo to generate a Ruby API client. We've encountered three fields that are defined as required in the spec but are sometimes returned as null or omitted in production API responses, causing deserialization failures:
- Institution.displayName
- Categorization.country
- Categorization.normalizedPayeeName
We're consuming the OpenAPI spec from this repo to generate a Ruby API client. We've encountered three fields that are defined as required in the spec but are sometimes returned as
nullor omitted in production API responses, causing deserialization failures: