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

eedm.marital-statuses.v6.0.marital-statuses.json Maven / Gradle / Ivy

{
  "title" : "Marital Statuses",
  "description" : "The condition of being married or unmarried.",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of a marital status to be used in all external references to a marital status.",
      "type" : "string",
      "format" : "guid",
      "pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
    },
    "code" : {
      "title" : "Code",
      "description" : "The human-readable code that identifies a marital status.",
      "type" : "string"
    },
    "title" : {
      "title" : "Title",
      "description" : "The full name of a marital status.",
      "type" : "string",
      "minLength" : 1
    },
    "description" : {
      "title" : "Description",
      "description" : "A description of a marital status.",
      "type" : "string"
    },
    "maritalCategory" : {
      "title" : "Marital Category",
      "description" : "The name of a higher level marital category to which this member category belongs.",
      "enum" : [ "single", "divorced", "widowed", "separated", "married" ],
      "type" : "string"
    }
  },
  "required" : [ "id", "title", "maritalCategory" ],
  "additionalProperties" : false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy