big tings
This commit is contained in:
13
registry/schema-org/Quiz.schema.json
Normal file
13
registry/schema-org/Quiz.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:Quiz",
|
||||
"title": "Quiz",
|
||||
"description": "Quiz: A test of knowledge, skills and abilities.",
|
||||
"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