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?
https://github.com/plaid/plaid-openapi/commit/cffae0231e2cee04712d81c717ad9b1b5f4861ba#diff-007e82897f69503f2e98b0045e79d37b96a8a638c5eba2ed514dc8a6fcecd529R21856
Previously it was a regular link to the
enum
, but now with theallOf
, 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 anallOf
instead of a regularref
?See: https://github.com/viceroypenguin/Going.Plaid/issues/263