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

eedm.student-section-waitlists.v10.0.student-section-waitlists.json Maven / Gradle / Ivy

{
  "title" : "Student Section Waitlists",
  "description" : "Sections' waitlists for students.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the student section waitlist.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "person" : {
      "title" : "Person",
      "description" : "The student associated with the section waitlist.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Person.",
          "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" ]
    },
    "section" : {
      "title" : "Section",
      "description" : "The section associated with the waitlist.",
      "type" : "object",
      "properties" : {
        "id" : {
          "title" : "ID",
          "description" : "The global identifier for the Section.",
          "type" : "string",
          "format" : "guid",
          "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
        }
      },
      "links" : [ {
        "rel" : "self",
        "href" : "/sections/{id}",
        "targetSchema" : {
          "$ref" : "sections.json#"
        }
      } ],
      "additionalProperties" : false,
      "required" : [ "id" ]
    },
    "priority" : {
      "title" : "Priority",
      "description" : "The number that represents the ranking of the waitlisted student for the given section.",
      "oneOf" : [ {
        "type" : "integer"
      }, {
        "type" : "null"
      } ]
    }
  },
  "required" : [ "id", "person", "section" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy