All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eedm.pay-scales.v11.0.pay-scales.json Maven / Gradle / Ivy

{
  "title" : "Pay Scales",
  "description" : "Information on pay for employees at each level.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the pay scale.",
      "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 scale.",
      "type" : "string",
      "minLength" : 1
    },
    "code" : {
      "title" : "Code",
      "description" : "The code used to identify the pay scale.",
      "type" : "string"
    },
    "startOn" : {
      "title" : "Start On",
      "description" : "The start date of the pay scale.",
      "oneOf" : [ {
        "type" : "string",
        "format" : "date",
        "pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])$"
      }, {
        "type" : "string",
        "maxLength" : 0
      } ]
    },
    "endOn" : {
      "title" : "End On",
      "description" : "The end date of the pay scale.",
      "oneOf" : [ {
        "type" : "string",
        "format" : "date",
        "pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])$"
      }, {
        "type" : "string",
        "maxLength" : 0
      } ]
    },
    "classification" : {
      "title" : "Classification",
      "description" : "The classification associated with the pay scale.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Classification.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/pay-classifications/{id}",
        "targetSchema" : {
          "$ref" : "pay-classifications.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "scales" : {
      "title" : "Scales",
      "description" : "The pay structure based on grades with step levels.",
      "type" : "array",
      "minItems" : 1,
      "items" : {
        "type" : "object",
        "properties" : {
          "grade" : {
            "title" : "Grade",
            "description" : "The grouping of salary or wage steps within a pay structure.",
            "type" : "string",
            "minLength" : 1
          },
          "step" : {
            "title" : "Step",
            "description" : "The different level of compensation for a position within the salary grade.",
            "type" : "string",
            "minLength" : 1
          },
          "amount" : {
            "title" : "Amount",
            "description" : "The amount associated with the specific pay scale.",
            "oneOf" : [ {
              "type" : "object",
              "format" : "currency",
              "properties" : {
                "value" : {
                  "title" : "Value",
                  "description" : "The monetary value",
                  "type" : "number"
                },
                "currency" : {
                  "title" : "Currency",
                  "description" : "The ISO 4217 currency code",
                  "enum" : [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYR", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "INR", "IQD", "IRR", "ISK", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRO", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STD", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW", "ZWL" ],
                  "type" : "string"
                }
              },
              "additionalProperties" : false,
              "required" : [ "value", "currency" ]
            }, {
              "type" : "object",
              "maxProperties" : 0
            } ]
          }
        },
        "additionalProperties" : false,
        "required" : [ "grade", "step" ]
      }
    }
  },
  "required" : [ "id", "title", "classification" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy