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

eedm.financial-aid-academic-progress-statuses.v15.0.financial-aid-academic-progress-statuses.json Maven / Gradle / Ivy

{
  "title" : "Financial Aid Academic Progress Statuses",
  "description" : "The valid list of user defined financial aid satisfactory academic progress (SAP) statuses.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the financial aid academic progress status.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "title" : {
      "title" : "Title",
      "description" : "The full name of the financial aid academic progress status.",
      "type" : "string",
      "minLength" : 1
    },
    "description" : {
      "title" : "Description",
      "description" : "The description of the financial aid satisfactory academic progress status.",
      "type" : "string"
    },
    "code" : {
      "title" : "Code",
      "description" : "The code used to identify the financial aid satisfactory academic progress status.",
      "type" : "string"
    }
  },
  "required" : [ "id", "title" ],
  "additionalProperties" : false,
  "links" : [ {
    "rel" : "namedQuery",
    "encType" : "application/x-www-form-urlencoded",
    "method" : "GET",
    "href" : "/financial-aid-academic-progress-statuses?restrictedVisibility={\"restrictedVisibility\": {$restrictedVisibility}}",
    "name" : "restrictedVisibility",
    "title" : "Restricted Visibility",
    "description" : "Filter to return whether visibility is restricted for the status.",
    "schema" : {
      "type" : "object",
      "properties" : {
        "restrictedVisibility" : {
          "type" : "string",
          "enum" : [ "yes" ]
        }
      }
    },
    "targetSchema" : {
      "$ref" : "financial-aid-academic-progress-statuses.json#"
    }
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy