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

eedm.person-employment-proficiencies.v10.0.person-employment-proficiencies.json Maven / Gradle / Ivy

{
  "title" : "Person Employment Proficiencies",
  "description" : "The proficiencies specified for a person for employment.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the person employment proficiency.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "person" : {
      "title" : "Person",
      "description" : "The person possessing the employment proficiency.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Person.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/persons/{id}",
        "targetSchema" : {
          "$ref" : "persons.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "proficiency" : {
      "title" : "Proficiency",
      "description" : "The person's proficiency.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Proficiency.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/employment-proficiencies/{id}",
        "targetSchema" : {
          "$ref" : "employment-proficiencies.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "level" : {
      "title" : "Level",
      "description" : "The person's level of proficiency.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Level.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/employment-proficiency-levels/{id}",
          "targetSchema" : {
            "$ref" : "employment-proficiency-levels.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "proficiencyLevelClassifications" : {
      "title" : "Proficiency Level Classifications",
      "description" : "The classifications of the person's proficiency level (e.g. read, write, translate, etc.).",
      "type" : "array",
      "items" : {
        "enum" : [ "read", "write", "speak", "translate", "teach", "nativeLanguage" ],
        "type" : "string"
      }
    },
    "startOn" : {
      "title" : "Start On",
      "description" : "The first date when the proficiency is valid.",
      "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 last date when the proficiency is valid.",
      "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
      } ]
    },
    "lastUsedOn" : {
      "title" : "Last Used On",
      "description" : "The last date the proficiency was used.",
      "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
      } ]
    },
    "comment" : {
      "title" : "Comment",
      "description" : "The comments associated with the person employment proficiency.",
      "type" : "string"
    }
  },
  "required" : [ "id", "person", "proficiency" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy