
eedm.employment-frequencies.v11.0.employment-frequencies.json Maven / Gradle / Ivy
{
"title" : "Employment Frequencies",
"description" : "The valid list of user defined frequencies used with employment information.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the employment frequency.",
"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 employment frequency.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the employment frequency.",
"type" : "string"
},
"code" : {
"title" : "Code",
"description" : "A code that may be used to identify the employment frequency.",
"type" : "string"
},
"type" : {
"title" : "Type",
"description" : "The type of the employment frequency.",
"enum" : [ "daily", "weekly", "biWeekly", "monthly", "quarterly", "annually", "semimonthly", "contractual", "semiannually" ],
"type" : "string"
}
},
"required" : [ "id", "title", "type" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy