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

feat: OpenAPI Links #29

Open
adriangb opened this issue Jan 27, 2022 · 0 comments
Open

feat: OpenAPI Links #29

adriangb opened this issue Jan 27, 2022 · 0 comments

Comments

@adriangb
Copy link
Owner

The main tricky but is going to be handling circular references. I think we'll have to do a forward ref sorta thing: you can refer to an operation either by passing in the object or using the operationId. We could then validate the operationId (or that the Operation object was even included in the app) while building the OpenAPI, but it's probably not worth it.

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

No branches or pull requests

1 participant