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

eedm.prospect-opportunities-submissions.v1.0.0.prospect-opportunities-submissions.json Maven / Gradle / Ivy

{
  "title" : "Prospect Opportunities Submissions",
  "description" : "The opportunities submission for a prospective student at an institution.",
  "version" : "1.0.0",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the prospect opportunity.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "prospect" : {
      "title" : "Prospect",
      "description" : "The person who is interested in attending the institution.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Prospect.",
          "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" ]
    },
    "recruitAcademicPrograms" : {
      "title" : "Recruit Academic Programs",
      "description" : "The academic program(s) the prospect is considering at the institution.",
      "type" : "array",
      "items" : {
        "type" : "object",
        "properties" : {
          "program" : {
            "title" : "Program",
            "description" : "The academic program the prospect is considering at the institution.",
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the 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" ]
          },
          "academicLevel" : {
            "title" : "Academic Level",
            "description" : "The academic level of study the prospect is considering at the institution.",
            "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
            } ]
          },
          "credentials" : {
            "title" : "Credentials",
            "description" : "The academic credentials associated with the academic program.",
            "type" : "array",
            "items" : {
              "title" : "Credentials",
              "description" : "The academic credentials associated with the academic program.",
              "type" : "object",
              "properties" : {
                "id" : {
                  "title" : "ID",
                  "description" : "The global identifier for the Credentials.",
                  "type" : "string",
                  "format" : "guid",
                  "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
                }
              },
              "links" : [ {
                "rel" : "self",
                "href" : "/academic-credentials/{id}",
                "targetSchema" : {
                  "$ref" : "academic-credentials.json#"
                }
              } ],
              "additionalProperties" : false,
              "required" : [ "id" ]
            }
          },
          "programOwner" : {
            "title" : "Program Owner",
            "description" : "The program owner of the academic program.",
            "oneOf" : [ {
              "type" : "object",
              "properties" : {
                "id" : {
                  "title" : "ID",
                  "description" : "The global identifier for the Program Owner.",
                  "type" : "string",
                  "format" : "guid",
                  "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
                }
              },
              "links" : [ {
                "rel" : "self",
                "href" : "/educational-institution-units/{id}",
                "targetSchema" : {
                  "$ref" : "educational-institution-units.json#"
                }
              } ],
              "additionalProperties" : false,
              "required" : [ "id" ]
            }, {
              "type" : "object",
              "maxProperties" : 0
            } ]
          },
          "disciplines" : {
            "title" : "Disciplines",
            "description" : "The academic disciplines associated with the academic program.",
            "type" : "array",
            "items" : {
              "type" : "object",
              "properties" : {
                "discipline" : {
                  "title" : "Discipline",
                  "description" : "The academic discipline associated with the academic program.",
                  "type" : "object",
                  "properties" : {
                    "id" : {
                      "title" : "ID",
                      "description" : "The global identifier for the Discipline.",
                      "type" : "string",
                      "format" : "guid",
                      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
                    }
                  },
                  "links" : [ {
                    "rel" : "self",
                    "href" : "/academic-disciplines/{id}",
                    "targetSchema" : {
                      "$ref" : "academic-disciplines.json#"
                    }
                  } ],
                  "additionalProperties" : false,
                  "required" : [ "id" ]
                },
                "administeringInstitutionUnit" : {
                  "title" : "Administering Institution Unit",
                  "description" : "The administering institution unit associated with the discipline.",
                  "oneOf" : [ {
                    "type" : "object",
                    "properties" : {
                      "id" : {
                        "title" : "ID",
                        "description" : "The global identifier for the Administering Institution Unit.",
                        "type" : "string",
                        "format" : "guid",
                        "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
                      }
                    },
                    "links" : [ {
                      "rel" : "self",
                      "href" : "/educational-institution-units/{id}",
                      "targetSchema" : {
                        "$ref" : "educational-institution-units.json#"
                      }
                    } ],
                    "additionalProperties" : false,
                    "required" : [ "id" ]
                  }, {
                    "type" : "object",
                    "maxProperties" : 0
                  } ]
                },
                "startOn" : {
                  "title" : "Start On",
                  "description" : "The start date of the program.",
                  "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
                  } ]
                }
              },
              "additionalProperties" : false,
              "required" : [ "discipline" ]
            }
          }
        },
        "additionalProperties" : false,
        "required" : [ "program" ]
      }
    },
    "entryAcademicPeriod" : {
      "title" : "Entry Academic Period",
      "description" : "The academic period the prospect is interested in beginning attendance at the institution.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Entry 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" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "admissionPopulation" : {
      "title" : "Admission Population",
      "description" : "The admission population the prospect would be included in at the institution if they attend the institution.",
      "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
      } ]
    },
    "site" : {
      "title" : "Site",
      "description" : "The institution site (campus) the prospect is considering.",
      "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
      } ]
    },
    "opportunitySource" : {
      "title" : "Opportunity Source",
      "description" : "The source associated with the prospect opportunity.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Opportunity Source.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/prospect-opportunity-sources/{id}",
          "targetSchema" : {
            "$ref" : "prospect-opportunity-sources.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "personSource" : {
      "title" : "Person Source",
      "description" : "The source associated with the prospect.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Person Source.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/person-sources/{id}",
          "targetSchema" : {
            "$ref" : "person-sources.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "educationalGoal" : {
      "title" : "Educational Goal",
      "description" : "The educational goal associated with the prospect opportunity.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Educational Goal.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/educational-goals/{id}",
          "targetSchema" : {
            "$ref" : "educational-goals.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "careerGoals" : {
      "title" : "Career Goals",
      "description" : "The career goals associated with the prospect opportunity.",
      "type" : "array",
      "items" : {
        "title" : "Career Goals",
        "description" : "The career goals associated with the prospect opportunity.",
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Career Goals.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/career-goals/{id}",
          "targetSchema" : {
            "$ref" : "career-goals.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }
    }
  },
  "required" : [ "id", "prospect", "recruitAcademicPrograms" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy