You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: