Files
marka/registry/schema-org/WebContent.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

14 lines
857 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:WebContent",
"title": "WebContent",
"description": "WebContent is a type representing all [[WebPage]], [[WebSite]] and [[WebPageElement]] content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts are not always important or obvious. The [[WebContent]] type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types [[WebPage]], [[WebSite]] and [[WebPageElement]] will eventually be declared as subtypes of [[WebContent]].)",
"type": "object",
"allOf": [
{
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"$ref": "schema:CreativeWork"
}
]
}