diff --git a/avers-api-docs.cabal b/avers-api-docs.cabal
--- a/avers-api-docs.cabal
+++ b/avers-api-docs.cabal
@@ -1,5 +1,5 @@
 name:                avers-api-docs
-version:             0.0.17.2
+version:             0.0.18.0
 synopsis:            Swagger documentation for the Avers API
 description:         See README.md
 homepage:            http://github.com/wereHamster/avers-api-docs
diff --git a/src/Avers/API/Documentation.hs b/src/Avers/API/Documentation.hs
--- a/src/Avers/API/Documentation.hs
+++ b/src/Avers/API/Documentation.hs
@@ -194,13 +194,6 @@
     declareNamedSchema = genericDeclareNamedSchema (schemaOptions "")
 
 
-instance ToSchema SignupBody where
-    declareNamedSchema = genericDeclareNamedSchema (schemaOptions "")
-
-instance ToSchema SignupResponse where
-    declareNamedSchema = genericDeclareNamedSchema (schemaOptions "")
-
-
 
 --------------------------------------------------------------------------------
 
