diff --git a/core/modules/breakpoint/config/schema/breakpoint.schema.yml b/core/modules/breakpoint/config/schema/breakpoint.schema.yml
index 9f552e7..086b859 100644
--- a/core/modules/breakpoint/config/schema/breakpoint.schema.yml
+++ b/core/modules/breakpoint/config/schema/breakpoint.schema.yml
@@ -10,3 +10,67 @@ breakpoint.settings:
       sequence:
         - type: string
           label: 'Multiplier'
+
+breakpoint.breakpoint.*.*.*:
+  type: mapping
+  label: 'Defines the Breakpoint entity'
+  mapping:
+    id:
+      type: string
+      label: 'Config name'
+    uuid:
+      type: string
+      label: 'UUID'
+    name:
+      type: string
+      label: 'Machine name'
+    label:
+      type: string
+      label: 'Label'
+    mediaQuery:
+      type: string
+      label: 'Media query'
+    source:
+      type: string
+      label: 'Source'
+    sourceType:
+      type: string
+      label: 'Source type'
+    weight:
+      type: string
+      label: 'Weight'
+    multipliers:
+      type: string
+      label: 'Multipliers'
+    langcode:
+      type: string
+      label: 'Language'
+
+breakpoint.breakpoint_group.*.*.*:
+  type: mapping
+  label: 'Breakpoint group settings'
+  mapping:
+    id:
+      type: string
+      label: 'Group ID'
+    uuid:
+      type: string
+      label: 'UUID'
+    name:
+      type: string
+      label: 'Machine name'
+    label:
+      type: string
+      label: 'Label'
+    breakpoints:
+      type: sequence
+      label: 'Breakpoints'
+      sequence:
+        - type: string
+          label: 'Breakpoint name'
+    source:
+      type: string
+      label: 'Group source: theme or module name'
+    sourceType:
+      type: string
+      label: 'Group source type'
