plaid-openapi
plaid-openapi copied to clipboard
API version 2020-09-14
Release version 1.145.0
The `#/components/schemas/DefaultUpdateWebhook` and `#/components/schemas/Item` are not using the `#/components/schemas/ItemId` schema for their respective `item_id` fields. Since I'm assuming the reason `ItemId` has a schema at all is to be able...
We use the OpenAPI schema to mock the Plaid API and generate responses for property-based testing. With some string fields (like `account_id`, `item_id`, and `access_token`) we had to add the...
The following enums do not have descriptions: * AccountSubtype * CountryCode * Products * BankTransferType * BankTransferStatus * BankTransferNetwork * BankTransferEventType (description for items, but not for enum itself) While...
For response objects where the Error is an embedded object (e.g. Item, Wbehook responses, etc.), the schema as defined is not accurate, since it marks the field `request_id` as required...