
eedm.section-crosslists.v6.0.section-crosslists.json Maven / Gradle / Ivy
{
"title" : "Section Crosslists",
"description" : "Lists of sections of different courses that meet together, cover the same course material, and have an instructor or set of instructors.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the Section Crosslists.",
"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 the list of cross-listed sections.",
"type" : "string"
},
"sections" : {
"title" : "Sections",
"description" : "The list of cross-listed sections.",
"type" : "array",
"minItems" : 1,
"items" : {
"type" : "object",
"properties" : {
"section" : {
"title" : "Section",
"description" : "A section that is cross-listed with other sections.",
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Section.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/sections/{id}",
"targetSchema" : {
"$ref" : "sections.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
},
"type" : {
"title" : "Type",
"description" : "A indication of the type (primary, secondary) of the section within the group of cross-listed sections.",
"oneOf" : [ {
"type" : "string",
"enum" : [ "primary", "secondary" ]
}, {
"type" : "string",
"maxLength" : 0
} ]
}
},
"additionalProperties" : false,
"required" : [ "section" ]
}
},
"waitlist" : {
"title" : "Waitlist",
"description" : "An indicator specifying if all students are placed on the wait-list when any of the cross-listed sections has reached its maximum enrollment or only when the combined registration has reached the specified maximum enrollment of the cross-list.",
"oneOf" : [ {
"type" : "string",
"enum" : [ "separate", "combined" ]
}, {
"type" : "string",
"maxLength" : 0
} ]
},
"maxEnrollment" : {
"title" : "Maximum Enrollment",
"description" : "The maximum enrollment of the cross-listed section over all included sections.",
"oneOf" : [ {
"type" : "integer",
"minimum" : 0,
"format" : "positiveInteger"
}, {
"type" : "null"
} ]
},
"maxWaitlist" : {
"title" : "Maximum Waitlist",
"description" : "The maximum number of students allowed in the combined wait-list for the cross-listed section.",
"oneOf" : [ {
"type" : "integer",
"minimum" : 0,
"format" : "positiveInteger"
}, {
"type" : "null"
} ]
}
},
"required" : [ "id", "sections" ],
"additionalProperties" : false,
"links" : [ {
"rel" : "filter",
"encType" : "application/x-www-form-urlencoded",
"method" : "GET",
"href" : "/section-crosslists/",
"schema" : {
"type" : "object",
"properties" : {
"section" : {
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
}
}
} ]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy