OBJECT
LinkOEmbed is a link oEmbed. This looks strange being empty, but mirrors the oEmbed official spec most exactly.
1type LinkOEmbed implements OEmbed {23authorName: String 45authorURL: String 67cacheAge: Int 89inputURL: String! 1011providerName: String 1213providerURL: String 1415thumbnail: ThumbnailOEmbed 1617title: String 1819type: String! 2021version: String! 2223}