enregistrement
Résultats des élections par bureau de vote
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":"resultats-des-elections-par-bureau-de-vote",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/resultats-des-elections-par-bureau-de-vote"
}
] - "definitions":{
- "resultats-des-elections-par-bureau-de-vote":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/resultats-des-elections-par-bureau-de-vote_records"
}
}
} - "records":
} - "properties":
- "resultats-des-elections-par-bureau-de-vote_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "election":,{
- "type":"string",
- "title":"ELECTION",
- "description":""
} - "type":,{
- "type":"string",
- "title":"TYPE",
- "description":""
} - "annee":,{
- "type":"string",
- "format":"date",
- "title":"ANNEE",
- "description":""
} - "tour":,{
- "type":"string",
- "title":"TOUR",
- "description":""
} - "code_circonscription":,{
- "type":"string",
- "title":"CODE_CIRCONSCRIPTION",
- "description":""
} - "circonscription":,{
- "type":"string",
- "title":"CIRCONSCRIPTION",
- "description":""
} - "commune":,{
- "type":"string",
- "title":"COMMUNE",
- "description":""
} - "code_insee":,{
- "type":"string",
- "title":"CODE_INSEE",
- "description":""
} - "code_bureau_vote":,{
- "type":"string",
- "title":"CODE_BUREAU_VOTE",
- "description":""
} - "inscrits":,{
- "type":"number",
- "title":"INSCRITS",
- "description":""
} - "abstentions":,{
- "type":"number",
- "title":"ABSTENTIONS",
- "description":""
} - "votants":,{
- "type":"number",
- "title":"VOTANTS",
- "description":""
} - "blancs_et_nuls":,{
- "type":"number",
- "title":"BLANCS_ET_NULS",
- "description":""
} - "blancs":,{
- "type":"number",
- "title":"BLANCS",
- "description":""
} - "nuls":,{
- "type":"number",
- "title":"NULS",
- "description":""
} - "exprimes":,{
- "type":"number",
- "title":"EXPRIMES",
- "description":""
} - "num_panneau":,{
- "type":"string",
- "title":"NUM_PANNEAU",
- "description":""
} - "candidat_ou_liste":,{
- "type":"string",
- "title":"CANDIDAT_OU_LISTE",
- "description":""
} - "sexe":,{
- "type":"string",
- "title":"SEXE",
- "description":""
} - "nom":,{
- "type":"string",
- "title":"NOM",
- "description":""
} - "prenom":,{
- "type":"string",
- "title":"PRENOM",
- "description":""
} - "voix":,{
- "type":"number",
- "title":"VOIX",
- "description":""
} - "code_canton":,{
- "type":"number",
- "title":"CODE_CANTON",
- "description":""
} - "canton":,{
- "type":"string",
- "title":"CANTON",
- "description":""
} - "code_nuance":,{
- "type":"string",
- "title":"CODE_NUANCE",
- "description":""
} - "candidat_ou_liste_nuance":,{
- "type":"string",
- "title":"CANDIDAT_OU_LISTE_NUANCE",
- "description":""
} - "nom_source":,{
- "type":"string",
- "title":"NOM_SOURCE",
- "description":""
} - "prenom_source":,{
- "type":"string",
- "title":"PRENOM_SOURCE",
- "description":""
} - "code_sigle":{
- "type":"string",
- "title":"CODE_SIGLE",
- "description":""
}
} - "election":
}
} - "fields":
} - "properties":
} - "resultats-des-elections-par-bureau-de-vote":
}