Skip to content

Commit

Permalink
Merge pull request #209 from spatie/schema-20
Browse files Browse the repository at this point in the history
upgrade to schema.org v20
  • Loading branch information
Gummibeer authored Jan 11, 2024
2 parents 4bb882f + ca2816e commit 9d3d707
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion generator/Console/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$generator = new PackageGenerator();

$definitions = new Definitions([
'core' => 'https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/19.0/schemaorg-all-https.jsonld',
'core' => 'https://raw.githubusercontent.com/schemaorg/schemaorg/main/data/releases/20.0/schemaorg-all-https.jsonld',
]);

if (! $input->getOption('local')) {
Expand Down
2 changes: 1 addition & 1 deletion src/BroadcastEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/BusinessEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/ChildrensEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/ComedyEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/CourseInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/DanceEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/DeliveryEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/EducationEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/EventSeries.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/ExhibitionEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/Festival.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/FoodEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/Hackathon.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/LiteraryEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/MusicEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/OnDemandEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/PublicationEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/SaleEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/ScreeningEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/SocialEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/SportsEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/TheaterEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserBlocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserCheckins.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserComments.php
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserDownloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserInteraction.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserLikes.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserPageVisits.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserPlays.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserPlusOnes.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/UserTweets.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down
2 changes: 1 addition & 1 deletion src/VisualArtsEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function maximumPhysicalAttendeeCapacity($maximumPhysicalAttendeeCapacity
}

/**
* The maximum physical attendee capacity of an [[Event]] whose
* The maximum virtual attendee capacity of an [[Event]] whose
* [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online
* aspects, in the case of a [[MixedEventAttendanceMode]]).
*
Expand Down

0 comments on commit 9d3d707

Please sign in to comment.