big tings
This commit is contained in:
13
registry/schema-org/Syllabus.schema.json
Normal file
13
registry/schema-org/Syllabus.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:Syllabus",
|
||||
"title": "Syllabus",
|
||||
"description": "A syllabus that describes the material covered in a course, often with several such sections per [[Course]] so that a distinct [[timeRequired]] can be provided for that section of the [[Course]].",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.\n\n[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[VideoObject]], [[Product]] etc.\n\n[[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one.",
|
||||
"$ref": "schema:LearningResource"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user