Files
marka/registry/schema-org/Quiz.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

14 lines
842 B
JSON

{
"$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"
}
]
}