Skema yang sama sudah digunakan untuk jenis kesombongan tipe


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