14 lines
436 B
JSON
14 lines
436 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:ShortStory",
|
|
"title": "ShortStory",
|
|
"description": "Short story or tale. A brief work of literature, usually written in narrative prose.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
|
|
"$ref": "schema:CreativeWork"
|
|
}
|
|
]
|
|
}
|