Skip to content
Snippets Groups Projects
Commit e6165855 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add shortNames to entities

parent eb90f0a5
Branches
Tags
No related merge requests found
Pipeline #57824 passed
...@@ -26,7 +26,7 @@ use Symfony\Component\Validator\Constraints as Assert; ...@@ -26,7 +26,7 @@ use Symfony\Component\Validator\Constraints as Assert;
* }, * },
* "openapi_context" = { * "openapi_context" = {
* "tags" = {"Checkin"}, * "tags" = {"Checkin"},
* "summary" = "Retrieves all CheckInActions of the current user.", * "summary" = "Retrieves all CheckinCheckInActions of the current user.",
* "parameters" = { * "parameters" = {
* { * {
* "name" = "location", * "name" = "location",
...@@ -65,6 +65,7 @@ use Symfony\Component\Validator\Constraints as Assert; ...@@ -65,6 +65,7 @@ use Symfony\Component\Validator\Constraints as Assert;
* } * }
* }, * },
* iri="http://schema.org/CheckInAction", * iri="http://schema.org/CheckInAction",
* shortName="CheckinCheckInAction",
* description="Location check-in action", * description="Location check-in action",
* normalizationContext={ * normalizationContext={
* "jsonld_embed_context" = true, * "jsonld_embed_context" = true,
......
...@@ -52,6 +52,7 @@ use Symfony\Component\Validator\Constraints as Assert; ...@@ -52,6 +52,7 @@ use Symfony\Component\Validator\Constraints as Assert;
* } * }
* }, * },
* iri="http://schema.org/CheckOutAction", * iri="http://schema.org/CheckOutAction",
* shortName="CheckinCheckOutAction",
* description="Location check-out action", * description="Location check-out action",
* normalizationContext={ * normalizationContext={
* "jsonld_embed_context" = true, * "jsonld_embed_context" = true,
......
...@@ -65,6 +65,7 @@ use Symfony\Component\Validator\Constraints as Assert; ...@@ -65,6 +65,7 @@ use Symfony\Component\Validator\Constraints as Assert;
* } * }
* }, * },
* iri="http://schema.org/CheckInAction", * iri="http://schema.org/CheckInAction",
* shortName="CheckinGuestCheckInAction",
* description="Location guest check-in action", * description="Location guest check-in action",
* normalizationContext={ * normalizationContext={
* "jsonld_embed_context" = true, * "jsonld_embed_context" = true,
......
...@@ -37,6 +37,7 @@ use Symfony\Component\Serializer\Annotation\Groups; ...@@ -37,6 +37,7 @@ use Symfony\Component\Serializer\Annotation\Groups;
* } * }
* }, * },
* iri="http://schema.org/Place", * iri="http://schema.org/Place",
* shortName="CheckinPlace",
* description="Check-in place", * description="Check-in place",
* normalizationContext={ * normalizationContext={
* "jsonld_embed_context" = true, * "jsonld_embed_context" = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment