plaid / plaid-openapi

API version 2020-09-14
https://plaid.com/docs
91 stars 39 forks source link

ConsumerReportPermissiblePurpose #182

Closed viceroypenguin closed 23 hours ago

viceroypenguin commented 1 day ago

https://github.com/plaid/plaid-openapi/commit/cffae0231e2cee04712d81c717ad9b1b5f4861ba#diff-007e82897f69503f2e98b0045e79d37b96a8a638c5eba2ed514dc8a6fcecd529R21856

Previously it was a regular link to the enum, but now with the allOf, Going.Plaid parses it as an object instead of enum. Is there a difference in the description between the regular enum and this particular property that necessitates it being an allOf instead of a regular ref?

See: https://github.com/viceroypenguin/Going.Plaid/issues/263

viceroypenguin commented 23 hours ago

Addressed via improvement to C# openapi parser