records
Correspondance Code CEDEX / Code POSTAL- Code INSEE
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":"correspondance-code-cedex-code-insee",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/correspondance-code-cedex-code-insee"
}
] - "definitions":{
- "correspondance-code-cedex-code-insee":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/correspondance-code-cedex-code-insee_records"
}
}
} - "records":
} - "properties":
- "correspondance-code-cedex-code-insee_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "code":,{
- "type":"string",
- "title":"Code Postal / CEDEX",
- "description":""
} - "libelle":,{
- "type":"string",
- "title":"Libellé",
- "description":""
} - "insee":,{
- "type":"string",
- "title":"Code INSEE",
- "description":""
} - "type_code":,{
- "type":"string",
- "title":"Type de code",
- "description":""
} - "nom_com":,{
- "type":"string",
- "title":"Nom de la commune",
- "description":""
} - "nom_dep":,{
- "type":"string",
- "title":"Nom du département",
- "description":""
} - "nom_epci":,{
- "type":"string",
- "title":"NOM EPCI",
- "description":""
} - "nom_reg":{
- "type":"string",
- "title":"Nom de la région",
- "description":""
}
} - "code":
}
} - "fields":
} - "properties":
} - "correspondance-code-cedex-code-insee":
}