the same schemaid is already used for type swagger

Code Example - the same schemaid is already used for type swagger

                
                        services.ConfigureSwaggerGen(options =>
   {
       //your custom configuration goes here
       // UseFullTypeNameInSchemaIds replacement for .NET Core
       options.CustomSchemaIds(x => x.FullName);
   });