
eedm.enrollment-statuses.v6.0.enrollment-statuses.json Maven / Gradle / Ivy
{
"title" : "Enrollment Statuses",
"description" : "The current state of an enrollment.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of an enrollment status for use in all external references to an enrollment status.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
},
"code" : {
"title" : "Code",
"description" : "The human-readable code that identifies an enrollment status.",
"type" : "string"
},
"title" : {
"title" : "Title",
"description" : "The full name of an enrollment status.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "A description of an enrollment status.",
"type" : "string"
},
"status" : {
"title" : "Enrollment Status",
"description" : "The status of the enrollment.",
"enum" : [ "active", "inactive", "complete" ],
"type" : "string"
}
},
"required" : [ "id", "title", "status" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy