
eedm.pay-classifications.v11.0.pay-classifications.json Maven / Gradle / Ivy
{
"title" : "Pay Classifications",
"description" : "Information on the categorizations of pay.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the pay classification.",
"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 pay classification.",
"type" : "string",
"minLength" : 1
},
"code" : {
"title" : "Code",
"description" : "A code that may be used to identify the pay classification.",
"type" : "string"
},
"compensationType" : {
"title" : "Compensation Type",
"description" : "The compensation type associated with the pay classification (e.g. salary or wages).",
"enum" : [ "wages", "salary" ],
"type" : "string"
},
"payTable" : {
"title" : "Pay Table",
"description" : "The pay table associated with the pay classification (e.g. AD for Admin, FAC for Faculty, etc.).",
"type" : "string"
},
"classificationType" : {
"title" : "Classification Type",
"description" : "The type of pay classification (e.g. matrix or range).",
"enum" : [ "matrix", "range" ],
"type" : "string"
},
"payGroup" : {
"title" : "Pay Group",
"description" : "The pay group associated with the pay classification (e.g. 2014, 2016, 48, 35, etc.).",
"type" : "string"
},
"status" : {
"title" : "Status",
"description" : "The status of the pay classification (e.g. active or inactive).",
"enum" : [ "active", "inactive" ],
"type" : "string"
}
},
"required" : [ "id", "title", "compensationType", "classificationType", "status" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy