Private Post Boxes By Postal Branches

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Postal Branches
               

No description available for this field.

Name (identifier)
postal_branches
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"number-of-private-post-boxes-by-postal-branches",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-private-post-boxes-by-postal-branches"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-private-post-boxes-by-postal-branches":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-private-post-boxes-by-postal-branches_records"
            }
          }
        }
      }
      ,
    • "number-of-private-post-boxes-by-postal-branches_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "postal_branches":
              {
              • "type":"string",
              • "title":"Postal Branches",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets