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

eedm.advancement-statuses.v7.0.advancement-statuses.json Maven / Gradle / Ivy

{
  "title" : "Advancement Statuses",
  "description" : "A user defined list of statuses used by an advancement system.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the Advancement 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 Advancement Status.",
      "type" : "string",
      "minLength" : 1
    },
    "description" : {
      "title" : "Description",
      "description" : "The description of the Advancement Status.",
      "type" : "string"
    },
    "category" : {
      "title" : "Category",
      "description" : "The category (current, historical) of the status",
      "enum" : [ "current", "historical" ],
      "type" : "string"
    }
  },
  "required" : [ "id", "title", "category" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy