big tings
This commit is contained in:
19
registry/schema-org/Report.schema.json
Normal file
19
registry/schema-org/Report.schema.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:Report",
|
||||
"title": "Report",
|
||||
"description": "A Report generated by governmental or non-governmental organization.",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"reportNumber": {
|
||||
"description": "The number or other unique designator assigned to a Report by the publishing organization.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user