Skip to content

Commit

Permalink
[TASK] Update schema definition to version 5.0
Browse files Browse the repository at this point in the history
Related: #3
  • Loading branch information
brotkrueml committed Nov 23, 2019
1 parent 822eec8 commit 59ba776
Show file tree
Hide file tree
Showing 3 changed files with 2,140 additions and 2,124 deletions.
1 change: 1 addition & 0 deletions Classes/Model/TypeTrait/PersonTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ trait PersonTrait
protected $honorificPrefix;
protected $honorificSuffix;
protected $isicV4;
protected $jobTitle;
protected $knows;
protected $makesOffer;
protected $memberOf;
Expand Down
2 changes: 2 additions & 0 deletions Classes/Model/TypeTrait/PlaceTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ trait PlaceTrait
protected $hasMap;
protected $isAccessibleForFree;
protected $isicV4;
protected $latitude;
protected $logo;
protected $longitude;
protected $maximumAttendeeCapacity;
protected $openingHoursSpecification;
protected $photo;
Expand Down
Loading

0 comments on commit 59ba776

Please sign in to comment.