ReqEmbed.Content (ReqEmbed v0.1.0)
View SourceBase oEmbed response parameters as defined in https://oembed.com/#section2.3.4
These are the common fields that all oEmbed response types may include:
type
(required) - The resource type. Valid values are: photo, video, link, richversion
(required) - The oEmbed version number. Must be "1.0"title
(optional) - A text title describing the resourceauthor_name
(optional) - The name of the author/owner of the resourceauthor_url
(optional) - A URL for the author/owner of the resourceprovider_name
(optional) - The name of the resource providerprovider_url
(optional) - The url of the resource providercache_age
(optional) - The suggested cache lifetime for this resource, in secondsthumbnail_url
(optional) - A URL to a thumbnail image representing the resourcethumbnail_width
(optional) - The width of the optional thumbnailthumbnail_height
(optional) - The height of the optional thumbnail
Note: If thumbnail_url is present, thumbnail_width and thumbnail_height must also be present.