big tings
This commit is contained in:
13
registry/schema-org/AskPublicNewsArticle.schema.json
Normal file
13
registry/schema-org/AskPublicNewsArticle.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:AskPublicNewsArticle",
|
||||
"title": "AskPublicNewsArticle",
|
||||
"description": "A [[NewsArticle]] expressing an open call by a [[NewsMediaOrganization]] asking the public for input, insights, clarifications, anecdotes, documentation, etc., on an issue, for reporting purposes.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.\n\nA more detailed overview of [schema.org News markup](/docs/news.html) is also available.\n",
|
||||
"$ref": "schema:NewsArticle"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user