Hello Team, I am trying to add the `accounts` stre...
# connector-development
a
Hello Team, I am trying to add the
accounts
stream to stripe. I am having trouble putting the schema together. I used the
openAPIspec2Json
script but it creates the schema with references, and when I try to use the
--stand-alone
flag, I get
circular dependency error
. Is there any work around for this or do I have to stitch the schema together manually?
j
can you share the command you had used @Jags (Kloud.io)?
Copy code
$ openapi2jsonschema <https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json> --strict --stand-alone