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 task is to describe the atomic operations endpoint in the OAS and with that introduce all necessary types for modelling operation entries as OAS schemas.
At first glance it seems like a viable approach to generate for every resource a unique schema associated to every possible operation. Eg: AddBlogOperation, AddPersonOperation etc.
Things to consider:
Local IDs
Usages of ref, href
Empty result objects
The text was updated successfully, but these errors were encountered:
The task is to describe the atomic operations endpoint in the OAS and with that introduce all necessary types for modelling operation entries as OAS schemas.
At first glance it seems like a viable approach to generate for every resource a unique schema associated to every possible operation. Eg:
AddBlogOperation
,AddPersonOperation
etc.Things to consider:
ref
,href
The text was updated successfully, but these errors were encountered: