
eedm.academic-programs.v7.0.academic-programs.json Maven / Gradle / Ivy
{
"title" : "Academic Programs",
"description" : "An offering by an institution that represents a combination of courses and requirements leading to a degree, diploma, or certificate for a defined set of majors, minors, or concentrations.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of an academic program.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
},
"title" : {
"title" : "Title",
"description" : "The full name of an academic program.",
"type" : "string"
},
"description" : {
"title" : "Description",
"description" : "The description of an academic program.",
"type" : "string"
},
"code" : {
"title" : "Code",
"description" : "A code that identifies an academic program.",
"type" : "string"
},
"authorizing" : {
"title" : "Authorizing",
"description" : "The institutional unit that authorizes the academic program.",
"oneOf" : [ {
"title" : "institution",
"description" : "The institution that authorizes the academic program.",
"type" : "object",
"properties" : {
"institution" : {
"title" : "Institution",
"description" : "The institution that authorizes the academic program.",
"oneOf" : [ {
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Institution.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/educational-institutions/{id}",
"targetSchema" : {
"$ref" : "educational-institutions.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}, {
"type" : "object",
"maxProperties" : 0
} ]
}
},
"additionalProperties" : false
}, {
"title" : "institutionalUnit",
"description" : "The institutional unit that authorizes the academic program.",
"type" : "object",
"properties" : {
"institutionalUnit" : {
"title" : "Institutional Unit",
"description" : "The institutional unit that authorizes the academic program, typically a school or college within the institution.",
"oneOf" : [ {
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Institutional Unit.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/educational-institution-units/{id}",
"targetSchema" : {
"$ref" : "educational-institution-units.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}, {
"type" : "object",
"maxProperties" : 0
} ]
}
},
"additionalProperties" : false
}, {
"title" : "organization",
"description" : "The organization that authorizes the academic program.",
"type" : "object",
"properties" : {
"organization" : {
"title" : "Organization",
"description" : "The organization that authorizes the academic program.",
"oneOf" : [ {
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Organization.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/organizations/{id}",
"targetSchema" : {
"$ref" : "organizations.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}, {
"type" : "object",
"maxProperties" : 0
} ]
}
},
"additionalProperties" : false
}, {
"type" : "object",
"maxProperties" : 0
} ]
},
"programOwner" : {
"title" : "Program Owner",
"description" : "The owner of the academic program.",
"type" : "array",
"items" : {
"title" : "Program Owner",
"description" : "The owner of the academic program.",
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Program Owner.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/educational-institution-units/{id}",
"targetSchema" : {
"$ref" : "educational-institution-units.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}
},
"sites" : {
"title" : "Sites",
"description" : "The sites (campuses) the program is offered at",
"type" : "array",
"items" : {
"title" : "Sites",
"description" : "The sites (campuses) the program is offered at",
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Sites.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/sites/{id}",
"targetSchema" : {
"$ref" : "sites.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}
},
"academicLevel" : {
"title" : "Academic Level",
"description" : "The level of academic progress that is associated with an academic program.",
"oneOf" : [ {
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Academic Level.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/academic-levels/{id}",
"targetSchema" : {
"$ref" : "academic-levels.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}, {
"type" : "object",
"maxProperties" : 0
} ]
},
"credentials" : {
"title" : "Credentials",
"description" : "The academic credentials that can be awarded for completing an academic program.",
"type" : "array",
"items" : {
"title" : "Credentials",
"description" : "The academic credentials that can be awarded for completing an academic program.",
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Credentials.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/academic-credentials/{id}",
"targetSchema" : {
"$ref" : "academic-credentials.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}
},
"disciplines" : {
"title" : "Discipline",
"description" : "The academic disciplines offered as part of an academic program.",
"type" : "array",
"items" : {
"type" : "object",
"properties" : {
"discipline" : {
"title" : "Discipline",
"description" : "An academic discipline associated with the academic program.",
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Discipline.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/academic-disciplines/{id}",
"targetSchema" : {
"$ref" : "academic-disciplines.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
},
"subdisciplines" : {
"title" : "Subdisciplines",
"description" : "A list of academic disciplines that are subordinate to the discipline.",
"type" : "array",
"items" : {
"type" : "object",
"properties" : {
"subdiscipline" : {
"title" : "Sub-discipline",
"description" : "An academic discipline that is subordinate to the discipline.",
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Sub-discipline.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/academic-disciplines/{id}",
"targetSchema" : {
"$ref" : "academic-disciplines.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}
},
"additionalProperties" : false
}
}
},
"additionalProperties" : false,
"required" : [ "discipline" ]
}
},
"status" : {
"title" : "Status",
"description" : "The status of an academic program.",
"enum" : [ "active", "inactive" ],
"type" : "string"
},
"startOn" : {
"title" : "Start Date",
"description" : "The date that an academic program starts.",
"type" : "string",
"format" : "date-time",
"pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[+-](?:2[0-3]|[0-1][0-9]):[0-5][0-9])?$"
},
"endOn" : {
"title" : "End Date",
"description" : "The date that an academic program ends.",
"oneOf" : [ {
"type" : "string",
"format" : "date-time",
"pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[+-](?:2[0-3]|[0-1][0-9]):[0-5][0-9])?$"
}, {
"type" : "string",
"maxLength" : 0
} ]
}
},
"required" : [ "id", "title", "status", "startOn" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy