{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:AdvertiserContentArticle", "title": "AdvertiserContentArticle", "description": "An [[Article]] that an external entity has paid to place or to produce to its specifications. Includes [advertorials](https://en.wikipedia.org/wiki/Advertorial), sponsored content, native advertising and other paid content.", "type": "object", "allOf": [ { "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).", "$ref": "schema:Article" } ] }