Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"lengths-of-roads-inside-the-cities-by-type-of-the-road@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/lengths-of-roads-inside-the-cities-by-type-of-the-road@kapsarc"
}
] - "definitions":{
- "lengths-of-roads-inside-the-cities-by-type-of-the-road@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lengths-of-roads-inside-the-cities-by-type-of-the-road@kapsarc_records"
}
}
} - "records":
} - "properties":
- "lengths-of-roads-inside-the-cities-by-type-of-the-road@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "roadworks":,{
- "type":"string",
- "title":"Roadworks",
- "description":""
} - "paved_roads_with_streetlights_and_trees":,{
- "type":"number",
- "title":"Paved Roads with streetlights and trees",
- "description":""
} - "paved_roads":,{
- "type":"number",
- "title":"Paved Roads",
- "description":""
} - "number_of_streetlights_electrical_power":,{
- "type":"number",
- "title":"Number of streetlights(Electrical Power)",
- "description":""
} - "number_of_streetlights_solar_energy":{
- "type":"number",
- "title":"Number of streetlights(Solar Energy)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "lengths-of-roads-inside-the-cities-by-type-of-the-road@kapsarc":
}