enregistrement
Élections municipales 2014 - résultats 2e tour (communes de 1000 hab. et plus)
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":"elections-municipales-2014-resultats-2e-tour-communes-de-1000-hab-et-plus",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/elections-municipales-2014-resultats-2e-tour-communes-de-1000-hab-et-plus"
}
] - "definitions":{
- "elections-municipales-2014-resultats-2e-tour-communes-de-1000-hab-et-plus":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/elections-municipales-2014-resultats-2e-tour-communes-de-1000-hab-et-plus_records"
}
}
} - "records":
} - "properties":
- "geoJSON":,{
- "title":"Geo JSON object",
- "description":"Schema for a Geo JSON object",
- "type":"object",
- "required":,[
- "type"
] - "properties":,{
- "crs":,{
- "$ref":"#/definitions/crs"
} - "bbox":{
- "$ref":"#/definitions/bbox"
}
} - "crs":
- "oneOf":[
- ,{
- "$ref":"#/definitions/geometry"
} - ,{
- "$ref":"#/definitions/geometryCollection"
} - ,{
- "$ref":"#/definitions/feature"
} - {
- "$ref":"#/definitions/featureCollection"
}
]
} - "bbox":,{
- "description":"A bounding box as defined by GeoJSON",
- "type":"array",
- "items":{
- "type":"number"
}
} - "crs":,{
- "title":"crs",
- "description":"a Coordinate Reference System object",
- "type":,[
- "object",
- "null"
] - "required":,[
- "type",
- "properties"
] - "properties":,{
- "type":,{
- "type":"string"
} - "properties":{
- "type":"object"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "position":,{
- "description":"A single position",
- "type":"array",
- "minItems":2,
- "items":,[
- ,{
- "type":"number"
} - {
- "type":"number"
}
] - "additionalItems":false
} - "positionArray":,{
- "description":"An array of positions",
- "type":"array",
- "items":{
- "$ref":"#/definitions/position"
}
} - "lineString":,{
- "description":"An array of two or more positions",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":2
}
]
} - "linearRing":,{
- "description":"An array of four positions where the first equals the last",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":4
}
]
} - "polygon":{
- "description":"An array of linear rings",
- "type":"array",
- "items":{
- "$ref":"#/definitions/linearRing"
}
}
} - "elections-municipales-2014-resultats-2e-tour-communes-de-1000-hab-et-plus_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date_de_l_export":,{
- "type":"string",
- "format":"date-time",
- "title":"Date de l'export",
- "description":""
} - "code_du_departement":,{
- "type":"integer",
- "title":"Code du département",
- "description":""
} - "type_de_scrutin":,{
- "type":"string",
- "title":"Type de scrutin",
- "description":""
} - "libelle_du_departement":,{
- "type":"string",
- "title":"Libellé du département",
- "description":""
} - "code_de_la_commune":,{
- "type":"integer",
- "title":"Code de la commune",
- "description":""
} - "libelle_de_la_commune":,{
- "type":"string",
- "title":"Libellé de la commune",
- "description":""
} - "insee":,{
- "type":"integer",
- "title":"Insee",
- "description":""
} - "geo_point_2d":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"geo_point_2d",
- "description":""
} - "geo_shape":,{
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/geometry"
}
] - "title":"geo_shape",
- "description":""
} - "inscrits":,{
- "type":"integer",
- "title":"Inscrits",
- "description":""
} - "abstentions":,{
- "type":"integer",
- "title":"Abstentions",
- "description":""
} - "abs_ins":,{
- "type":"number",
- "title":"% Abs/Ins",
- "description":""
} - "votants":,{
- "type":"integer",
- "title":"Votants",
- "description":""
} - "vot_ins":,{
- "type":"number",
- "title":"% Vot/Ins",
- "description":""
} - "blancs_et_nuls":,{
- "type":"integer",
- "title":"Blancs et nuls",
- "description":""
} - "blnuls_ins":,{
- "type":"number",
- "title":"% BlNuls/Ins",
- "description":""
} - "blnuls_vot":,{
- "type":"number",
- "title":"% BlNuls/Vot",
- "description":""
} - "exprimes":,{
- "type":"integer",
- "title":"Exprimés",
- "description":""
} - "exp_ins":,{
- "type":"number",
- "title":"% Exp/Ins",
- "description":""
} - "exp_vot":,{
- "type":"number",
- "title":"% Exp/Vot",
- "description":""
} - "code_nuance_01":,{
- "type":"string",
- "title":"Code Nuance 01",
- "description":""
} - "sexe_01":,{
- "type":"string",
- "title":"Sexe 01",
- "description":""
} - "nom_01":,{
- "type":"string",
- "title":"Nom 01",
- "description":""
} - "prenom_01":,{
- "type":"string",
- "title":"Prénom 01",
- "description":""
} - "liste_01":,{
- "type":"string",
- "title":"Liste 01",
- "description":""
} - "sieges_elu_01":,{
- "type":"integer",
- "title":"Sièges / Elu 01",
- "description":""
} - "sieges_secteur_01":,{
- "type":"integer",
- "title":"Sièges Secteur 01",
- "description":""
} - "sieges_cc_01":,{
- "type":"integer",
- "title":"Sièges CC 01",
- "description":""
} - "voix_01":,{
- "type":"integer",
- "title":"Voix 01",
- "description":""
} - "voix_ins_01":,{
- "type":"number",
- "title":"% Voix/Ins 01",
- "description":""
} - "voix_exp_01":,{
- "type":"number",
- "title":"% Voix/Exp 01",
- "description":""
} - "code_nuance_02":,{
- "type":"string",
- "title":"Code Nuance 02",
- "description":""
} - "sexe_02":,{
- "type":"string",
- "title":"Sexe 02",
- "description":""
} - "nom_02":,{
- "type":"string",
- "title":"Nom 02",
- "description":""
} - "prenom_02":,{
- "type":"string",
- "title":"Prénom 02",
- "description":""
} - "liste_02":,{
- "type":"string",
- "title":"Liste 02",
- "description":""
} - "sieges_elu_02":,{
- "type":"integer",
- "title":"Sièges / Elu 02",
- "description":""
} - "sieges_secteur_02":,{
- "type":"integer",
- "title":"Sièges Secteur 02",
- "description":""
} - "sieges_cc_02":,{
- "type":"integer",
- "title":"Sièges CC 02",
- "description":""
} - "voix_02":,{
- "type":"string",
- "title":"Voix 02",
- "description":""
} - "voix_ins_02":,{
- "type":"number",
- "title":"% Voix/Ins 02",
- "description":""
} - "voix_exp_02":,{
- "type":"number",
- "title":"% Voix/Exp 02",
- "description":""
} - "code_nuance_03":,{
- "type":"string",
- "title":"Code Nuance 03",
- "description":""
} - "sexe_03":,{
- "type":"string",
- "title":"Sexe 03",
- "description":""
} - "nom_03":,{
- "type":"string",
- "title":"Nom 03",
- "description":""
} - "prenom_03":,{
- "type":"string",
- "title":"Prénom 03",
- "description":""
} - "liste_03":,{
- "type":"string",
- "title":"Liste 03",
- "description":""
} - "sieges_elu_03":,{
- "type":"integer",
- "title":"Sièges / Elu 03",
- "description":""
} - "sieges_secteur_03":,{
- "type":"integer",
- "title":"Sièges Secteur 03",
- "description":""
} - "sieges_cc_03":,{
- "type":"integer",
- "title":"Sièges CC 03",
- "description":""
} - "voix_03":,{
- "type":"string",
- "title":"Voix 03",
- "description":""
} - "voix_ins_03":,{
- "type":"number",
- "title":"% Voix/Ins 03",
- "description":""
} - "voix_exp_03":,{
- "type":"number",
- "title":"% Voix/Exp 03",
- "description":""
} - "code_nuance_04":,{
- "type":"string",
- "title":"Code Nuance 04",
- "description":""
} - "sexe_04":,{
- "type":"string",
- "title":"Sexe 04",
- "description":""
} - "nom_04":,{
- "type":"string",
- "title":"Nom 04",
- "description":""
} - "prenom_04":,{
- "type":"string",
- "title":"Prénom 04",
- "description":""
} - "liste_04":,{
- "type":"string",
- "title":"Liste 04",
- "description":""
} - "sieges_elu_04":,{
- "type":"integer",
- "title":"Sièges / Elu 04",
- "description":""
} - "sieges_secteur_04":,{
- "type":"integer",
- "title":"Sièges Secteur 04",
- "description":""
} - "sieges_cc_04":,{
- "type":"integer",
- "title":"Sièges CC 04",
- "description":""
} - "voix_04":,{
- "type":"string",
- "title":"Voix 04",
- "description":""
} - "voix_ins_04":,{
- "type":"number",
- "title":"% Voix/Ins 04",
- "description":""
} - "voix_exp_04":,{
- "type":"number",
- "title":"% Voix/Exp 04",
- "description":""
} - "code_nuance_05":,{
- "type":"string",
- "title":"Code Nuance 05",
- "description":""
} - "sexe_05":,{
- "type":"string",
- "title":"Sexe 05",
- "description":""
} - "nom_05":,{
- "type":"string",
- "title":"Nom 05",
- "description":""
} - "prenom_05":,{
- "type":"string",
- "title":"Prénom 05",
- "description":""
} - "liste_05":,{
- "type":"string",
- "title":"Liste 05",
- "description":""
} - "sieges_elu_05":,{
- "type":"string",
- "title":"Sièges / Elu 05",
- "description":""
} - "sieges_secteur_05":,{
- "type":"string",
- "title":"Sièges Secteur 05",
- "description":""
} - "sieges_cc_05":,{
- "type":"string",
- "title":"Sièges CC 05",
- "description":""
} - "voix_05":,{
- "type":"string",
- "title":"Voix 05",
- "description":""
} - "voix_ins_05":,{
- "type":"string",
- "title":"% Voix/Ins 05",
- "description":""
} - "voix_exp_05":{
- "type":"string",
- "title":"% Voix/Exp 05",
- "description":""
}
} - "date_de_l_export":
}
} - "fields":
} - "properties":
} - "elections-municipales-2014-resultats-2e-tour-communes-de-1000-hab-et-plus":
}