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

eedm.admission-recruitment-opportunities.v12.0.admission-recruitment-opportunities.json Maven / Gradle / Ivy

{
  "title" : "Admission Recruitment Opportunities",
  "description" : "Prospective student admission recruitment opportunities.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the admission recruitment opportunity.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "description" : {
      "title" : "Description",
      "description" : "The description of the admission recruitment opportunity.",
      "type" : "string"
    },
    "prospectiveStudent" : {
      "title" : "Prospective Student",
      "description" : "The prospective student associated with the recruitment opportunity.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Prospective Student.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/recruitment-persons/{id}",
        "targetSchema" : {
          "$ref" : "recruitment-persons.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "academicPeriod" : {
      "title" : "Academic Period",
      "description" : "The academic period for which the prospect is considered.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Academic Period.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/academic-periods/{id}",
        "targetSchema" : {
          "$ref" : "academic-periods.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "academicLevel" : {
      "title" : "Academic Level",
      "description" : "The academic level the prospect is considered for recruitment.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Academic Level.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/academic-levels/{id}",
          "targetSchema" : {
            "$ref" : "academic-levels.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "academicProgram" : {
      "title" : "Academic Program",
      "description" : "The academic program for which the prospect is considered.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Academic Program.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/academic-programs/{id}",
          "targetSchema" : {
            "$ref" : "academic-programs.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "site" : {
      "title" : "Site",
      "description" : "The institution site (campus) the prospective student is considered for recruitment.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Site.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/sites/{id}",
          "targetSchema" : {
            "$ref" : "sites.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "sources" : {
      "title" : "Sources",
      "description" : "The sources for the opportunity.",
      "type" : "array",
      "items" : {
        "type" : "object",
        "properties" : {
          "type" : {
            "title" : "Type",
            "description" : "The type of the source.",
            "enum" : [ "prospect", "inquiry" ],
            "type" : "string"
          },
          "source" : {
            "title" : "Source",
            "description" : "The identifier of the source.",
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the Source.",
                "type" : "string",
                "format" : "guid",
                "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
              }
            },
            "links" : [ {
              "rel" : "self",
              "href" : "/recruitment-sources/{id}",
              "targetSchema" : {
                "$ref" : "recruitment-sources.json#"
              }
            } ],
            "additionalProperties" : false,
            "required" : [ "id" ]
          }
        },
        "additionalProperties" : false,
        "required" : [ "type", "source" ]
      }
    },
    "territory" : {
      "title" : "Territory",
      "description" : "The recruitment territory for the opportunity.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Territory.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/recruitment-territories/{id}",
          "targetSchema" : {
            "$ref" : "recruitment-territories.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "recruiter" : {
      "title" : "Recruiter",
      "description" : "The recruiter (an individual or a team) assigned to the opportunity.",
      "oneOf" : [ {
        "title" : "Representative",
        "description" : "The individual assigned to the opportunity.",
        "type" : "object",
        "properties" : {
          "representative" : {
            "title" : "Representative",
            "description" : "The individual assigned to the opportunity.",
            "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 team assigned to the opportunity.",
        "type" : "object",
        "properties" : {
          "team" : {
            "title" : "Team",
            "description" : "The team assigned to the opportunity.",
            "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" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "ratings" : {
      "title" : "Ratings",
      "description" : "Ratings for the opportunity.",
      "type" : "array",
      "items" : {
        "type" : "object",
        "properties" : {
          "ratingType" : {
            "title" : "Rating Type",
            "description" : "The type of the rating (desirability, probability).",
            "enum" : [ "desirability", "probability" ],
            "type" : "string"
          },
          "scale" : {
            "title" : "Scale",
            "description" : "The scale of the rating.",
            "type" : "string",
            "minLength" : 1
          },
          "value" : {
            "title" : "Value",
            "description" : "The value of the rating.",
            "type" : "number"
          },
          "ratedOn" : {
            "title" : "Rated On",
            "description" : "The date of the rating.",
            "type" : "string",
            "format" : "date-time",
            "pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[+-](?:2[0-3]|[0-1][0-9]):[0-5][0-9])?$"
          },
          "adjustment" : {
            "title" : "Adjustment",
            "description" : "The adjustment for the rating value.",
            "oneOf" : [ {
              "type" : "number"
            }, {
              "type" : "null"
            } ]
          }
        },
        "additionalProperties" : false,
        "required" : [ "ratingType", "scale", "value", "ratedOn" ]
      }
    },
    "admissionPopulation" : {
      "title" : "Admission Population",
      "description" : "The admission population for the opportunity.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Admission Population.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/admission-populations/{id}",
          "targetSchema" : {
            "$ref" : "admission-populations.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "academicLoad" : {
      "title" : "Academic Load",
      "description" : "The academic load for the opportunity.",
      "oneOf" : [ {
        "type" : "string",
        "enum" : [ "fullTime", "partTime" ]
      }, {
        "type" : "string",
        "maxLength" : 0
      } ]
    },
    "decisionPlan" : {
      "title" : "Decision Plan",
      "description" : "The admission decision plan for the opportunity.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Decision Plan.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/admission-decision-plans/{id}",
          "targetSchema" : {
            "$ref" : "admission-decision-plans.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "campusPlans" : {
      "title" : "Campus Plans",
      "description" : "The campus plan(s) for the opportunity.",
      "type" : "array",
      "items" : {
        "title" : "Campus Plans",
        "description" : "The campus plan(s) for the opportunity.",
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Campus Plans.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/admission-campus-plans/{id}",
          "targetSchema" : {
            "$ref" : "admission-campus-plans.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }
    },
    "opportunityStatus" : {
      "title" : "Opportunity Status",
      "description" : "The status of the recruitment opportunity.",
      "type" : "object",
      "properties" : {
        "status" : {
          "title" : "Status",
          "description" : "The status value.",
          "enum" : [ "open", "won", "lost" ],
          "type" : "string"
        },
        "statusReason" : {
          "title" : "Status Reason",
          "description" : "The reason for the status.",
          "oneOf" : [ {
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the Status Reason.",
                "type" : "string",
                "format" : "guid",
                "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
              }
            },
            "links" : [ {
              "rel" : "self",
              "href" : "/admission-recruitment-opportunity-status-reasons/{id}",
              "targetSchema" : {
                "$ref" : "admission-recruitment-opportunity-status-reasons.json#"
              }
            } ],
            "additionalProperties" : false,
            "required" : [ "id" ]
          }, {
            "type" : "object",
            "maxProperties" : 0
          } ]
        }
      },
      "additionalProperties" : false,
      "required" : [ "status" ]
    },
    "opportunityStates" : {
      "title" : "Opportunity States",
      "description" : "The funnel states the opportunity goes through.",
      "type" : "array",
      "items" : {
        "type" : "object",
        "properties" : {
          "state" : {
            "title" : "State",
            "description" : "The state of the opportunity.",
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the State.",
                "type" : "string",
                "format" : "guid",
                "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
              }
            },
            "links" : [ {
              "rel" : "self",
              "href" : "/admission-recruitment-states/{id}",
              "targetSchema" : {
                "$ref" : "admission-recruitment-states.json#"
              }
            } ],
            "additionalProperties" : false,
            "required" : [ "id" ]
          },
          "stateDate" : {
            "title" : "State Date",
            "description" : "The date on which the state was recorded.",
            "type" : "string",
            "format" : "date-time",
            "pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[+-](?:2[0-3]|[0-1][0-9]):[0-5][0-9])?$"
          }
        },
        "additionalProperties" : false,
        "required" : [ "state", "stateDate" ]
      }
    },
    "processFlowStep" : {
      "title" : "Process Flow Step",
      "description" : "The current business process flow step for the opportunity.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Process Flow Step.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/process-flow-steps/{id}",
          "targetSchema" : {
            "$ref" : "process-flow-steps.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    }
  },
  "required" : [ "id", "prospectiveStudent", "academicPeriod", "opportunityStatus" ],
  "additionalProperties" : false,
  "links" : [ {
    "rel" : "filter",
    "encType" : "application/x-www-form-urlencoded",
    "method" : "GET",
    "href" : "/admission-recruitment-opportunities/",
    "schema" : {
      "type" : "object",
      "properties" : {
        "opportunityStatus" : {
          "type" : "object",
          "properties" : {
            "status" : {
              "type" : "string",
              "enum" : [ "open", "won", "lost" ]
            }
          }
        }
      }
    }
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy