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

eedm.constituent-person-income-levels.v8.0.constituent-person-income-levels.json Maven / Gradle / Ivy

{
  "title" : "Constituent Person Income Levels",
  "description" : "A list of valid levels of income for constituent persons",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the income level",
      "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 income level",
      "type" : "string",
      "minLength" : 1
    },
    "code" : {
      "title" : "Code",
      "description" : "The code of the income level",
      "type" : "string"
    }
  },
  "required" : [ "id", "title" ],
  "additionalProperties" : false,
  "links" : [ {
    "rel" : "filter",
    "encType" : "application/x-www-form-urlencoded",
    "method" : "GET",
    "href" : "/constituent-person-income-levels/",
    "schema" : {
      "type" : "object",
      "properties" : {
        "code" : {
          "description" : "Filter by income level code",
          "type" : "string"
        }
      }
    }
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy