InformAction
Canonical URL: http://schema.org/InformActionThe act of notifying someone of information pertinent to them, with no expectation of a response.
Usage: Between 10 and 100 domains
Property | Expected Type | Description |
---|---|---|
Properties from InformAction | ||
event
|
Event | Upcoming or past event associated with this place, organization, or action. Supersedes events. |
More specific Types
Examples
John informed Steve of a work party.
This example is JSON only.
This example is JSON only.
<!-- John informed Steve of a work party. --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "InformAction", "agent": { "@type": "Person", "name": "John" }, "recipient": { "@type": "Person", "name": "Steve" }, "event": { "@type": "BusinessEvent", "name": "Department party" } } </script>
Schema Version 3.3