diff --git a/prdoc/schema_user.json b/prdoc/schema_user.json
index 593113cf3260049fa0a7e2476955dc046b9aca35..1bd0b3b93ee45ea75d9781ef1485898dd86c7ff3 100644
--- a/prdoc/schema_user.json
+++ b/prdoc/schema_user.json
@@ -132,8 +132,7 @@
           }
         },
         "required": [
-          "name",
-          "bump"
+          "name"
         ]
       },
       "migration_db": {
@@ -188,11 +187,6 @@
             "const": "patch",
             "title": "Patch",
             "description": "A bump to the third leftmost non-zero digit of the version number."
-          },
-          {
-            "const": "none",
-            "title": "None",
-            "description": "This change requires no SemVer bump (e.g. change was a test or benchmark)."
           }
         ]
       },