Created
August 15, 2018 01:47
-
-
Save Asone/b92791e70b549ba3539bbcb8e9dc2e92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
scrutins{ | |
dateScrutin | |
titre | |
demandeur{ | |
referenceLegislative | |
} | |
numero | |
sort{ | |
code | |
libelle | |
} | |
typeVote{ | |
codeTypeVote | |
} | |
syntheseVote{ | |
annonce | |
nombreVotants | |
suffragesExprimes | |
decompte{ | |
abstentions | |
contre | |
nonVotants | |
nonVotantsVolontaires | |
pour | |
} | |
} | |
objet{ | |
libelle | |
referenceLegislative | |
} | |
organeRef | |
typeVote{ | |
codeTypeVote | |
typeMajorite | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment