@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
36 lines (33 loc) • 806 B
JSON
{
"title": "Decompte des voix",
"description": "",
"type": "object",
"additionalProperties": false,
"properties": {
"abstentions": {
"description": "Nombre total d'abstentions.",
"type": "string"
},
"contre": {
"description": "Nombre total de votes contre.",
"type": "string"
},
"nonVotants": {
"description": "Nombre total de non votants",
"type": "string"
},
"nonVotantsVolontaires": {
"description": "Nombre total de non votants volontaires.",
"type": "string"
},
"pour": {
"description": "Nombre total de votes contre.",
"type": "string"
}
},
"required": [
],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "DecompteVoix.json",
"$$target": "DecompteVoix.json"
}