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

eedm.admission-applications-submissions.v1.1.0.admission-applications-submissions.json Maven / Gradle / Ivy

{
  "title" : "Admission Applications Submissions",
  "description" : "Higher education institution admission applications submissions.",
  "version" : "1.1.0",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the admission application.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "referenceId" : {
      "title" : "Reference Id",
      "description" : "The identifier of the application at its origin.",
      "type" : "string"
    },
    "applicant" : {
      "title" : "Applicant",
      "description" : "The person applying for admission.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Applicant.",
          "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 application.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Type.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/admission-application-types/{id}",
          "targetSchema" : {
            "$ref" : "admission-application-types.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "academicPeriod" : {
      "title" : "Academic Period",
      "description" : "The starting academic period for admission.",
      "oneOf" : [ {
        "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" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "owner" : {
      "title" : "Owner",
      "description" : "The institution representative assigned to manage the application.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Owner.",
            "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" : "object",
        "maxProperties" : 0
      } ]
    },
    "admissionPopulation" : {
      "title" : "Admission Population",
      "description" : "The type of admission population the applicant belongs to.",
      "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) selected by the applicant.",
      "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
      } ]
    },
    "residencyType" : {
      "title" : "Residency Type",
      "description" : "The residency type of the applicant (e.g. international).",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Residency Type.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/residency-types/{id}",
          "targetSchema" : {
            "$ref" : "residency-types.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "academicLoad" : {
      "title" : "Academic Load",
      "description" : "The academic load selection, e.g., full- or part-time",
      "oneOf" : [ {
        "type" : "string",
        "enum" : [ "fullTime", "partTime" ]
      }, {
        "type" : "string",
        "maxLength" : 0
      } ]
    },
    "appliedOn" : {
      "title" : "Applied On",
      "description" : "The date the application was submitted.",
      "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
      } ]
    },
    "applicationAcademicPrograms" : {
      "title" : "Application Academic Programs",
      "description" : "The academic programs for which the applicant has applied.",
      "type" : "array",
      "items" : {
        "type" : "object",
        "properties" : {
          "program" : {
            "title" : "Program",
            "description" : "The academic program applied to.",
            "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 level of instruction for this course or program of study.",
            "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" : "Credentials associated with the academic program.",
            "type" : "array",
            "items" : {
              "title" : "Credentials",
              "description" : "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 operational unit which is the program owner.",
            "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 date on which the discipline begins for the academic program the applicant has applied to.",
                  "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" ]
      }
    },
    "withdrawal" : {
      "title" : "Withdrawal",
      "description" : "Application withdrawal related information.",
      "type" : "object",
      "properties" : {
        "withdrawnOn" : {
          "title" : "Withdrawn On",
          "description" : "The date when the application was withdrawn.",
          "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
          } ]
        },
        "reason" : {
          "title" : "Reason",
          "description" : "The application withdrawal reason.",
          "oneOf" : [ {
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the Reason.",
                "type" : "string",
                "format" : "guid",
                "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
              }
            },
            "links" : [ {
              "rel" : "self",
              "href" : "/admission-application-withdrawal-reasons/{id}",
              "targetSchema" : {
                "$ref" : "admission-application-withdrawal-reasons.json#"
              }
            } ],
            "additionalProperties" : false,
            "required" : [ "id" ]
          }, {
            "type" : "object",
            "maxProperties" : 0
          } ]
        },
        "institutionAttended" : {
          "title" : "Institution Attended",
          "description" : "The institution attended by the applicant.",
          "oneOf" : [ {
            "type" : "object",
            "properties" : {
              "id" : {
                "title" : "ID",
                "description" : "The global identifier for the Institution Attended.",
                "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" ]
          }, {
            "type" : "object",
            "maxProperties" : 0
          } ]
        }
      },
      "additionalProperties" : false
    },
    "applicationSource" : {
      "title" : "Application Source",
      "description" : "The source associated with the application.",
      "oneOf" : [ {
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Application Source.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/admission-application-sources/{id}",
          "targetSchema" : {
            "$ref" : "admission-application-sources.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }, {
        "type" : "object",
        "maxProperties" : 0
      } ]
    },
    "personSource" : {
      "title" : "Person Source",
      "description" : "The source associated with the applicant.",
      "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 application.",
      "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 application.",
      "type" : "array",
      "items" : {
        "title" : "Career Goals",
        "description" : "The career goals associated with the application.",
        "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" ]
      }
    },
    "influences" : {
      "title" : "Influences",
      "description" : "The influences associated with the application.",
      "type" : "array",
      "items" : {
        "title" : "Influences",
        "description" : "The influences associated with the application.",
        "type" : "object",
        "properties" : {
          "id" : {
            "title" : "ID",
            "description" : "The global identifier for the Influences.",
            "type" : "string",
            "format" : "guid",
            "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
          }
        },
        "links" : [ {
          "rel" : "self",
          "href" : "/admission-application-influences/{id}",
          "targetSchema" : {
            "$ref" : "admission-application-influences.json#"
          }
        } ],
        "additionalProperties" : false,
        "required" : [ "id" ]
      }
    },
    "comment" : {
      "title" : "Comment",
      "description" : "The comment associated with the application.",
      "type" : "string"
    }
  },
  "required" : [ "id", "applicant", "applicationAcademicPrograms" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy