Rapsys\AirBundle\Entity\Location:
     type: entity
-    #repositoryClass: Rapsys\AirBundle\Repository\LocationRepository
+    repositoryClass: Rapsys\AirBundle\Repository\LocationRepository
     table: locations
     id:
         id:
     fields:
         title:
             type: string
-            length: 24
+            length: 32
+        short:
+            type: string
+            length: 16
         address:
             type: string
             length: 32