diff --git a/components/table/table.component.yml b/components/table/table.component.yml
index 5cc9d617db2ad217baea71b0d4da64a1ee6da230..77f00896b2ae2a182efd2658848a5cdc1c95dbe4 100644
--- a/components/table/table.component.yml
+++ b/components/table/table.component.yml
@@ -107,6 +107,7 @@ props:
     stripes:
       title: "Striped table"
       description: "Add zebra-striping to either the rows and/or the columns of the table."
+      maxItems: 2
       type: array
       items:
         type: string
@@ -133,6 +134,7 @@ props:
     divider:
       title: "Table group divider"
       description: "Add a thicker, darker border between table groups."
+      maxItems: 3
       type: array
       items:
         type: string