records
Standard and special Belgian postcodes (Bpost)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"codes-postaux-normaux-et-speciaux-en-belgique-bpost",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/codes-postaux-normaux-et-speciaux-en-belgique-bpost"
}
] - "definitions":{
- "codes-postaux-normaux-et-speciaux-en-belgique-bpost":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/codes-postaux-normaux-et-speciaux-en-belgique-bpost_records"
}
}
} - "records":
} - "properties":
- "codes-postaux-normaux-et-speciaux-en-belgique-bpost_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "code_postal":,{
- "type":"string",
- "title":"Postal Code",
- "description":""
} - "localite_fr":,{
- "type":"string",
- "title":"Location FR",
- "description":""
} - "localite_nl":,{
- "type":"string",
- "title":"Location NL",
- "description":""
} - "partie_de_commune_fr":,{
- "type":"string",
- "title":"Municipality part FR",
- "description":""
} - "partie_de_commune_nl":,{
- "type":"string",
- "title":"Municipality part NL",
- "description":""
} - "commune_principale_fr":,{
- "type":"string",
- "title":"Main municipality FR",
- "description":""
} - "commune_principale_nl":,{
- "type":"string",
- "title":"Main municipality NL",
- "description":""
} - "region_fr":,{
- "type":"string",
- "title":"Region FR",
- "description":""
} - "region_nl":{
- "type":"string",
- "title":"Region NL",
- "description":""
}
} - "code_postal":
}
} - "fields":
} - "properties":
} - "codes-postaux-normaux-et-speciaux-en-belgique-bpost":
}