diff --git a/src/Entity/CheckInAction.php b/src/Entity/CheckInAction.php
index 569f5ceb26ae46c4ec5187e3b7c5219f22702950..ea3f8fee7f8ace2c19b9af5ecdfa7ec65bf61076 100644
--- a/src/Entity/CheckInAction.php
+++ b/src/Entity/CheckInAction.php
@@ -26,7 +26,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  *             },
  *             "openapi_context" = {
  *                 "tags" = {"Checkin"},
- *                 "summary" = "Retrieves all CheckInActions of the current user.",
+ *                 "summary" = "Retrieves all CheckinCheckInActions of the current user.",
  *                 "parameters" = {
  *                     {
  *                         "name" = "location",
@@ -65,6 +65,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  *         }
  *     },
  *     iri="http://schema.org/CheckInAction",
+ *     shortName="CheckinCheckInAction",
  *     description="Location check-in action",
  *     normalizationContext={
  *         "jsonld_embed_context" = true,
diff --git a/src/Entity/CheckOutAction.php b/src/Entity/CheckOutAction.php
index e532688b8cf49ef93221b9bb90988f065dc40384..f5ecb8c26e30b3b36d7910915dbe5069371d6fc4 100644
--- a/src/Entity/CheckOutAction.php
+++ b/src/Entity/CheckOutAction.php
@@ -52,6 +52,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  *         }
  *     },
  *     iri="http://schema.org/CheckOutAction",
+ *     shortName="CheckinCheckOutAction",
  *     description="Location check-out action",
  *     normalizationContext={
  *         "jsonld_embed_context" = true,
diff --git a/src/Entity/GuestCheckInAction.php b/src/Entity/GuestCheckInAction.php
index 8e7a1d566894661e602aa6be6d0ec1553c5064d0..c339c243612abbf26c7ff98b7e905715d037124c 100644
--- a/src/Entity/GuestCheckInAction.php
+++ b/src/Entity/GuestCheckInAction.php
@@ -65,6 +65,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  *         }
  *     },
  *     iri="http://schema.org/CheckInAction",
+ *     shortName="CheckinGuestCheckInAction",
  *     description="Location guest check-in action",
  *     normalizationContext={
  *         "jsonld_embed_context" = true,
diff --git a/src/Entity/Place.php b/src/Entity/Place.php
index c442846d76a793b13cc0441094c1604671a43b1e..a49ef7a10ec7d6bd277b9b4181d28e7cad5d9e53 100644
--- a/src/Entity/Place.php
+++ b/src/Entity/Place.php
@@ -37,6 +37,7 @@ use Symfony\Component\Serializer\Annotation\Groups;
  *         }
  *     },
  *     iri="http://schema.org/Place",
+ *     shortName="CheckinPlace",
  *     description="Check-in place",
  *     normalizationContext={
  *         "jsonld_embed_context" = true,