records
Distances kilométriques en Nouvelle-Calédonie
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":"distances-kilometriques-nc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/distances-kilometriques-nc"
}
] - "definitions":{
- "distances-kilometriques-nc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/distances-kilometriques-nc_records"
}
}
} - "records":
} - "properties":
- "distances-kilometriques-nc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "ile":,{
- "type":"string",
- "title":"Ile",
- "description":""
} - "commune_de_depart":,{
- "type":"string",
- "title":"Commune de DEPART",
- "description":""
} - "lieu_de_depart":,{
- "type":"string",
- "title":"Lieu de DEPART",
- "description":""
} - "commune_de_destination":,{
- "type":"string",
- "title":"Commune de DESTINATION",
- "description":""
} - "lieu_de_destination":,{
- "type":"string",
- "title":"Lieu de DESTINATION",
- "description":""
} - "distance_km":,{
- "type":"integer",
- "title":"Distance (km)",
- "description":"",
- "unit":"km"
} - "source":{
- "type":"string",
- "title":"Source",
- "description":""
}
} - "ile":
}
} - "fields":
} - "properties":
} - "distances-kilometriques-nc":
}