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
//TODO Should we check that at the end that any components that are "array" types have a component registered of the singularTypeName for example you could have IEnumerable<Foo> but Foo is not used in another route so won't be registered in components
261
+
262
+
//If not already added add component called "Director" singular
//TODO Should we document array request bodies and if so the next line applies:
453
-
//TODO Should we check that at the end that any components that are "array" types have a component registered of the singularTypeName for example you could have IEnumerable<Foo> but Foo is not used in another route so won't be registered in components
//Currently request schemas contain potentially more information in them via the validation properties.
453
+
//If the response openapi processing has added the type as a component already we should override this here as it may contain more info
454
+
//One solution to fix this if the response schema needs additional information is to mark each request/response schema accordingly to prevent the race condition of the response
455
+
//schema getting listed with its additional data or the request schema getting listed with its validation additional data. Eg "Actors" becomes "Actors_Request" & "Actors_Response"
0 commit comments