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

eedm.recruitment-goal-teams.v12.0.recruitment-goal-teams.json Maven / Gradle / Ivy

{
  "title" : "Recruitment Goal Teams",
  "description" : "Information on the goal teams.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the recruitment goal team.",
      "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 recruitment goal team.",
      "type" : "string",
      "minLength" : 1
    },
    "description" : {
      "title" : "Description",
      "description" : "The description of the recruitment goal team.",
      "type" : "string"
    },
    "code" : {
      "title" : "Code",
      "description" : "A code that may be used to identify the goal team.",
      "type" : "string"
    },
    "cycle" : {
      "title" : "Cycle",
      "description" : "The active recruiting cycle assigned to the goal team.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Cycle.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/recruiting-cycles/{id}",
        "targetSchema" : {
          "$ref" : "recruiting-cycles.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "owner" : {
      "title" : "Owner",
      "description" : "The representative or representative team that owns the goal team.",
      "oneOf" : [ {
        "title" : "Representative",
        "description" : "The representative that owns the goal team.",
        "type" : "object",
        "properties" : {
          "representative" : {
            "title" : "Representative",
            "description" : "The representative that owns the goal team.",
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the Representative.",
                "type" : "string",
                "format" : "guid",
                "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
              }
            },
            "links" : [ {
              "rel" : "self",
              "href" : "/recruitment-representatives/{id}",
              "targetSchema" : {
                "$ref" : "recruitment-representatives.json#"
              }
            } ],
            "additionalProperties" : false,
            "required" : [ "id" ]
          }
        },
        "additionalProperties" : false,
        "required" : [ "representative" ]
      }, {
        "title" : "Team",
        "description" : "The representative team that owns the goal team.",
        "type" : "object",
        "properties" : {
          "team" : {
            "title" : "Team",
            "description" : "The representative team that owns the goal team.",
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the Team.",
                "type" : "string",
                "format" : "guid",
                "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
              }
            },
            "links" : [ {
              "rel" : "self",
              "href" : "/recruitment-representative-teams/{id}",
              "targetSchema" : {
                "$ref" : "recruitment-representative-teams.json#"
              }
            } ],
            "additionalProperties" : false,
            "required" : [ "id" ]
          }
        },
        "additionalProperties" : false,
        "required" : [ "team" ]
      } ]
    }
  },
  "required" : [ "id", "title", "cycle", "owner" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy