diff --git a/components/organisms/nav/nav.component.yml b/components/organisms/nav/nav.component.yml
index aee40dfdfa0ce67749d97a24e38fefa9cd9a2cb8..dd09d5e7a4d8fdd0cf6d0445f43d2c718cf2b8df 100644
--- a/components/organisms/nav/nav.component.yml
+++ b/components/organisms/nav/nav.component.yml
@@ -5,6 +5,10 @@ description: Nav component description
 props:
   type: object
   properties:
+    items:
+      type: array
+      name: Items
+      description: Navigation items.
     alignment:
       type: string
       name: Alignment
@@ -33,10 +37,6 @@ props:
       title: Attributes
       description: HTML attributes for the containing element.
       $ref: 'ui-patterns://attributes'
-slots:
-  items:
-    name: Items
-    description: Navigation items.
 libraryOverrides:
   dependencies:
     - varbase_components/bs-dropdown-script