records

records

Active filters Clear all

No active filters

Filters

Postcodes (Latest) - WMCA

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Postcode
               

No description available for this field.

Name (identifier)
postcode
Type
text
Sample
                       
dointr formatted
               

No description available for this field.

Name (identifier)
dointr_formatted
Type
date
Sample
                       
doterm formatted
               

No description available for this field.

Name (identifier)
doterm_formatted
Type
date
Sample
                       
oslaua
               

No description available for this field.

Name (identifier)
oslaua
Type
text
Sample
                       
Local Authority Name
               

No description available for this field.

Name (identifier)
local_authority_name
Type
text
Sample
                       
osward
               

No description available for this field.

Name (identifier)
osward
Type
text
Sample
                       
Ward Name
               

No description available for this field.

Name (identifier)
ward_name
Type
text
Sample
                       
parish
               

No description available for this field.

Name (identifier)
parish
Type
text
Sample
                       
Parish Name
               

No description available for this field.

Name (identifier)
parish_name
Type
text
Sample
                       
rgn
               

No description available for this field.

Name (identifier)
rgn
Type
text
Sample
                       
Region Name
               

No description available for this field.

Name (identifier)
region_name
Type
text
Sample
                       
pcon
               

No description available for this field.

Name (identifier)
pcon
Type
text
Sample
                       
Constituency Name
               

No description available for this field.

Name (identifier)
constituency_name
Type
text
Sample
                       
oa11
               

No description available for this field.

Name (identifier)
oa11
Type
text
Sample
                       
lsoa11
               

No description available for this field.

Name (identifier)
lsoa11
Type
text
Sample
                       
LSOA11 Name
               

No description available for this field.

Name (identifier)
lsoa11_name
Type
text
Sample
                       
msoa11
               

No description available for this field.

Name (identifier)
msoa11
Type
text
Sample
                       
MSOA11 Name
               

No description available for this field.

Name (identifier)
msoa11_name
Type
text
Sample
                       
lat
               

No description available for this field.

Name (identifier)
lat
Type
decimal
Sample
                       
long
               

No description available for this field.

Name (identifier)
long
Type
decimal
Sample
                       
_
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
lep1
               

No description available for this field.

Name (identifier)
lep1
Type
text
Sample
                       
oa21
               

No description available for this field.

Name (identifier)
oa21
Type
text
Sample
                       
lsoa21
               

No description available for this field.

Name (identifier)
lsoa21
Type
text
Sample
                       
LSOA21 Name
               

No description available for this field.

Name (identifier)
lsoa21_name
Type
text
Sample
                       
msoa21
               

No description available for this field.

Name (identifier)
msoa21
Type
text
Sample
                       
MSOA21 Name
               

No description available for this field.

Name (identifier)
msoa21_name
Type
text
Sample
                       
geopoint
               

No description available for this field.

Name (identifier)
geopoint
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"postcodes-latest-wmca",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/postcodes-latest-wmca"
      }
    ]
    ,
  • "definitions":
    {
    • "postcodes-latest-wmca":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/postcodes-latest-wmca_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "postcodes-latest-wmca_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "postcode":
                {
                • "type":"string",
                • "title":"Postcode",
                • "description":""
                }
                ,
              • "dointr_formatted":
                {
                • "type":"string",
                • "format":"date",
                • "title":"dointr formatted",
                • "description":""
                }
                ,
              • "doterm_formatted":
                {
                • "type":"string",
                • "format":"date",
                • "title":"doterm formatted",
                • "description":""
                }
                ,
              • "oslaua":
                {
                • "type":"string",
                • "title":"oslaua",
                • "description":""
                }
                ,
              • "local_authority_name":
                {
                • "type":"string",
                • "title":"Local Authority Name",
                • "description":""
                }
                ,
              • "osward":
                {
                • "type":"string",
                • "title":"osward",
                • "description":""
                }
                ,
              • "ward_name":
                {
                • "type":"string",
                • "title":"Ward Name",
                • "description":""
                }
                ,
              • "parish":
                {
                • "type":"string",
                • "title":"parish",
                • "description":""
                }
                ,
              • "parish_name":
                {
                • "type":"string",
                • "title":"Parish Name",
                • "description":""
                }
                ,
              • "rgn":
                {
                • "type":"string",
                • "title":"rgn",
                • "description":""
                }
                ,
              • "region_name":
                {
                • "type":"string",
                • "title":"Region Name",
                • "description":""
                }
                ,
              • "pcon":
                {
                • "type":"string",
                • "title":"pcon",
                • "description":""
                }
                ,
              • "constituency_name":
                {
                • "type":"string",
                • "title":"Constituency Name",
                • "description":""
                }
                ,
              • "oa11":
                {
                • "type":"string",
                • "title":"oa11",
                • "description":""
                }
                ,
              • "lsoa11":
                {
                • "type":"string",
                • "title":"lsoa11",
                • "description":""
                }
                ,
              • "lsoa11_name":
                {
                • "type":"string",
                • "title":"LSOA11 Name",
                • "description":""
                }
                ,
              • "msoa11":
                {
                • "type":"string",
                • "title":"msoa11",
                • "description":""
                }
                ,
              • "msoa11_name":
                {
                • "type":"string",
                • "title":"MSOA11 Name",
                • "description":""
                }
                ,
              • "lat":
                {
                • "type":"number",
                • "title":"lat",
                • "description":""
                }
                ,
              • "long":
                {
                • "type":"number",
                • "title":"long",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"_",
                • "description":""
                }
                ,
              • "lep1":
                {
                • "type":"string",
                • "title":"lep1",
                • "description":""
                }
                ,
              • "oa21":
                {
                • "type":"string",
                • "title":"oa21",
                • "description":""
                }
                ,
              • "lsoa21":
                {
                • "type":"string",
                • "title":"lsoa21",
                • "description":""
                }
                ,
              • "lsoa21_name":
                {
                • "type":"string",
                • "title":"LSOA21 Name",
                • "description":""
                }
                ,
              • "msoa21":
                {
                • "type":"string",
                • "title":"msoa21",
                • "description":""
                }
                ,
              • "msoa21_name":
                {
                • "type":"string",
                • "title":"MSOA21 Name",
                • "description":""
                }
                ,
              • "geopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopoint",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets