diff --git a/pom.xml b/pom.xml
index 576fc619c11cda5a9836c541f7e158610fd8b424..4a093180aa15afec11ff6cefb82346e7bf30ad0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,12 +218,11 @@
                                         <limit>
                                             <counter>BRANCH</counter>
                                             <value>COVEREDRATIO</value>
-                                            <minimum>0.67</minimum>
+                                            <minimum>0.66</minimum>
                                         </limit>
                                     </limits>
                                     </rule>
                             </rules>
-
                         </configuration>
                     </execution>
                     <execution>
diff --git a/src/main/resources/openapi.yml b/src/main/resources/openapi.yml
index ec79c84f8054ba6b57e3dc243f99928cdeac1baf..5c821784b3bf3b571610257403236bba1e251967 100755
--- a/src/main/resources/openapi.yml
+++ b/src/main/resources/openapi.yml
@@ -697,12 +697,6 @@ components:
           type: string
           format: date
           example: '2010-09-07'
-        typeId:
-          title: Type
-          description: The type of the pet.
-          type: integer
-          format: int32
-          example: 1
       required:
         - name
     Pet: