invalid ref
Somehow the "delivery_method" property on type "Invoice" is messed up it shows:
"$ref": "#/definitions/invoice_delivery_methodInvoiceDeliveryMethod"
it should be:
"$ref": "#/definitions/InvoiceDeliveryMethod"
I know this is generated so something upstream must not be to convention because that ref is invalid
👋🏼 Hey @jonlund, just wanted to let you know that I'm looking into this right now with my team and we'll be patching this as soon as we have a fix.
FYI, I created this branch recently that shows all the references I needed to manually update to fix broken references in the OAS https://github.com/square/connect-api-specification/compare/mootrichard/fix-definition-references