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

eedm.institution-job-supervisors.v10.0.institution-job-supervisors.json Maven / Gradle / Ivy

{
  "title" : "Institution Job Supervisors",
  "description" : "Information about the supervisors associated with jobs at the institution.",
  "type" : "object",
  "properties" : {
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the institution job supervisor.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "person" : {
      "title" : "Person",
      "description" : "The employee to which the job is associated.",
      "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" ]
    },
    "employer" : {
      "title" : "Employer",
      "description" : "The institution for which the employee works.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Employer.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/educational-institutions/{id}",
        "targetSchema" : {
          "$ref" : "educational-institutions.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "position" : {
      "title" : "Position",
      "description" : "The position associated with the employee.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Position.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/institution-positions/{id}",
        "targetSchema" : {
          "$ref" : "institution-positions.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "department" : {
      "title" : "Department",
      "description" : "The department of the institution to which the employee belongs.",
      "type" : "string",
      "minLength" : 1
    },
    "supervisors" : {
      "title" : "Supervisors",
      "description" : "The supervisors associated with the employee's job.",
      "type" : "array",
      "items" : {
        "type" : "object",
        "properties" : {
          "supervisor" : {
            "title" : "Supervisor",
            "description" : "The supervisor for the employee's job.",
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the Supervisor.",
                "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" ]
          },
          "type" : {
            "title" : "Type",
            "description" : "The type of the supervisor for the employee's job (e.g. primary and alternate).",
            "enum" : [ "primary", "alternate" ],
            "type" : "string"
          }
        },
        "additionalProperties" : false,
        "required" : [ "supervisor", "type" ]
      }
    },
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    }
  },
  "required" : [ "id", "person", "employer", "position", "department" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy