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

eedm.appeal-units.v1.0.0.appeal-units.json Maven / Gradle / Ivy

{
  "title" : "Appeal Units",
  "description" : "The user defined categorization of units used in communication activities.",
  "version" : "1.0.0",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the appeal unit.",
      "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 appeal unit.",
      "type" : "string",
      "minLength" : 1
    },
    "description" : {
      "title" : "Description",
      "description" : "The description of the appeal unit.",
      "type" : "string"
    }
  },
  "required" : [ "id", "title" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy