
eedm.advancement-roles.v7.0.advancement-roles.json Maven / Gradle / Ivy
{
"title" : "Advancement Roles",
"description" : "The roles that an Advancement staff member or team may hold in an assignment.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the advancement-roles.",
"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 the advancement role.",
"type" : "string"
},
"description" : {
"title" : "Description",
"description" : "The description of the advancement role.",
"type" : "string"
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy