
eedm.leave-categories.v11.0.leave-categories.json Maven / Gradle / Ivy
{
"title" : "Leave Categories",
"description" : "The valid list of user defined leave categories.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the leave category.",
"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 leave category.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the leave category.",
"type" : "string"
},
"code" : {
"title" : "Code",
"description" : "A code that may be used to identify the leave category.",
"type" : "string"
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy