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
Currently the getEffectiveType happens in the openapi emitter and another REST-based emitter would need to replicate this. It might be nicer to convey this in the data returned from the REST layer about the routes than to require an emitter to call it on their own.
The text was updated successfully, but these errors were encountered:
This won't work. You need to apply getEffectiveType recursively so we can't just do it on the root types and put those in the return objects from REST layer. What we should do instead is make a helper in REST layer and maybe put it in/next to MetadataInfo. This can be implemented in #1070 and documented in #1083
Currently the getEffectiveType happens in the openapi emitter and another REST-based emitter would need to replicate this. It might be nicer to convey this in the data returned from the REST layer about the routes than to require an emitter to call it on their own.
The text was updated successfully, but these errors were encountered: