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

eedm.constituent-employment-occupations.v7.0.constituent-employment-occupations.json Maven / Gradle / Ivy

{
  "title" : "Constituent Employment Occupations",
  "description" : "A list of occupations related to employment",
  "type" : "object",
  "properties" : {
    "metadata" : {
      "$ref" : "resource:/eedm/metadata.json"
    },
    "id" : {
      "title" : "ID",
      "description" : "The global identifier of the employment occupation",
      "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 employment occupation",
      "type" : "string",
      "minLength" : 1
    },
    "description" : {
      "title" : "Description",
      "description" : "The description of the employment occupation",
      "type" : "string"
    },
    "code" : {
      "title" : "Code",
      "description" : "The code of the employment occupation",
      "type" : "string"
    }
  },
  "required" : [ "id", "title" ],
  "additionalProperties" : false,
  "links" : [ {
    "rel" : "filter",
    "encType" : "application/x-www-form-urlencoded",
    "method" : "GET",
    "href" : "/constituent-employment-occupations/",
    "schema" : {
      "type" : "object",
      "properties" : {
        "code" : {
          "description" : "Filter by occupation code",
          "type" : "string"
        }
      }
    }
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy