We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
👋🏼 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.
Sorry, something went wrong.
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
deanpapastrat
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: