diff --git a/config/schema/paragraphs_browser.schema.yml b/config/schema/paragraphs_browser.schema.yml
index 9004142..0189427 100644
--- a/config/schema/paragraphs_browser.schema.yml
+++ b/config/schema/paragraphs_browser.schema.yml
@@ -12,7 +12,17 @@ paragraphs_browser.paragraphs_browser_type.*:
       label: 'Groups'
       type: sequence
       sequence:
-        type: undefined
+        type: mapping
+        mapping:
+          id:
+            type: string
+            label: 'ID'
+          label:
+            type: label
+            label: 'Label'
+          weight:
+            type: integer
+            label: 'Weight'
     groupList:
       type: string
       label: 'Group List'
@@ -20,4 +30,68 @@ paragraphs_browser.paragraphs_browser_type.*:
       label: 'Map'
       type: sequence
       sequence:
-        type: undefined
\ No newline at end of file
+        type: undefined
+
+field.widget.settings.entity_reference_paragraphs_browser:
+  type: mapping
+  mapping:
+    title:
+      type: label
+    title_plural:
+      type: label
+    edit_mode:
+      type: string
+    add_mode:
+      type: string
+    form_display_mode:
+      type: string
+    default_paragraph_type:
+      type: string
+    paragraphs_browser:
+      type: string
+    modal_width:
+      type: string
+    modal_height:
+      type: string
+
+field.widget.settings.paragraphs_browser:
+  type: mapping
+  mapping:
+    title:
+      type: label
+    title_plural:
+      type: label
+    edit_mode:
+      type: string
+    closed_mode:
+      type: string
+    autocollapse:
+      type: string
+    closed_mode_threshold:
+      type: integer
+    add_mode:
+      type: string
+    form_display_mode:
+      type: string
+    default_paragraph_type:
+      type: string
+    features:
+      type: sequence
+      orderby: key
+      sequence:
+        type: string
+    paragraphs_browser:
+      type: string
+    modal_width:
+      type: string
+    modal_height:
+      type: string
+
+paragraphs.paragraphs_type.*.third_party.paragraphs_browser:
+  type: mapping
+  label: 'Paragraphs Browser settings'
+  mapping:
+    description:
+      type: text
+    image_path:
+      type: string
