
eedm.recruitment-sources.v7.0.recruitment-sources.json Maven / Gradle / Ivy
{
"title" : "Recruitment Sources",
"description" : "The source of information for recruitment systems.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the recruitment source.",
"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 recruitment source.",
"type" : "string"
},
"code" : {
"title" : "Code",
"description" : "The code used to identify the recruitment source.",
"type" : "string"
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy