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

eedm.recruitment-admission-application-supporting-items.v13.0.recruitment-admission-application-supporting-items.json Maven / Gradle / Ivy

{
  "title" : "Recruitment Admission Application Supporting Items",
  "description" : "Supporting items associated with the applications for admission.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the recruitment admission application supporting item.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "application" : {
      "title" : "Application",
      "description" : "The recruitment application to which the supporting item is associated.",
      "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" : "/recruitment-admission-applications/{id}",
        "targetSchema" : {
          "$ref" : "recruitment-admission-applications.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "type" : {
      "title" : "Type",
      "description" : "The type of supporting item.",
      "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-supporting-item-types/{id}",
        "targetSchema" : {
          "$ref" : "admission-application-supporting-item-types.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "receivedOn" : {
      "title" : "Received On",
      "description" : "The date when the supporting item was received.",
      "oneOf" : [ {
        "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])?$"
      }, {
        "type" : "string",
        "maxLength" : 0
      } ]
    },
    "required" : {
      "title" : "Required",
      "description" : "The requiredness of the supporting item.",
      "oneOf" : [ {
        "type" : "string",
        "enum" : [ "mandatory" ]
      }, {
        "type" : "string",
        "maxLength" : 0
      } ]
    },
    "assignedOn" : {
      "title" : "Assigned On",
      "description" : "The date when the supporting item was assigned as a requirement.",
      "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
      } ]
    },
    "status" : {
      "title" : "Status",
      "description" : "The status of the supporting item.",
      "enum" : [ "received", "notReceived", "waived" ],
      "type" : "string"
    }
  },
  "required" : [ "id", "application", "type", "status" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy