Skip to content
New issue

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

invalid ref #159

Open
jonlund opened this issue Feb 27, 2021 · 2 comments
Open

invalid ref #159

jonlund opened this issue Feb 27, 2021 · 2 comments
Assignees
Labels

Comments

@jonlund
Copy link

jonlund commented Feb 27, 2021

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

@deanpapastrat
Copy link
Member

👋🏼 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.

@deanpapastrat deanpapastrat self-assigned this Mar 4, 2021
@mootrichard
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants