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

eedm.admission-decisions.v11.0.admission-decisions.json Maven / Gradle / Ivy

{
  "title" : "Admission Decisions",
  "description" : "Decisions made on admission applications.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the decision for the admission application.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "application" : {
      "title" : "Application",
      "description" : "The admission application on which this decision was made.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Application.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/admission-applications/{id}",
        "targetSchema" : {
          "$ref" : "admission-applications.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "decisionType" : {
      "title" : "Decision Type",
      "description" : "The type of decision on the admission application.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Decision Type.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/admission-decision-types/{id}",
        "targetSchema" : {
          "$ref" : "admission-decision-types.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "decidedOn" : {
      "title" : "Decided On",
      "description" : "The date of the decision on the admission application.",
      "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])?$"
    }
  },
  "required" : [ "id", "application", "decisionType", "decidedOn" ],
  "additionalProperties" : false,
  "links" : [ {
    "rel" : "filter",
    "encType" : "application/x-www-form-urlencoded",
    "method" : "GET",
    "href" : "/admission-decisions?filter={\"application:\": {\"id\": $id}}",
    "title" : "Application",
    "description" : "The admission application on which this decision was made.",
    "schema" : {
      "type" : "object",
      "properties" : {
        "application" : {
          "type" : "object",
          "properties" : {
            "id" : {
              "type" : "string",
              "format" : "guid",
              "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
            }
          }
        }
      }
    },
    "targetSchema" : {
      "$ref" : "admission-decisions.json#"
    }
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy