14 lines
398 B
JSON
14 lines
398 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:DiscussionForumPosting",
|
|
"title": "DiscussionForumPosting",
|
|
"description": "A posting to a discussion forum.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc.",
|
|
"$ref": "schema:SocialMediaPosting"
|
|
}
|
|
]
|
|
}
|