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

eedm.credit-categories.v6.0.credit-categories.json Maven / Gradle / Ivy

{
  "title" : "Credit Categories",
  "description" : "A category of academic credit.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "A global identifier of a credit category.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "code" : {
      "title" : "Code",
      "description" : "A human-readable reference code to identify a particular credit category.",
      "type" : "string"
    },
    "title" : {
      "title" : "Title",
      "description" : "The full name of a credit category.",
      "type" : "string",
      "minLength" : 1
    },
    "description" : {
      "title" : "Description",
      "description" : "A description of the substance and nature of a credit category.",
      "type" : "string"
    },
    "creditType" : {
      "title" : "Credit Type",
      "description" : "The higher level category of academic credits.",
      "enum" : [ "ce", "institution", "transfer", "exchange", "exam", "workLifeExperience", "other", "noCredit" ],
      "type" : "string"
    }
  },
  "required" : [ "id", "title", "creditType" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy