Hm ... it could be if someone else comes across this.
, , , . , , .
POCOs , API, MyAwesomeModel , XML. , , POCOs, XML.

- , XML ,
Swashbuckle, . Post-build event command line ;
copy "$(SolutionDir)MyAwesomeProjectWithPocos\bin\MyAwesomeProjectWithPocos.xml" "$(ProjectDir)\bin\MyAwesomeProjectWithPocos.xml"

SwaggerConfig, XML,
..
config.EnableSwagger(c =>
{
c.SingleApiVersion("v1", "My Api Name");
c.OperationFilter<AddAuthorizationHeaderParameterOperationFilter>();
c.IncludeXmlComments(GetXmlCommentsPath());
c.IncludeXmlComments(GetXmlCommentsPathForModels());
}).EnableSwaggerUi(c => { });
, Swagger, Model Schema Model, .

, XML , # 3 GetXmlCommentsPathForModels());, .