Closed vamayufei closed 2 months ago
Yeah, it's a little confusing and possibly not valid OpenAPI v3. The objects that start with StandAlone
are not directly part of the API, they are just convenient representations to provide data that describe certain structures in the API. In this particular case, that object is used to populate the table here: https://plaid.com/docs/api/accounts/#investment-transaction-types-schema.
Is the team at plaid not intending to adhere to openAPI v3?
We validate our spec using the OpenAPI validator toolset and Spectral. The published spec validates correctly against https://apitools.dev/swagger-parser/online/ and https://editor.swagger.io/. We don't have plans to add additional validation beyond that.
Hello there! Thanks for maintaining your docs. May I know why do some component schemas of type: string contain properties?
Here's an example:
Is this valid openAPI v3? I can't seem to generate a client with another codegen tool.