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

eedm.career-goals.v1.0.0.career-goals.json Maven / Gradle / Ivy

{
  "title" : "Career Goals",
  "description" : "The valid list of user defined career goals.",
  "version" : "1.0.0",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the career goal.",
      "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 career goal.",
      "type" : "string",
      "minLength" : 1
    },
    "description" : {
      "title" : "Description",
      "description" : "The description of the career goal.",
      "type" : "string"
    },
    "code" : {
      "title" : "Code",
      "description" : "The code used to identify the career goal.",
      "type" : "string"
    }
  },
  "required" : [ "id", "title" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy