VirtualLocation
This page describes the VirtualLocation type.
Last updated
This page describes the VirtualLocation type.
Last updated
This type is derived from , which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.
@type
Must always be present and set to "@type": "VirtualLocation"
A data publisher must provide either a name
, description
or url
for the VirtualLocation
.
name
The name of the service that is providing remote access to the Opportunity.
Example
"name": "Zoom"
description
A plain text description of the live stream, including any instructions to join. This description must not include HTML or other markup.
Example
"description": "Please log into Zoom a few minutes before the event, and mute your mic while you wait for the session to start."
url
The URL that enables remote access to the Opportunity, which should include encoded access credentials where possible.
Example
"url": "https://zoom.us/room/3fbCs0GVjgQ"
accessCode
The password or pin required to access the VirtualLocation
from any device, without requiring the URL, e.g. the meeting password.
Example
"accessCode": "211277"
accessId
The identifier required to access the VirtualLocation
from any device, without requiring the URL, e.g. the meeting ID.
Example
"accessId": "123456789"
Except as otherwise noted, the content of this page is licensed under the , and code samples are licensed under the , for anyone to access, use and share; using attribution "".