
eedm.course-levels.v6.0.course-levels.json Maven / Gradle / Ivy
{
"title" : "Course Levels",
"description" : "A designation of the level of complexity of an academic course.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of a course level.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
},
"code" : {
"title" : "Code",
"description" : "The code that identifies a course level that is usually assigned based on institution conventions.",
"type" : "string"
},
"title" : {
"title" : "Title",
"description" : "The full name of the level of a course.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the level of a course.",
"type" : "string"
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy