Private Post Boxes By Postal Branches
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "number-of-private-post-boxes-by-postal-branches":